Skip to content

0.25.0

Compare
Choose a tag to compare
@octref octref released this 22 Jul 09:48
· 1872 commits to master since this release

0.25.0 | 2020-07-22 | VSIX

  • Publish vls@0.3.0 and vti@0.0.4.
  • vls now only supports Node >=10, as Prettier 2.0 drops support for Node 8.
  • Upgrade to prettier 2.0. #1925 and #1794.
  • Add prettier/plugin-pug as default formatter for pug. #527.
  • πŸ™Œ Cusom tags IntelliSense for local tags.json/attributes.json. Usage Docs. Thanks to contribution from Carlos Rodrigues. #1364 and #2018.
  • πŸ™Œ Detect tags from @nuxt/components. Thanks to contribution from pooya parsa. #1921.
  • πŸ™Œ Fix VTI crash by passing correct PID to language server. Thanks to contribution from Daniil Yastremskiy. #1699 and #1805.
  • πŸ™Œ Fix template interpolation hover info of v-for readonly array item. Thanks to contribution from @yoyo930021. #1788.
  • πŸ™Œ Improve performance while using template interpolation service. Thanks to contribution from @IWANABETHATGUY. #1839.