Skip to content

Releases: zardoy/vetur-extended

v0.0.19

27 Aug 20:58

Choose a tag to compare

New Features

  • focusVuexMapper command for components API
    You can now quickly focus vuex mapper or create one! 8aa7bc4

v0.0.18

24 Jul 19:18
efbe63c

Choose a tag to compare

New Features

  • add command Copy Styles with Clases From Template (#10)
    to bootstrap <styles> content using for all classes from <template> efbe63c

v0.0.17

21 Jun 07:58

Choose a tag to compare

New Features

  • enable web support
    should've enabled it a long time ago, hope it'll work
    however it sill relies on the Volar outline in the web 791da7e

Bug Fixes

  • completions: exit early on dot-property access (it was just too annoying) ac13cce
  • completions: skip unknown values ac13cce
  • references: don't match false results that had - e.g. component and component-variant are different 5486ed7
  • show completions when modifier is used e.g. @click.prevent b3fbc2a

v0.0.16

26 May 10:41

Choose a tag to compare

Bug Fixes

  • findReference: fix false results dut to part-matching 55e3f51

v0.0.15

24 May 22:33
f93a0fb

Choose a tag to compare

New Features

  • Add find component references button (#7)
    Thanks @ILScc f93a0fb

v0.0.14

24 May 21:59

Choose a tag to compare

New Features

  • improve findComponentReferences
    now seeks for kebab-case variant as well 1aa4b2a

v0.0.13

19 May 18:28

Choose a tag to compare

Bug Fixes

  • correctly parse outline if using an older TS/Volar(takeover) versions
    an editor might steel need to be reopened on initial launch in this case e23cb61

v0.0.12

19 May 13:08

Choose a tag to compare

New Features

  • add experimental command for debugging webpack aliases 6ebb8e4

v0.0.11

19 May 01:13

Choose a tag to compare

New Features

  • add support for path & __dirname webpack aliases
    also (#5)

v0.0.10

18 May 16:14
0678ff7

Choose a tag to compare

New Features

  • add definitions (goto) for copmponents in <template> (#4)
    Co-authored-by: @ILScc
  • It brings restriction for using generics in TS script, since it is enabled globally per vue file
  • Can't be via disabling enableLinks 0678ff7