File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.0.14 (2024/4/22)
4+
5+ ### Features
6+
7+ - ** language-core:** added search html tag (#4280 ) - Thanks @audunhov
8+ - ** language-service:** added Russian, Czech localization support
9+
10+ ### Bug Fixes
11+
12+ - ** language-core:** ` @ts-ignore ` not working for slots (#4263 )
13+ - ** language-core:** reduce unnecessary props mapping (#4284 )
14+ - ** tsc:** improve regexp performance for global type removal (#4260 ) - Thanks @blake-newman
15+
16+ ### Other Changes
17+
18+ - Upgrade Volar from ` v2.2.0-alpha.8 ` to ` v2.2.0-alpha.10 ` to fix some issues:
19+ - Parameter Hints not working in Hybrid Mode (#3948 )
20+ - TS server to crash repeatedly when include large js file (#4278 )
21+ - Randomly causing errors when renaming / find definitions in Hybrid Mode (#4257 , #4281 , #4282 )
22+ - Unable to resolve Nuxt UI component type
23+ - Incomplete results for find refernces in Hybrid Mode
24+ - The following extensions have been added to Hybrid Mode’s compatibility whitelist:
25+ - ` bierner.lit-html `
26+ - ` denoland.vscode-deno ` (When ` deno.enable ` is ` false ` )
27+ - ` jenkey2011.string-highlight `
28+ - ** language-core:** improve maintainability of codegen (#4276 )
29+ - Deprecated ` vueCompilerOptions.nativeTags ` , now respects the ` nodeType ` property of template AST node.
30+ - Dynamic component types without v-bind: is are no longer supported.
31+
332## 2.0.13 (2024/4/12)
433
534### Performance
You can’t perform that action at this time.
0 commit comments