Skip to content

0.33.0

Compare
Choose a tag to compare
@yoyo930021 yoyo930021 released this 02 Mar 15:04
· 657 commits to master since this release

0.33.0 | 2021-03-02 | VSIX

  • Disable Vue completion in custom blocks. #2111
  • Upgrade stylus-supremacy to 2.15.0.
  • πŸ™Œ Improve performance of template interpolation features. Thanks to contribution from @jasonlyu123 #2645.
  • πŸ™Œ Improve VTI command structure. See vti --help. #2722.Thanks to contribution from @Monchi.
  • πŸ™Œ Fix v-model usage in Vue 3 where default prop name is modelValue instead of value. Thanks to contribution from @yassipad. #2647.
  • Upgrade typescript to 4.2.2.
  • Improve vue version detection. Thanks to contribution from @visualfanatic. #2740.
  • allow vetur.config.cjs for project config. Thanks to contribution from @vitaliytv.
  • Update import on file rename when typescript and javascript. Thanks to contribution from @jasonlyu123. #2651 #820.
  • Fix vetur.completion.tagCasing when global components.