Skip to content

0.31.0

Compare
Choose a tag to compare
@yoyo930021 yoyo930021 released this 08 Dec 14:30
· 935 commits to master since this release

0.31.0 | 2020-12-08 | VSIX


πŸŽ‰ RFC release πŸŽ‰

We support monorepo and multi-root workspace in this version.
We have also added a new config file called vetur.config.js.

See more: https://vuejs.github.io/vetur/guide/setup.html#advanced
Reference: https://vuejs.github.io/vetur/reference/


  • Fix pug format. #2460
  • Fix scss autocompletion. #2522
  • Fix templates in custom blocks are parsed as root elements. #1336
  • Support multi-root workspace
  • Support monorepo
  • Register global components
  • Support vetur.config.js for monorepo, global components.
  • Watch config file changed, Like: package.json, tsconfig.json
  • Warn some probably problem when open project.
  • Add Vetur: doctor command for debug.
  • Improve docs.
  • Support yarn PnP support. Thanks to contribution from @merceyz. #2478.