Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@matijaoe matijaoe released this 28 Oct 17:05
025c4ec

Features

  • Define composable using current filename - vcomposable:file / vdcf
  • Define pinia stores using current filename
  • Define props without typescript - vprops:js
  • Add vim alt for vimport
  • Add vtemplate and vcomponent alts
  • Add template emit() snippet - vemit
  • Add snippets for common event listeners - von:event / voe, von:click / voc, von:input / voi, von:update, von:change, von:blur, von:focus, von:submit
  • Add snippet for v-bind="[$props, $attrs]" - vbind:full
  • Add snippet for non-bind attribute in template - va
  • Add vclass:list snippet
  • Add snippet for i18n translation in template - vvt (vue variable translation)
  • Add vtif and vdif snippets for template and div with v-if
  • Add Vueuse vRefAutoReset
  • Add VueUse vwatchImmediate
  • Add alts for vuse:toggle variants - vut & vutt
  • Add snippet for vueuse import - vuse:import / vuim

Changes

  • Completely remove Reactivity Transform snippets
  • Remove assignment for vunred, vreadonnly, vtoRef, vtoRefs
  • Rename vemits:ts to vemits:old
  • Rename vemits:new to vemits
  • Rename vemits to vemits:alt
  • Remove 2nd argument from vemit snippet
  • Remove default value from vinject:ts
  • Rename velif to veif
  • Rename previous vemit to vemit:pass
  • Remove list from vclass snippet
  • Rename class with list to vclass:list / vca
  • Rename text interpolation snippet from vti to vv (vue variable)

Merges

Full Changelog: v0.6.0...v0.8.0