浏览代码

docs: update changelog

point.halo 10 月之前
父节点
当前提交
23d4eeae49

+ 1 - 1
content/order.js

@@ -24,9 +24,9 @@ const order = [
     'chat',
     'chat',
     'codehighlight',
     'codehighlight',
     "markdownrender",
     "markdownrender",
+    "dragMove",
     'hotkeys',
     'hotkeys',
     "lottie",
     "lottie",
-    "dragMove",
     'autocomplete',
     'autocomplete',
     'cascader',
     'cascader',
     'checkbox',
     'checkbox',

+ 1 - 1
content/plus/dragMove/index-en-US.md

@@ -1,6 +1,6 @@
 ---
 ---
 localeCode: en-US
 localeCode: en-US
-order: 28
+order: 26
 category: Plus
 category: Plus
 title:  DragMove
 title:  DragMove
 icon: doc-configprovider
 icon: doc-configprovider

+ 1 - 1
content/plus/dragMove/index.md

@@ -1,6 +1,6 @@
 ---
 ---
 localeCode: zh-CN
 localeCode: zh-CN
-order: 28
+order: 26
 category: Plus
 category: Plus
 title:  DragMove 拖拽移动
 title:  DragMove 拖拽移动
 icon: doc-configprovider
 icon: doc-configprovider

+ 1 - 1
content/plus/hotkeys/index-en-US.md

@@ -1,6 +1,6 @@
 ---
 ---
 localeCode: en-US
 localeCode: en-US
-order: 26
+order: 27
 category: Plus
 category: Plus
 title:  HotKeys
 title:  HotKeys
 icon: doc-configprovider
 icon: doc-configprovider

+ 1 - 1
content/plus/hotkeys/index.md

@@ -1,6 +1,6 @@
 ---
 ---
 localeCode: zh-CN
 localeCode: zh-CN
-order: 26
+order: 27
 category: Plus
 category: Plus
 title: HotKeys 快捷键
 title: HotKeys 快捷键
 icon: doc-configprovider
 icon: doc-configprovider

+ 1 - 1
content/plus/lottie/index-en-US.md

@@ -1,6 +1,6 @@
 ---
 ---
 localeCode: en-US
 localeCode: en-US
-order: 27
+order: 28
 category: Plus
 category: Plus
 title: Lottie Animation
 title: Lottie Animation
 icon: doc-lottie
 icon: doc-lottie

+ 1 - 1
content/plus/lottie/index.md

@@ -1,6 +1,6 @@
 ---
 ---
 localeCode: zh-CN
 localeCode: zh-CN
-order: 27
+order: 28
 category: Plus
 category: Plus
 title: Lottie 动画
 title: Lottie 动画
 icon: doc-lottie
 icon: doc-lottie

+ 5 - 1
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)
 #### 🎉 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】
 - 【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)
     - 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)
     - 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)
     - 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)
     - `@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】
 - 【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)
     - Fixed type error reporting for the Lottie component [#2593](https://github.com/DouyinFE/semi-design/pull/2593)
 - 【Perf】
 - 【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)
     - 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)

+ 5 - 1
content/start/changelog/index.md

@@ -15,13 +15,17 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 
 
 
 #### 🎉 2.71.0-beta.0 (2024-12-02)
 #### 🎉 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】
 - 【Feat】
     - Table 新增 shouldCellUpdate API,用于自定义单元格的是否需重新渲染 [#2584](https://github.com/DouyinFE/semi-design/pull/2584)
     - Table 新增 shouldCellUpdate API,用于自定义单元格的是否需重新渲染 [#2584](https://github.com/DouyinFE/semi-design/pull/2584)
     - Cascader 支持 checkRelation API 用于设置选项关联性  [#2582](https://github.com/DouyinFE/semi-design/issues/2582)
     - Cascader 支持 checkRelation API 用于设置选项关联性  [#2582](https://github.com/DouyinFE/semi-design/issues/2582)
     - Highlight Highlight 支持针对不同关键字使用不同高亮样式  [#2600](https://github.com/DouyinFE/semi-design/pull/2600)
     - 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)
     - `@douyinfe/semi-icons-lab` 增加新图标: IconChart、IconChat、IconCodeHighlight、IconLottie、IconMarkdown、IconPincode、IconVersionOne、IconWebComponents、IconJsonViewer [#2583](https://github.com/DouyinFE/semi-design/pull/2583)
 - 【Chore】
 - 【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)
     - 修复 Lottie 组件类型报错问题 [#2593](https://github.com/DouyinFE/semi-design/pull/2593)
 - 【Perf】
 - 【Perf】
     - Select renderOption 相关的逻辑推迟在候选项展示后再执行, 减少不必要的渲染 [#2598](https://github.com/DouyinFE/semi-design/issues/2598)
     - Select renderOption 相关的逻辑推迟在候选项展示后再执行, 减少不必要的渲染 [#2598](https://github.com/DouyinFE/semi-design/issues/2598)