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 casevue
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.