File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.4.12] ( https://github.com/volarjs/volar.js/compare/v2.4.11...v2.4.12 ) (2024-03-07)
4+
5+ ### Bug Fixes
6+
7+ - fix(language-core): trigger targets dirty when associatedOnly is true
8+ - fix(typescript): focus update target file version on association dirty (#267 )
9+ - fix(jsdelivr): make params.` getPackageVersion ` useful (#266 ) - Thanks to @wangcch !
10+
11+ ### Other Changes
12+
13+ - docs(monaco): update documentation to match the current API status (#255 ) - Thanks to @elchininet !
14+ - docs(typescript): clean up and document ` createLanguageServicePlugin ` and ` createAsyncLanguageServicePlugin ` (#261 ) - Thanks to @machty
15+
16+ ## [ 2.4.11] ( https://github.com/volarjs/volar.js/compare/v2.4.10...v2.4.11 ) (2024-12-14)
17+
18+ ### Features
19+
20+ - feat(typescript): add typescriptObject option to runTsc (#245 ) - Thanks to @zhiyuanzmj !
21+
22+ ### Bug Fixes
23+
24+ - fix(typescript): should not suppressing getLanguageId crashes (#253 )
25+ - fix(typescript): force update the opened script snapshot after the language plugin is ready (#254 )
26+ - fix(typescript): fix issue with transpiled TypeScript files not being registered with a project at all (#250 ) - Thanks to @piotrtomiak !
27+ - fix(typescript): resolve the shim used for tsc in Typescript v5.7 and up (#252 ) - Thanks to @kitsune7 !
28+
29+ ### Other Changes
30+
31+ - docs(source-map): updated API section based on #207 (#248 ) - Thanks to @alamhubb !
32+
333## [ 2.4.10] ( https://github.com/volarjs/volar.js/compare/v2.4.9...v2.4.10 ) (2024-11-08)
434
535### Bug Fixes
You can’t perform that action at this time.
0 commit comments