File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.1.1 (2025-10-07)
4
+
5
+ ### Features
6
+
7
+ - feat(language-server): support ` --tsdk ` command line arg (#5691 )
8
+
9
+ ### Bug Fixes
10
+
11
+ - fix(language-core): tolerate non-literal export default (#5675 ) - Thanks to @KazariEX !
12
+ - fix(language-core): use component instance props as fallthrough attributes (#5686 ) - Thanks to @KazariEX !
13
+ - fix(typescript-plugin): determine if variable is ` Ref ` by ` RefSymbol ` property (#5687 ) - Thanks to @KazariEX !
14
+ - fix(language-core): exclude effect of comments on root node (#5689 ) - Thanks to @KazariEX !
15
+ - fix(typescript-plugin): place ` __vue__ ` in project instead of program (#5690 )
16
+ - fix(component-type-helpers): remove deprecated ` $scopedSlots ` support for Vue 2
17
+ - fix(language-core): replace markdown links after sfc blocks processing (#5695 ) - Thanks to @KazariEX !
18
+ - fix(language-core): do not report unused error on ` __VLS_export ` (#5696 ) - Thanks to @KazariEX !
19
+
20
+ ### Other Changes
21
+
22
+ - refactor(language-core): reimplement ` writeGlobalTypes ` without side effects
23
+
3
24
## 3.1.0 (2025-09-28)
4
25
5
26
### Performance
You can’t perform that action at this time.
0 commit comments