Releases: vuejs/vetur
Releases Β· vuejs/vetur
0.22.6
0.22.5
0.22.4
0.22.3
0.22.3 | 2019-09-12 | VSIX
- Upgrade
element-helper-json
dependency for correct auto-completion. #1391. - π Fix VLS fail to start when
globalSnippetDir
is undefined. Thanks to contribution from @demsking. #1402. - Improve source map for better handling of interpolation expression containing whitespace trivia. #1335.
- Show hover info for v-for variables. #1374.
- Update TypeScript to 3.6.3 for VLS. #1425.
0.22.2
0.22.1
0.22.0
0.22.0 | 2019-08-09 | VSIX
- New Scaffold Snippets system that allows system / workspace level customizable snippets. See details in snippet docs. #1151.
- π
prettier-tslint
formatter option for TS region. Thanks to contribution from @NickeyLin. #1354. - π Replaced bundled Vuetify support with official tag/attribute definition from Vuetify@2.0. Thanks to contribution from @nekosaur. #1365.
- π Avoid template diagnostic error on empty v-on. Thanks to contribution from @ktsn. #1371.
- π Read
.prettierrc
config for prettyhtml formatting. Thanks to contributino from @bolasblack. #1036.
0.21.1
0.21.1 | 2019-06-28 | VSIX
- Completion for event modifiers. Thanks to contribution from @yoyo930021. #780 and #1326.
- Make
vetur.dev.vlsPath
amachine
scoped config. #1334. - Fix wrong template interpolation diagnostics on
new
statement. Thanks to contribution from @ktsn. #1308. - Upgrade prettier to 1.18.2.
- Upgrade prettyhtml to 0.9.0. #1321.
- Upgrade js-beautify to 1.10.0. #1312.
0.21.0
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.