Skip to content

0.21.0

Compare
Choose a tag to compare
@octref octref released this 15 May 18:08
· 2442 commits to master since this release

0.21.0 | 2019-05-15 | VSIX

  • Path completion for import ... from ''. Fix #822.
  • πŸ™Œ More accurate inferrence of $event types. Thanks to contribution from @ktsn. #1287.
  • Enable experimentalDecorator by default in the case no jsconfig/tsconfig is found. #1289.
  • Use installed node_modules/vue to determine Vue version in case vue is added as a transitive dependency. #799.
  • Fix syntax highlighting for single line template import such as <template src="./index.html" />. #813.
  • Update to latest vscode-css-languageservice for update CSS completion properties. #1274.