File tree 2 files changed +27
-2
lines changed
2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.0.11 (2024/4/7)
4
+
5
+ ### Features
6
+
7
+ - ** vscode:** support for enabling/disabling typescript plugin (#4226 )
8
+ - Added ` typeScriptPluginOnly ` option for ` vue.server.hybridMode ` setting.
9
+ - When Hybrid Mode is disabled, the Vue TypeScript Plugin will be disabled by default.
10
+ - ** vscode:** support for ` vue.format.wrapAttributes ` setting (#4212 )
11
+ - ** vscode:** add ` vue.codeActions.askNewComponentName ` setting (#4217 )
12
+
13
+ ### Bug Fixes
14
+
15
+ - ** vscode:** ` Find File References ` not working when hybrid mode is disabled (#4221 )
16
+ - ** language-core:** type narrowing not working for inline event handlers (#4209 )
17
+ - ** language-core:** ` @vue-ignore ` , ` @vue-expect-error ` not working for interpolations
18
+ - ** language-core:** improve reliability for ` @vue-ignore ` , ` @vue-expect-error ` (#4203 )
19
+ - ** language-core:** duplicated items in suggestion list for prop values (#3922 )
20
+ - ** language-server:** ` vueCompilerOptions ` not working with hybrid mode (#4211 ) (#3959 )
21
+
22
+ ### Other Changes
23
+
24
+ - Upgrade Volar from ` v2.2.0-alpha.5 ` to ` v2.2.0-alpha.6 ` for a ` vue-tsc ` bug fixes
25
+ - [ volarjs/volar.js #162 ] ( https://github.com/volarjs/volar.js/pull/162 ) - Thanks @wangshunnn
26
+ - ** test:** add test for #4203 (#4207 ) - Thanks @tinco
27
+
3
28
## 2.1.0-insiders.2 (2024/4/4)
4
29
5
30
> [ Join the Insiders Program] ( https://github.com/vuejs/language-tools/wiki/Get-Insiders-Edition ) for more exclusive features and updates.
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ Finally you need to make VS Code recognize your new extension and automatically
177
177
178
178
## Sponsors
179
179
180
- <table >
180
+ <!-- < table>
181
181
<tbody>
182
182
<tr>
183
183
<td align="center" valign="middle" colspan="2">
@@ -236,7 +236,7 @@ Finally you need to make VS Code recognize your new extension and automatically
236
236
</td>
237
237
</tr>
238
238
</tbody>
239
- </table >
239
+ </table> -->
240
240
241
241
<p align =" center " >
242
242
<a href="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/sponsors.svg">
You can’t perform that action at this time.
0 commit comments