Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Apr 7, 2024
1 parent 1a636ed commit 30e39f1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,30 @@
# Changelog

## 2.0.11 (2024/4/7)

### Features

- **vscode:** support for enabling/disabling typescript plugin (#4226)
- Added `typeScriptPluginOnly` option for `vue.server.hybridMode` setting.
- When Hybrid Mode is disabled, the Vue TypeScript Plugin will be disabled by default.
- **vscode:** support for `vue.format.wrapAttributes` setting (#4212)
- **vscode:** add `vue.codeActions.askNewComponentName` setting (#4217)

### Bug Fixes

- **vscode:** `Find File References` not working when hybrid mode is disabled (#4221)
- **language-core:** type narrowing not working for inline event handlers (#4209)
- **language-core:** `@vue-ignore`, `@vue-expect-error` not working for interpolations
- **language-core:** improve reliability for `@vue-ignore`, `@vue-expect-error` (#4203)
- **language-core:** duplicated items in suggestion list for prop values (#3922)
- **language-server:** `vueCompilerOptions` not working with hybrid mode (#4211) (#3959)

### Other Changes

- Upgrade Volar from `v2.2.0-alpha.5` to `v2.2.0-alpha.6` for a `vue-tsc` bug fixes
- [volarjs/volar.js#162](https://github.com/volarjs/volar.js/pull/162) - Thanks @wangshunnn
- **test:** add test for #4203 (#4207) - Thanks @tinco

## 2.1.0-insiders.2 (2024/4/4)

> [Join the Insiders Program](https://github.com/vuejs/language-tools/wiki/Get-Insiders-Edition) for more exclusive features and updates.
Expand Down
4 changes: 2 additions & 2 deletions extensions/vscode/README.md
Expand Up @@ -177,7 +177,7 @@ Finally you need to make VS Code recognize your new extension and automatically

## Sponsors

<table>
<!-- <table>
<tbody>
<tr>
<td align="center" valign="middle" colspan="2">
Expand Down Expand Up @@ -236,7 +236,7 @@ Finally you need to make VS Code recognize your new extension and automatically
</td>
</tr>
</tbody>
</table>
</table> -->

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

0 comments on commit 30e39f1

Please sign in to comment.