Skip to content

Commit 48adcf7

Browse files
committed
chore: changelog
1 parent e9191e5 commit 48adcf7

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

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

3+
## [2.3.1](https://github.com/volarjs/volar.js/compare/v2.3.0...v2.3.1) (2024-06-22)
4+
5+
### Features
6+
7+
- **labs:** improving the capabilities of the virtual code editor ([#208](https://github.com/volarjs/volar.js/issues/208))
8+
9+
### Bug Fixes
10+
11+
- **labs:** language client ID should not be case sensitive
12+
- **language-server:** fix URI conversion for file names with similar embedded code ID
13+
- **language-server:** write virtual file command broken
14+
- **vscode:** error tolerant to `contentChanges` length ([vuejs/language-tools#4457](https://github.com/vuejs/language-tools/issues/4457))
15+
16+
### Performance
17+
18+
- **source-map:** use binary search for `translateOffset`
19+
20+
### Refactors
21+
22+
- **source-map:** decoupling from `muggle-string`
23+
- **source-map:** improve range mapping accuracy ([#204](https://github.com/volarjs/volar.js/issues/204))
24+
- **source-map:** API refactoring ([Part of #206](https://github.com/volarjs/volar.js/issues/206)) - Thanks @piotrtomiak
25+
- **language-service:** delete `SourceMapWithDocuments`, `LinkedCodeMapWithDocument`
26+
- **language-core:** pluginized source map factory function ([#207](https://github.com/volarjs/volar.js/issues/207))
27+
28+
### Other Changes
29+
30+
- **language-service:** fix SourceMapWithDocuments virtualCode typo ([#190](https://github.com/volarjs/volar.js/issues/190)) - Thanks @machty
31+
332
## [2.3.0](https://github.com/volarjs/volar.js/compare/v2.2.5...v2.3.0) (2024-06-09)
433

534
### Features

0 commit comments

Comments
 (0)