You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,45 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
7
7
## [Released]
8
8
9
+
### v3.0.0 - 2025-11-09 🎉
10
+
11
+
#### Refactored
12
+
13
+
- Style system refactored: Sass fully migrated to Tailwind CSS, improving development efficiency and style consistency
14
+
- Icon solution upgraded: Iconfont replaced with Iconify, supporting richer icon libraries and on-demand loading
15
+
- Route registration refactored: Comprehensive refactoring of route registration system with object-oriented design, improving code maintainability, testability and extensibility
16
+
- Refactored ArtTextScroll component, improving performance and maintainability
- Festival feature enhancement: Fireworks configuration supports cross-date range settings and custom playback counts
37
+
38
+
#### Upgraded
39
+
40
+
- Dependency updates: Upgraded core dependencies to latest stable versions
41
+
42
+
#### ⚠️ Important Notice
43
+
44
+
> This upgrade involves fundamental refactoring of the style system (Sass → Tailwind CSS) and icon library (Iconfont → Iconify), which is a breaking change. It is recommended to use v3.0 for new projects. Upgrading existing projects is not recommended.
0 commit comments