File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
### 0.20.0 | 2019-05-07 | [ VSIX] ( https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.20.0/vspackage )
4
13
5
14
- Improve file system access to reduce memory / cpu usage. #1277 .
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
### 0.20.0 | 2019-05-07 | [ VSIX] ( https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.20.0/vspackage )
4
13
5
14
- 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 .
6
16
7
17
### 0.19.5 | 2019-05-04 | [ VSIX] ( https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.19.5/vspackage )
8
18
You can’t perform that action at this time.
0 commit comments