Skip to content

Commit b419529

Browse files
committed
chore: changelog
1 parent 6d7a542 commit b419529

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
# Changelog
22

3+
## [2.1.3](https://github.com/volarjs/volar.js/compare/v2.1.2...v2.1.3) (2024-03-20)
4+
5+
### Bug Fixes
6+
7+
- **typescript:** fix emit signature to enable incremental work to function properly [#150](https://github.com/volarjs/volar.js/issues/150) - thanks @skywalker512
8+
- **language-server:** also consider deletions for getRootFiles [#152](https://github.com/volarjs/volar.js/issues/152) - thanks @Princesseuh
9+
10+
### Other Changes
11+
12+
- **language-service:** add name for `SemanticToken` tuple members
13+
- **vscode:** migrate from `StatusBarItem` to `LanguageStatusItem`
14+
315
## [2.1.2](https://github.com/volarjs/volar.js/compare/v2.1.1...v2.1.2) (2024-03-07)
416

5-
### Fixes
17+
### Bug Fixes
618

719
- **typescript:** reverted [f041c79](https://github.com/volarjs/volar.js/commit/f041c79df5e3ea95c8ba78d1616405dfa9c25135) as it caused severe performance regressions [vuejs/language-tools#4024](https://github.com/vuejs/language-tools/issues/4024)
820

921
## [2.1.1](https://github.com/volarjs/volar.js/compare/v2.1.0...v2.1.1) (2024-03-05)
1022

11-
### Fixes
23+
### Bug Fixes
1224

1325
- **test-utils:** allow unknown initialization options and expose `locale` option [#142](https://github.com/volarjs/volar.js/issues/142)
1426
- **typescript:** virtual file update condition should be based generated snapshot rather than source script version

0 commit comments

Comments
 (0)