Skip to content

Latest commit

 

History

History
96 lines (53 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

96 lines (53 loc) · 3.29 KB

Change Log

All notable changes to the "vue3-vscode-snippets" extension will be documented in this file.

v0.4.2

compare changes

Features

  • Update snippets to use double quotes for setting the value of the lang property in the <script> (#50)

❤️ Contributors

v0.4.1

compare changes

🩹 Fixes

  • Wrong parenthesis placement in Vitest snippets (#48)

❤️ Contributors

v0.4.0

compare changes

🚀 Enhancements

  • Update defineEmits to Vue 3.3 syntax (#43)
  • Add Vitest snippets (#44)
  • Add Vue 3.3 snippets (#45)

🏡 Chore

  • New release flow (#46)

❤️ Contributors

v0.3.1

Fixed

  • No comma in Nuxt SEO snippets by @ExEr7um in ExEr7um#38

v0.3.0

Features

  • Add Nuxt SEO composables by @ExEr7um in ExEr7um#35

v0.2.0

Features

  • Add more Nuxt snippets @ExEr7um in ExEr7um#28
  • Add Pinia composition store snippets by @ExEr7um in ExEr7um#29
  • Add Histoire snippets by @ExEr7um in ExEr7um#31
  • Add Vue Transition CSS snippets by @ExEr7um in ExEr7um#32

v0.1.1

Fixed

Documentation

  • Add badges and license to README by @ExEr7um in ExEr7um#24

v0.1.0

Features

  • Add .vue file snippets by @ExEr7um in ExEr7um#10
  • Add vue-template snippets by @ExEr7um in ExEr7um#11
  • Add vue-script snippets by @ExEr7um in ExEr7um#12
  • Add pinia snippets by @ExEr7um and @danielkellyio in ExEr7um#13
  • Add vue-router snippets by @ExEr7um in ExEr7um#14
  • Add nuxt-layout snippets by @ExEr7um in ExEr7um#15
  • Add nuxt-script snippets by @ExEr7um in ExEr7um#16

Documentation

  • Create a README by @ExEr7um in ExEr7um#17
  • Prepare for publishing in VS Code Marketplace by @ExEr7um in ExEr7um#18