From ffd7b84644904a2310d5edfd73457d1e7c88b577 Mon Sep 17 00:00:00 2001 From: qianmoQ Date: Wed, 16 Oct 2024 19:19:14 +0800 Subject: [PATCH] [Release] Released for `2024.1.1` --- docs/.vitepress/config.js | 7 +++- docs/components/2024.1.1/release-notes.md | 40 +++++++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 docs/components/2024.1.1/release-notes.md diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 06b9625b..076562e2 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -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/' }, ] @@ -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/', diff --git a/docs/components/2024.1.1/release-notes.md b/docs/components/2024.1.1/release-notes.md new file mode 100644 index 00000000..8284c610 --- /dev/null +++ b/docs/components/2024.1.1/release-notes.md @@ -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