-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: "2024.1.1 Release Notes" | ||
--- | ||
|
||
# 2024.1.1 Release Notes | ||
|
||
### General Changes | ||
|
||
- [Core] Add release npm repository configuration | ||
- [Core] Support compile css | ||
- [Core] Add docs | ||
- [Core] Replace sh to bash | ||
- [Core] Support on-demand import | ||
|
||
### Component Changes | ||
|
||
- [Tree] Supports expanding parent directories by selecting subnodes | ||
- [Tabs] Support vertical mode | ||
- [Tab] Support check slot type | ||
- [Card] Support loading | ||
- [Card] Support description | ||
- [User] User-related pages to enable ICard | ||
- [Card] Optimize component introduction method | ||
- [Button] Optimize component introduction method | ||
- [Modal] Support width and height | ||
- [Input] Support size | ||
- [Input] Supports max length | ||
- [Input] Supports prefix and suffix | ||
- [Icon] Support icon | ||
- [Icon] Support size | ||
- [Icon] Support color | ||
- [Copy] Support tooltip | ||
- [Copy] Support position | ||
- [Tooltip] Support delay | ||
- [Tooltip] Support position | ||
- [Tooltip] Support trigger | ||
- [Tooltip] Support arrow | ||
- [Code] Support theme | ||
- [Code] Support language | ||
- [Code] Support show line numbers |