Skip to content

Commit 1989f47

Browse files
committed
Changelogs
1 parent d1892bb commit 1989f47

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

β€ŽCHANGELOG.md

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

3-
### 0.24.0
3+
### 0.24.0 | 2020-03-04 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.24.0/vspackage)
44

55
- **`vue-language-server` deprecated and will be published as `vls`**.
66
- Support Vue 3 interface with `defineComponent`. #1638.

β€Ždocs/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
### 0.24.0 | 2020-03-04 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.24.0/vspackage)
4+
5+
- **`vue-language-server` deprecated and will be published as `vls`**.
6+
- Support Vue 3 interface with `defineComponent`. #1638.
7+
- Update to TS 3.7.5 to avoid TypeScript issues with files not stored in C: drives on Windows. #1589.
8+
- Vetur will now print the prettier configuration it loaded in Output -> Vue Language Server, when `"vetur.dev.logLevel": "DEBUG"` is set. #1407.
9+
- Enable Windows CI with Azure DevOps. #1266.
10+
- Upgrade to `vscode-langaugeclient`/`vscode-languageserver` V6. #1719.
11+
- Fix a file lock issue on asar files. #1474.
12+
- MDN links on CSS completion. #1751.
13+
- Fix an error on VTI not able to load `vscode-css-languageservice/lib/umd/data/browsers`. #1732.
14+
- Pull latest [web data](https://www.npmjs.com/package/vscode-web-custom-data) for Stylus support.
15+
- Use Markdown documentation for Stylus completion description.
16+
- πŸ™Œ Better template interpolation auto completion. Thanks to contribution from [@ktsn](https://github.com/ktsn). #1129 and #1446.
17+
- πŸ™Œ Fix syntax highlighting when `</template` and `>` are not on the same line. Thanks to contribution from [Ross Allen](https://github.com/ssorallen). #1211.
18+
- πŸ™Œ Add [`sass-formatter`](https://github.com/TheRealSyler/sass-formatter) as a formatter for SASS region. Thanks to contribution from [@TheRealSyler](https://github.com/TheRealSyler). #1433.
19+
- πŸ™Œ Provide Quasar support when `quasar` is in `devDependencies`. Thanks to contribution from [@moander](https://github.com/moander). #1504.
20+
- πŸ™Œ Fix Windows path handling. Thanks to contribution from [@mattn](https://github.com/mattn). #1662.
21+
322
### 0.23.0 | 2020-01-12 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.23.0/vspackage)
423

524
- VTI (Vetur Terminal Interface). #1149.

0 commit comments

Comments
Β (0)