Skip to content

Commit 1998d7b

Browse files
committed
chore: changelog
1 parent c360cbf commit 1998d7b

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,48 @@
11
# Changelog
22

3+
## 2.0.10 (2024/4/4)
4+
5+
### Features
6+
7+
- **vscode:** enable `vue.updateImportsOnFileMove.enabled` by default (#3646)
8+
- **vscode:** re-add restart server command (#4174)
9+
- **vscode:** automatically enable Hybrid Mode if possible (#4206)
10+
- **component-meta:** add typing resolution for defineModel modifiers (#4175) - Thanks @stafyniaksacha
11+
- **language-service:** drag and drop import respects tsconfig path aliases (#4184)
12+
- **language-service:** supports auto insertion of multiple cursors (#4140)
13+
14+
### Bug Fixes
15+
16+
- **language-server:** `additionalExtensions` option not working for inferred project
17+
- **language-core:** avoid interpolation indentation affecting each other
18+
- **language-core:** generate each interpolation into separate virtual code (#4165)
19+
- **language-service:** ignore html `wrapAttributes` format settings for vue document (#3987)
20+
- **vscode:** remove duplicate ts version status (#4167)
21+
- **language-server:** `.html`, `.md` file language id incorrect
22+
- **typescript-plugin:** formatting settings not working for ts completion
23+
- **tsc:** remove fake global types holder for composite projects compatibility (#4196) - Thanks @blake-newman
24+
25+
### Performance
26+
27+
- **language-core:** cache canonical root file names with string Set
28+
29+
### Other Changes
30+
31+
- Upgrade Volar from `v2.1.3` to `v2.2.0-alpha.5` for a few bug fixes and performance improves, please refer to [CHANGELOG.md](https://github.com/volarjs/volar.js/blob/master/CHANGELOG.md) for details.
32+
- **vscode:** update required VSCode version to `^1.88.0`
33+
- **docs:** update readme with neovim lspconfig setup (#4134) - Thanks @RayGuo-ergou
34+
- **language-core:** split inline css codegen into separate plugin
35+
- **language-core:** move global types codegen into separate script
36+
- **language-core:** resolve virtual code features before push code
37+
- **test:** added simple tests for vue-tsc and custom SFC extensions. (#4181) - Thanks @cabal95
38+
339
## 2.1.0-insiders.1
440

541
> [Join the Insiders Program](https://github.com/vuejs/language-tools/wiki/Get-Insiders-Edition) for more exclusive features and updates.
642
743
Download Pages: [GitHub Releases](https://github.com/volarjs/insiders/releases/tag/v2.1.0-insiders.1), [爱发电电圈](https://afdian.net/p/ba0901a2edce11ee8f2e52540025c377)
844

9-
### New Features
45+
### Features
1046

1147
#### Reactions visualization (PR: https://github.com/volarjs/insiders/pull/5)
1248

0 commit comments

Comments
 (0)