Skip to content

Releases: vuejs/vetur

0.22.6

23 Oct 19:58
Compare
Choose a tag to compare

0.22.6 | 2019-10-23 | VSIX

  • Fix path handling issues that causes TypeScript language features to stop working. #1476.

0.22.5

21 Oct 15:48
Compare
Choose a tag to compare

0.22.5 | 2019-10-21 | VSIX

  • Support analyzing invalid template interpolation expression. #1448.
  • πŸ™Œ Fix a TypeScript integration issue that cuases completions to fail. Thanks to contribution from @yoyo930021. #1449.

0.22.4

02 Oct 06:16
Compare
Choose a tag to compare

0.22.4 | 2019-10-01 | VSIX

  • Improve performance by caching module resolution results. #1442.
  • Load Vetur built-in snippets and workspace snippets even when globalSnippetDir is unset. #1421.

0.22.3

12 Sep 17:04
Compare
Choose a tag to compare

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

15 Aug 17:36
Compare
Choose a tag to compare

0.22.2 | 2019-08-15 | VSIX

  • Update to TypeScript 3.5.3. #1389.
  • Relax $event type to avoid type error on @ events. Thanks to contribution from @ktsn. #1306.
  • Fix a bug that causes scaffold snippets to show twice. #1386.

0.22.1

13 Aug 22:18
Compare
Choose a tag to compare

0.22.1 | 2019-08-13 | VSIX

  • Fix command "Open user scaffold snippet folder" failure when the global snippet dir doens't exist yet. #1383.
  • Add back sass/postcss/stylus scaffold snippet into the new snippet system. #1386.

0.22.0

09 Aug 20:31
Compare
Choose a tag to compare

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

28 Jun 23:11
Compare
Choose a tag to compare

0.21.1 | 2019-06-28 | VSIX

  • Completion for event modifiers. Thanks to contribution from @yoyo930021. #780 and #1326.
  • Make vetur.dev.vlsPath a machine 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

15 May 18:08
Compare
Choose a tag to compare

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.

0.20.0

08 May 00:13
Compare
Choose a tag to compare

0.20.0 | 2019-05-07 | VSIX

  • Improve file system access to reduce memory / cpu usage. #1277.
  • πŸ™Œ Support arrow function in interpolation, such as @click="() => { foo + 1 }". Thanks to contribution from @ktsn. #1267.