Skip to content

Commit b7fdfc3

Browse files
committed
chore: insiders changelog
1 parent 968039c commit b7fdfc3

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

Diff for: CHANGELOG.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# Changelog
22

3-
## 2.0.17 (2024/5/10)
3+
## 2.1.0-insiders.9 (2024-05-10)
4+
5+
Download Pages: [GitHub Releases](https://github.com/volarjs/insiders/releases/tag/v2.1.0-insiders.9), [爱发电电圈](https://afdian.net/p/6d7547a60ead11efbc8352540025c377)
6+
7+
> [Join the Insiders Program](https://github.com/vuejs/language-tools/wiki/Get-Insiders-Edition) for more exclusive features and updates.
8+
9+
### Other Changes
10+
11+
- Merged [v2.0.17](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md#2017-2024-05-10).
12+
13+
## 2.0.17 (2024-05-10)
414

515
### Features
616

7-
- **language-core:** add JSDod support for component (#2377)
17+
- **language-core:** add JSDoc support for component (#2377)
818
- **language-core:** add JSDoc support for script setup binding variables (#3409)
919
- **language-core:** add class component support (#4354)
1020
- **language-service:** re-support scoped class links in template (#4357)
@@ -42,7 +52,6 @@
4252
- Specify `packageManager` (#4358) - Thanks @so1ve
4353
- **docs:** emoved possibly redundant duplicate reference (#4348) - Thanks @artshade
4454
- **language-service:** temporarily remove references codeLens (#4364)
45-
- **vscode:** auto enabling hybrid mode allows
4655

4756
## 2.1.0-insiders.8 (2024/5/1)
4857

Diff for: insiders.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
2-
"latest": "2.1.0-insiders.8",
2+
"latest": "2.1.0-insiders.9",
33
"versions": [
4+
{
5+
"version": "2.1.0-insiders.9",
6+
"date": "2024-5-10",
7+
"downloads": {
8+
"GitHub": "https://github.com/volarjs/insiders/releases/tag/v2.1.0-insiders.9",
9+
"AFDIAN": "https://afdian.net/p/6d7547a60ead11efbc8352540025c377"
10+
}
11+
},
412
{
513
"version": "2.1.0-insiders.8",
614
"date": "2024-5-1",

0 commit comments

Comments
 (0)