All notable changes to the "vue-vscode-snippets" extension will be documented in this file.
- Update README
- Remove any extension dependencies
- Vetur -> Volar, extension dependencies
- remove name of package for composition api now that we're at vue 3
- Add in Nuxt axios module
- Fix bug in emit- wrong snippet area
- Update TS reference
- Fix typo in README
- Fix bug: fix dollar signs in emit
- Fix bug: put emit into template instead of script
- Add in boilerplate to use Composition API inside Options API
- Add in Vue 3 Composition API with Reactive boilerplate script
- Update readme to reflect Vue 3 support
- Further Vue 3 Composition API support
- Adds in Emit
- Adds in named slot
- Better TypeScript support
- Removes increment/decrement
- Updates gsap
- Vue 3 Composition API support
- New vbase support: LESS, SASS, Stylus, no CSS
- Fix pug support
- Fix brackets on vue router
- New snippets: Nuxt page snippets
- New snippet: Vue router
- New snippet: vbase without scss
- Make simpler action
- Add in vue-router snippets
- Add trailing comma on vmixin
- Add in updated way to write Vuex store
- Fix bug in
vcomputed
- Fix bug in vbase that was defaulting to ts
- Support for mapState, mapGetters, mapMutations, mapActions
- Support for vue.config.js
- Lifecycle methods
- Vuex scaffold
- TypeScript
- Add nuxt and dist to .gitignore
- Add in testing snippet
- Make component imports consistent
- Initial release