Skip to content

Latest commit

 

History

History
113 lines (62 loc) · 3.7 KB

CHANGELOG.md

File metadata and controls

113 lines (62 loc) · 3.7 KB

Change Log

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

v0.5.1

compare changes

🩹 Fixes

  • Missing const in defineEmits (#56)
  • Missing definePageMeta snippet (#57)

📖 Documentation

  • Add badges of technologies to README (#52)

❤️ Contributors

v0.5.0

compare changes

🚀 Enhancements

  • Use double quotes in vue file snippets (#50)

❤️ Contributors

  • Henrique Kubenda

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