File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ### 0.19.1 | 2019-04-24
3
+ ### 0.19.1 | 2019-04-24 | [ VSIX ] ( https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.19.1/vspackage )
4
4
5
5
- Fix a server crash on failed attribute transformation for any attribute with dash such as ` :prop-test ` . #1220 and #1222 .
6
6
- Fix a server crash on failed v-on transformation such as ` @click="() => foo = 123" ` . #1227 and #1228 .
7
7
- Server now will gracefully fallback in cases of failed transformations.
8
- - Add a command `Vetur:
8
+ - Add a command `Vetur: Show corresponding virtual file and sourcemap" to help diagnose template interpolation related issues. # 1233 .
9
9
10
10
### 0.19.0 | 2019-04-23 | [ VSIX] ( https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.19.0/vspackage )
11
11
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 0.19.1 | 2019-04-24 | [ VSIX] ( https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.19.1/vspackage )
4
+
5
+ - Fix a server crash on failed attribute transformation for any attribute with dash such as ` :prop-test ` . #1220 and #1222 .
6
+ - Fix a server crash on failed v-on transformation such as ` @click="() => foo = 123" ` . #1227 and #1228 .
7
+ - Server now will gracefully fallback in cases of failed transformations.
8
+ - Add a command `Vetur: Show corresponding virtual file and sourcemap" to help diagnose template interpolation related issues. #1233 .
9
+
3
10
### 0.19.0 | 2019-04-23 | [ VSIX] ( https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.19.0/vspackage )
4
11
5
12
- Hover / jump to definition / find references for template interpolations. #1215 .
You can’t perform that action at this time.
0 commit comments