Skip to content

Commit 9fc51a2

Browse files
committed
Changelog
1 parent a6471f4 commit 9fc51a2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

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)
44

55
- Fix a server crash on failed attribute transformation for any attribute with dash such as `:prop-test`. #1220 and #1222.
66
- Fix a server crash on failed v-on transformation such as `@click="() => foo = 123"`. #1227 and #1228.
77
- 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.
99

1010
### 0.19.0 | 2019-04-23 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.19.0/vspackage)
1111

docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
### 0.19.0 | 2019-04-23 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.19.0/vspackage)
411

512
- Hover / jump to definition / find references for template interpolations. #1215.

0 commit comments

Comments
 (0)