Skip to content

v0.7.0

Compare
Choose a tag to compare
@matijaoe matijaoe released this 08 Apr 19:56
· 2 commits to main since this release

Features

  • Add new Vue watch snippets - vwatch:immediate, vwatch:deep
  • Add upcoming (Vue 3.3.0-alpha9) defineModel macro snippet - vmodel
  • Add unreleased (Vue 3.3.0) defineEmits macro snippet - vemits:new
  • Add VueUse useVModels snippet - vuse:vmodels
  • Add vbind:props and vbind:attrs Vue tempate snippets

Changes

  • Set postcss as default language in style blocks, downgrade lang="css" to an additional option
  • Update Vue template vb bind snippet (:prop="prop")
  • Update Vue Macros defineModel to new defineModels implementation - vdefineModels
  • Remove acceptHMRUpdate from pinia snippets
  • Update various vmodel script implementations, rename existing vmodel to vmodel:manual
  • Remove boilerplate from useVModel
  • Update and rename Vue provide and inject snippets

Fixes

  • Fix usage of style instead of lang option in Vue style block snippets

Documentation

  • Remove mention of reactivity transform

Merge

  • Release v0.7.0 by @mat2ja in #21

Full Changelog: v0.6.0...v0.7.0