|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 3.0.2 (2025-07-18) |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +- feat(language-core): introduce `globalTypesPath` option for non-npm like environment (#5505) - Thanks to @KazariEX! |
| 8 | +- feat: forward tsserver's semantic tokens via language server (#5512) - Thanks to @KazariEX! |
| 9 | + |
| 10 | +### Bug Fixes |
| 11 | + |
| 12 | +- fix(vscode): correct syntax highlight of control directives ending with `/` or `)` - Thanks to @KazariEX! |
| 13 | +- fix(language-core): infer parameter type of union slots to be union instead of intersection (#5475) - Thanks to @KazariEX! |
| 14 | +- fix(vscode): remove `colorizedBracketPairs` config for plaintext |
| 15 | +- fix(language-core): avoid early access to local types to skip unnecessary type generation - Thanks to @KazariEX! |
| 16 | +- fix(language-core): treat `<component>` without `is` prop as normal component - Thanks to @KazariEX! |
| 17 | +- fix(vscode): make sure tsserver loads `@vue/typescript-plugin` last (#5483) |
| 18 | +- fix(language-core): only keep navigation code feature on static `name` value of `<slot>` - Thanks to @KazariEX! |
| 19 | +- fix(language-server): add `allowJs` to reactivity analyze host - Thanks to @KazariEX! |
| 20 | +- fix(language-core): do not set template lang to `md` for markdown (#5497) - Thanks to @KazariEX! |
| 21 | +- fix(typescript-plugin): exclude items of kind `module` from template completion - Thanks to @KazariEX! |
| 22 | +- fix(language-core): walk identifiers correctly within type nodes in interpolation (#5501) - Thanks to @KazariEX! |
| 23 | +- fix(language-service): correct position calculation of twoslash queries (#5503) - Thanks to @KazariEX! |
| 24 | +- fix(language-core): avoid redundant increment of block variable depth (#5511) - Thanks to @KazariEX! |
| 25 | +- fix(language-service): re-implement twoslash queries in script - Thanks to @KazariEX! |
| 26 | + |
| 27 | +### Other Changes |
| 28 | + |
| 29 | +- refactor(vscode): make welcome page code public - Thanks to @KazariEX! |
| 30 | +- refactor(vscode): add premium feature settings |
| 31 | +- chore: migrate from `minimatch` to `picomatch` (#5499) - Thanks to @KazariEX! |
| 32 | +- chore: update volar to 2.4.19 |
| 33 | + - fix(typescript): skip source file search when `.d.${ext}.ts` file exists (#277) |
| 34 | +- revert: type support of slot children (#5137) (#5514) - Thanks to @KazariEX! |
| 35 | + |
3 | 36 | ## 3.0.1 (2025-07-02)
|
4 | 37 |
|
5 | 38 | ### Bug Fixes
|
|
0 commit comments