From 23d4eeae49ea2b463a4976165b166434da0a41dd Mon Sep 17 00:00:00 2001 From: "point.halo" Date: Tue, 3 Dec 2024 14:37:32 +0800 Subject: [PATCH] docs: update changelog --- content/order.js | 2 +- content/plus/dragMove/index-en-US.md | 2 +- content/plus/dragMove/index.md | 2 +- content/plus/hotkeys/index-en-US.md | 2 +- content/plus/hotkeys/index.md | 2 +- content/plus/lottie/index-en-US.md | 2 +- content/plus/lottie/index.md | 2 +- content/start/changelog/index-en-US.md | 6 +++++- content/start/changelog/index.md | 6 +++++- 9 files changed, 17 insertions(+), 9 deletions(-) diff --git a/content/order.js b/content/order.js index 924a77b38b..66e49f3bcf 100644 --- a/content/order.js +++ b/content/order.js @@ -24,9 +24,9 @@ const order = [ 'chat', 'codehighlight', "markdownrender", + "dragMove", 'hotkeys', "lottie", - "dragMove", 'autocomplete', 'cascader', 'checkbox', diff --git a/content/plus/dragMove/index-en-US.md b/content/plus/dragMove/index-en-US.md index 092b94de86..a596311b77 100644 --- a/content/plus/dragMove/index-en-US.md +++ b/content/plus/dragMove/index-en-US.md @@ -1,6 +1,6 @@ --- localeCode: en-US -order: 28 +order: 26 category: Plus title: DragMove icon: doc-configprovider diff --git a/content/plus/dragMove/index.md b/content/plus/dragMove/index.md index 4222aebf5f..98a4587b1a 100644 --- a/content/plus/dragMove/index.md +++ b/content/plus/dragMove/index.md @@ -1,6 +1,6 @@ --- localeCode: zh-CN -order: 28 +order: 26 category: Plus title: DragMove 拖拽移动 icon: doc-configprovider diff --git a/content/plus/hotkeys/index-en-US.md b/content/plus/hotkeys/index-en-US.md index 8b2cd62abe..48d5c6cee6 100644 --- a/content/plus/hotkeys/index-en-US.md +++ b/content/plus/hotkeys/index-en-US.md @@ -1,6 +1,6 @@ --- localeCode: en-US -order: 26 +order: 27 category: Plus title: HotKeys icon: doc-configprovider diff --git a/content/plus/hotkeys/index.md b/content/plus/hotkeys/index.md index ff7fe89151..4facbd0053 100644 --- a/content/plus/hotkeys/index.md +++ b/content/plus/hotkeys/index.md @@ -1,6 +1,6 @@ --- localeCode: zh-CN -order: 26 +order: 27 category: Plus title: HotKeys 快捷键 icon: doc-configprovider diff --git a/content/plus/lottie/index-en-US.md b/content/plus/lottie/index-en-US.md index 6848c165e8..b672adbef3 100644 --- a/content/plus/lottie/index-en-US.md +++ b/content/plus/lottie/index-en-US.md @@ -1,6 +1,6 @@ --- localeCode: en-US -order: 27 +order: 28 category: Plus title: Lottie Animation icon: doc-lottie diff --git a/content/plus/lottie/index.md b/content/plus/lottie/index.md index 8dd8bfb375..a96c8c0b01 100644 --- a/content/plus/lottie/index.md +++ b/content/plus/lottie/index.md @@ -1,6 +1,6 @@ --- localeCode: zh-CN -order: 27 +order: 28 category: Plus title: Lottie 动画 icon: doc-lottie diff --git a/content/start/changelog/index-en-US.md b/content/start/changelog/index-en-US.md index 79fd0ec466..893e7c6053 100644 --- a/content/start/changelog/index-en-US.md +++ b/content/start/changelog/index-en-US.md @@ -17,13 +17,17 @@ Version:Major.Minor.Patch (follow the **Semver** specification) --- #### 🎉 2.71.0-beta.0 (2024-12-02) +- 【New Component】 + - Add `DragMove` Component,Change the positioning by dragging. [#2595](https://github.com/DouyinFE/semi-design/pull/2595) + - Add `JsonViewer` Component,support the display and editing of JSON data at the million-line level. [#2561](https://github.com/DouyinFE/semi-design/pull/2561) - 【Feat】 - Table added shouldCellUpdate API, which is used to customize whether cells need to be re-rendered or not. [#2584](https://github.com/DouyinFE/semi-design/pull/2584) - Cascader supports the checkRelation API for setting the relevance of options [#2582](https://github.com/DouyinFE/semi-design/issues/2582) - Highlight supports using different highlight styles for different keywords [#2600](https://github.com/DouyinFE/semi-design/pull/2600) - `@douyinfe/semi-icons-lab` add new color icons: IconChart、IconChat、IconCodeHighlight、IconLottie、IconMarkdown、IconPincode、IconVersionOne、IconWebComponents、IconJsonViewer [#2583](https://github.com/DouyinFE/semi-design/pull/2583) - 【Chore】 - - The digital precision of the SVG path in @douyinfe/semi-icons has been modified, keeping two decimal places. The volume of the minimized package for all icons has been reduced from 450 kb to 278 kb [#2583](https://github.com/DouyinFE/semi-design/pull/2583) + - The digital precision of the SVG path in `@douyinfe/semi-icons` has been modified, keeping two decimal places. The volume of the minimized package for all icons has been reduced from 450 kb to 278 kb [#2583](https://github.com/DouyinFE/semi-design/pull/2583) + - The digital precision of the SVG path in `@douyinfe/semi-illustrations` has been modified, keeping two decimal places. The volume of the minimized package for all icons has been reduced from 283k -> 165k [#2602](https://github.com/DouyinFE/semi-design/pull/2602) - Fixed type error reporting for the Lottie component [#2593](https://github.com/DouyinFE/semi-design/pull/2593) - 【Perf】 - The logic related to Select's renderOption will be postponed until after the candidate options are displayed. Reduce unnecessary rendering. [#2598](https://github.com/DouyinFE/semi-design/issues/2598) diff --git a/content/start/changelog/index.md b/content/start/changelog/index.md index 070b20bc9c..907eb8980a 100644 --- a/content/start/changelog/index.md +++ b/content/start/changelog/index.md @@ -15,13 +15,17 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本 #### 🎉 2.71.0-beta.0 (2024-12-02) +- 【New Component】 + - 新增 DragMove 组件,通过拖拽改变定位 [#2595](https://github.com/DouyinFE/semi-design/pull/2595) + - 新增 JsonViewer 组件,支持百万行级 JSON 数据的展示与编辑 [#2561](https://github.com/DouyinFE/semi-design/pull/2561) - 【Feat】 - Table 新增 shouldCellUpdate API,用于自定义单元格的是否需重新渲染 [#2584](https://github.com/DouyinFE/semi-design/pull/2584) - Cascader 支持 checkRelation API 用于设置选项关联性 [#2582](https://github.com/DouyinFE/semi-design/issues/2582) - Highlight Highlight 支持针对不同关键字使用不同高亮样式 [#2600](https://github.com/DouyinFE/semi-design/pull/2600) - `@douyinfe/semi-icons-lab` 增加新图标: IconChart、IconChat、IconCodeHighlight、IconLottie、IconMarkdown、IconPincode、IconVersionOne、IconWebComponents、IconJsonViewer [#2583](https://github.com/DouyinFE/semi-design/pull/2583) - 【Chore】 - - 修改 @douyinfe/semi-icons 中 svg path 数字精度,保留两位小数,全量图标 min 包体积 450 kb -> 278kb [#2583](https://github.com/DouyinFE/semi-design/pull/2583) + - 修改 `@douyinfe/semi-icons` 中 SVG Path 数字精度,保留两位小数,全量图标 min 包体积 450 kb -> 278kb [#2583](https://github.com/DouyinFE/semi-design/pull/2583) + - 修改 `@douyinfe/semi-illustrations` SVG Path 数字精度,保留两位小数,减少构建体积,全量插画 min 包体积 283k -> 165k [#2602](https://github.com/DouyinFE/semi-design/pull/2602) - 修复 Lottie 组件类型报错问题 [#2593](https://github.com/DouyinFE/semi-design/pull/2593) - 【Perf】 - Select renderOption 相关的逻辑推迟在候选项展示后再执行, 减少不必要的渲染 [#2598](https://github.com/DouyinFE/semi-design/issues/2598)