Skip to content

Commit 29ea377

Browse files
committed
Changelog
1 parent b08f5e7 commit 29ea377

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### 0.21.0 | 2019-05-15 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.21.0/vspackage)
4+
5+
- Path completion for `import ... from ''`. Fix #822.
6+
- 🙌 More accurate inferrence of `$event` types. Thanks to contribution from [@ktsn](https://github.com/ktsn). #1287.
7+
- Enable `experimentalDecorator` by default in the case no jsconfig/tsconfig is found. #1289.
8+
- Use installed `node_modules/vue` to determine Vue version in case `vue` is added as a transitive dependency. #799.
9+
- Fix syntax highlighting for single line template import such as `<template src="./index.html" />`. #813.
10+
- Update to latest `vscode-css-languageservice` for update CSS completion properties. #1274.
11+
312
### 0.20.0 | 2019-05-07 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.20.0/vspackage)
413

514
- Improve file system access to reduce memory / cpu usage. #1277.

docs/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Changelog
22

3+
### 0.21.0 | 2019-05-15 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.21.0/vspackage)
4+
5+
- Path completion for `import ... from ''`. Fix #822.
6+
- 🙌 More accurate inferrence of `$event` types. Thanks to contribution from [@ktsn](https://github.com/ktsn). #1287.
7+
- Enable `experimentalDecorator` by default in the case no jsconfig/tsconfig is found. #1289.
8+
- Use installed `node_modules/vue` to determine Vue version in case `vue` is added as a transitive dependency. #799.
9+
- Fix syntax highlighting for single line template import such as `<template src="./index.html" />`. #813.
10+
- Update to latest `vscode-css-languageservice` for update CSS completion properties. #1274.
11+
312
### 0.20.0 | 2019-05-07 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.20.0/vspackage)
413

514
- Improve file system access to reduce memory / cpu usage. #1277.
15+
- 🙌 Support arrow function in interpolation, such as `@click="() => { foo + 1 }"`. Thanks to contribution from [@ktsn](https://github.com/ktsn). #1267.
616

717
### 0.19.5 | 2019-05-04 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.19.5/vspackage)
818

0 commit comments

Comments
 (0)