Skip to content

0.28.0

Compare
Choose a tag to compare
@octref octref released this 23 Sep 06:53
· 1371 commits to master since this release

0.28.0 | 2020-09-23 | VSIX

  • Fix completing prop name completes with extra :. #2304.
  • Add vetur.languageFeatures.codeActions option to disable codeAction. #2150
  • Let VTI load default VLS config. #2274.
  • Make prettier default formatter for HTML as prettyhtml is no longer actively maintained. #2291.
  • Load prettier plugin from VLS if not present in workspace folder. #2014.
  • Cross file template type checking - check that components are passed props with the correct types. #1596 and #2294.