Skip to content

Commit 036b6b1

Browse files
committed
docs: update CHANGELOG.md
1 parent 7413f13 commit 036b6b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 3.0.5 (2025-08-01)
44

5+
### Features
6+
7+
- feat(language-core): introduce `compileSFCStyle` to provide style related infomation (#5548) - Thanks to @KazariEX!
8+
- feat(language-service): completion snippet for `v-for` (#5553) - Thanks to @KazariEX!
9+
510
### Bug Fixes
611

712
- fix(language-core): generate `modelModifiers` for explicitly declared default model name (#5558) - Thanks to @KazariEX!
@@ -15,6 +20,10 @@
1520
- fix(language-core): tolerance for incomplete root template tag
1621
- fix(language-core): enable navigation code feature on directive modifiers - Thanks to @KazariEX!
1722

23+
### Other Changes
24+
25+
- chore(language-service): improve global types error message for JS projects (#5574) - Thanks to @Ciallo-Chiaki!
26+
1827
## 3.0.4 (2025-07-25)
1928

2029
### Features

0 commit comments

Comments
 (0)