Skip to content

Commit

Permalink
[Release] Released for 2024.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ committed Oct 16, 2024
1 parent 64bb908 commit ffd7b84
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
items: [
{
text: '2024.1.1',
link: '/components/2024.1.1/button',
link: '/components/2024.1.1/release-notes',
activeMatch: '/components/2024.1.1/'
},
]
Expand All @@ -36,6 +36,11 @@ export default {
}
],
'/components/2024.1.1/': [
{
text: 'Release Notes',
base: '/components/2024.1.1/',
link: 'release-notes',
},
{
text: 'Base Components',
base: '/components/2024.1.1/',
Expand Down
40 changes: 40 additions & 0 deletions docs/components/2024.1.1/release-notes.md
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

0 comments on commit ffd7b84

Please sign in to comment.