Skip to content

Commit 43562b3

Browse files
committed
chore: changelog
1 parent e9756b8 commit 43562b3

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## 2.0.7 (2024/3/20)
4+
5+
> [!NOTE]
6+
> Hybrid Mode is now disabled by default, you need to enable `vue.server.hybridMode` in settings to enable it explicitly.
7+
8+
### Features
9+
10+
- **language-server:** reintroducing full TS support and disable Hybrid Mode by default (#4119)
11+
- **vscode:** check outdated `@vue/language-plugin-pug` in doctor
12+
- **vscode:** significantly reduces the status bar space occupied
13+
14+
### Bug Fixes
15+
16+
- **vscode:** vueCompilerOptions no longer prompts for deprecated options
17+
- **component-meta:** `defineSlots` allows empty params (#4093) - thanks @Evertvdw
18+
- **typescript-plugin:** fault tolerance for named pipe servers json file (#4075) - thanks @Simon-He95
19+
- **language-core:** generate `defineModel` emits type on-demand (#4052) - thanks @so1ve
20+
- **language-core:** special treatment for number elements inside `v-for` (#3859) - thanks @so1ve
21+
- **language-plugin-pug:** semantic tokens mapping failed (#4070)
22+
23+
### Other Changes
24+
25+
- **language-service** update neovim lsp set up info (#4085) - thanks @CofCat456
26+
- **lint:** add `tsl` linter and auto fix workflow (#4100)
27+
- **vscode:** remove embedded language IDs (#4081) - thanks @remcohaszing
28+
329
## 2.0.6 (2024/3/7)
430

531
> [!IMPORTANT]
@@ -17,7 +43,7 @@
1743
- **language-service:** bump `volar-service-typescript` for fix jsx formatting (#3949)
1844
- **language-service:** bump `@volar/typescript` for fix 2.0.5 auto-complete performance regression (#4024)
1945

20-
### Refactors
46+
### Other Changes
2147

2248
- **vscode:** rename `vue.inlayHints.vbindShorthand` setting to `vue.inlayHints.vBindShorthand` (#3995) - thanks @l4dybird
2349

@@ -38,7 +64,7 @@
3864
- **typescript-plugin:** custom extensions do not work (#3977)
3965
- **language-service:** html custom data not working (#3975)
4066

41-
### Refactors
67+
### Other Changes
4268

4369
- **typescript-plugin** add README (#3974) - thanks @WhyNotHugo
4470
- **component-meta** update demo (#3994) - thanks @zzfn

0 commit comments

Comments
 (0)