From b9bbc4edd256f20cb39d20cd43661b76710c9379 Mon Sep 17 00:00:00 2001 From: Vasily Kuzin Date: Sat, 15 Oct 2022 16:40:54 +0300 Subject: [PATCH 1/3] Update version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eed7e24..2e43a9a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Vue 3 VS Code Snippets", "description": "Vue 3 snippets for VS Code", "icon": "images/vue-logo.png", - "version": "0.1.1", + "version": "0.2.0", "publisher": "exer7um", "repository": { "type": "git", From 94dc9f3de36221659cef150dc5cc336753ca4b38 Mon Sep 17 00:00:00 2001 From: Vasily Kuzin Date: Sat, 15 Oct 2022 16:41:02 +0300 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a5bfb..2f1aca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to the "vue3-vscode-snippets" extension will be documented in this file. +## `v0.2.0` + +### Features + +* Add more `Nuxt` snippets @ExEr7um in +* Add `Pinia` composition store snippets by @ExEr7um in +* Add `Histoire` snippets by @ExEr7um in +* Add `Vue Transition CSS` snippets by @ExEr7um in + ## `v0.1.1` ### Fixed From 3d9ba5704c7fd8e872519018755d9d5864e5e424 Mon Sep 17 00:00:00 2001 From: Vasily Kuzin Date: Sat, 15 Oct 2022 16:41:24 +0300 Subject: [PATCH 3/3] Update README --- README.md | 70 ++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index ce7f80f..700e9e7 100644 --- a/README.md +++ b/README.md @@ -81,25 +81,21 @@ These snippets were made to speed up Vue 3 development. With it you can write bo ### CSS -| Snippet | Purpose | -| ---------------------------------- | -------------------------------------------- | -| ⚠️ `vcss-transition` | Vue Transition styles | -| ⚠️ `vcss-transition-named` | Vue Named Transition styles | -| ⚠️ `vcss-transition-tailwind` | Vue Transition styles for Tailwind CSS | -| ⚠️ `vcss-transition-named-tailwind` | Vue Named Transition styles for Tailwind CSS | -| ⚠️ `vcss-transition-group` | Vue Transition Group styles | -| ⚠️ `vcss-transition-group-tailwind` | Vue Transition Group styles for Tailwind CSS | - -> Snippets with ⚠️ symbol are unreleased. +| Snippet | Purpose | +| -------------------------------- | -------------------------------------------- | +| `vcss-transition` | Vue Transition styles | +| `vcss-transition-named` | Vue Named Transition styles | +| `vcss-transition-tailwind` | Vue Transition styles for Tailwind CSS | +| `vcss-transition-named-tailwind` | Vue Named Transition styles for Tailwind CSS | +| `vcss-transition-group` | Vue Transition Group styles | +| `vcss-transition-group-tailwind` | Vue Transition Group styles for Tailwind CSS | ### Pinia -| Snippet | Purpose | -| ---------------------- | ------------------------------------------------------------ | -| `pstore` | Base code needed for a Pinia store file | -| ⚠️ `pstore-composition` | Base code needed for a Pinia store file with Composition API | - -> Snippets with ⚠️ symbol are unreleased. +| Snippet | Purpose | +| -------------------- | ------------------------------------------------------------ | +| `pstore` | Base code needed for a Pinia store file | +| `pstore-composition` | Base code needed for a Pinia store file with Composition API | ### Vue Router @@ -135,32 +131,28 @@ These snippets were made to speed up Vue 3 development. With it you can write bo | `nhead-template` | `useHead` composable with title template | | `npagemeta` | `definePageMeta` composable | | `npagemeta-description` | `definePageMeta` composable with description | -| ⚠️ `nplugin` | Base code for Nuxt plugin | -| ⚠️ `nmiddleware` | Base code for Nuxt middleware | -| ⚠️ `nserverroute` | Base code for Nuxt server route | - -> Snippets with ⚠️ symbol are unreleased. +| `nplugin` | Base code for Nuxt plugin | +| `nmiddleware` | Base code for Nuxt middleware | +| `nserverroute` | Base code for Nuxt server route | ### Histoire -| Snippet | Purpose | -| ------------------------- | ------------------------------------ | -| ⚠️ `hconfig` | Histoire config for Vue 3 | -| ⚠️ `hconfig-nuxt` | Histoire config for Nuxt 3 | -| ⚠️ `hbase` | Base code for story | -| ⚠️ `hbase-variant` | Base code for story with variant | -| ⚠️ `hbase-grid` | Base code for story with grid layout | -| ⚠️ `hvariant` | Story variant | -| ⚠️ `hgrid` | Histoire grid layout | -| ⚠️ `hcontrols-base` | Histoire controls base | -| ⚠️ `hcontrols-button` | Histoire controls - Button | -| ⚠️ `hcontrols-buttongroup` | Histoire controls - Button Group | -| ⚠️ `hcontrols-checkbox` | Histoire controls - Checkbox | -| ⚠️ `hcontrols-number` | Histoire controls - Number | -| ⚠️ `hcontrols-text` | Histoire controls - Text | -| ⚠️ `hcontrols-textarea` | Histoire controls - Textarea | - -> Snippets with ⚠️ symbol are unreleased. +| Snippet | Purpose | +| ----------------------- | ------------------------------------ | +| `hconfig` | Histoire config for Vue 3 | +| `hconfig-nuxt` | Histoire config for Nuxt 3 | +| `hbase` | Base code for story | +| `hbase-variant` | Base code for story with variant | +| `hbase-grid` | Base code for story with grid layout | +| `hvariant` | Story variant | +| `hgrid` | Histoire grid layout | +| `hcontrols-base` | Histoire controls base | +| `hcontrols-button` | Histoire controls - Button | +| `hcontrols-buttongroup` | Histoire controls - Button Group | +| `hcontrols-checkbox` | Histoire controls - Checkbox | +| `hcontrols-number` | Histoire controls - Number | +| `hcontrols-text` | Histoire controls - Text | +| `hcontrols-textarea` | Histoire controls - Textarea | ## Contributing