File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
29
## 2.0.6 (2024/3/7)
4
30
5
31
> [ !IMPORTANT]
17
43
- ** language-service:** bump ` volar-service-typescript ` for fix jsx formatting (#3949 )
18
44
- ** language-service:** bump ` @volar/typescript ` for fix 2.0.5 auto-complete performance regression (#4024 )
19
45
20
- ### Refactors
46
+ ### Other Changes
21
47
22
48
- ** vscode:** rename ` vue.inlayHints.vbindShorthand ` setting to ` vue.inlayHints.vBindShorthand ` (#3995 ) - thanks @l4dybird
23
49
38
64
- ** typescript-plugin:** custom extensions do not work (#3977 )
39
65
- ** language-service:** html custom data not working (#3975 )
40
66
41
- ### Refactors
67
+ ### Other Changes
42
68
43
69
- ** typescript-plugin** add README (#3974 ) - thanks @WhyNotHugo
44
70
- ** component-meta** update demo (#3994 ) - thanks @zzfn
You can’t perform that action at this time.
0 commit comments