Skip to content

Commit 3ea27da

Browse files
committed
docs: update CHANGELOG.md
1 parent 52a6fc4 commit 3ea27da

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

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+
324
## 3.1.0 (2025-09-28)
425

526
### Performance

0 commit comments

Comments
 (0)