Skip to content

Commit 8425431

Browse files
committed
chore: changelog
1 parent 416d936 commit 8425431

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.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

0 commit comments

Comments
 (0)