Skip to content

Commit 30e39f1

Browse files
committed
chore: changelog
1 parent 1a636ed commit 30e39f1

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

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+
328
## 2.1.0-insiders.2 (2024/4/4)
429

530
> [Join the Insiders Program](https://github.com/vuejs/language-tools/wiki/Get-Insiders-Edition) for more exclusive features and updates.

extensions/vscode/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Finally you need to make VS Code recognize your new extension and automatically
177177

178178
## Sponsors
179179

180-
<table>
180+
<!-- <table>
181181
<tbody>
182182
<tr>
183183
<td align="center" valign="middle" colspan="2">
@@ -236,7 +236,7 @@ Finally you need to make VS Code recognize your new extension and automatically
236236
</td>
237237
</tr>
238238
</tbody>
239-
</table>
239+
</table> -->
240240

241241
<p align="center">
242242
<a href="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/sponsors.svg">

0 commit comments

Comments
 (0)