Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pointhalo committed Dec 3, 2024
1 parent 28336e4 commit 23d4eea
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion content/order.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ const order = [
'chat',
'codehighlight',
"markdownrender",
"dragMove",
'hotkeys',
"lottie",
"dragMove",
'autocomplete',
'cascader',
'checkbox',
Expand Down
2 changes: 1 addition & 1 deletion content/plus/dragMove/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 28
order: 26
category: Plus
title: DragMove
icon: doc-configprovider
Expand Down
2 changes: 1 addition & 1 deletion content/plus/dragMove/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 28
order: 26
category: Plus
title: DragMove 拖拽移动
icon: doc-configprovider
Expand Down
2 changes: 1 addition & 1 deletion content/plus/hotkeys/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 26
order: 27
category: Plus
title: HotKeys
icon: doc-configprovider
Expand Down
2 changes: 1 addition & 1 deletion content/plus/hotkeys/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 26
order: 27
category: Plus
title: HotKeys 快捷键
icon: doc-configprovider
Expand Down
2 changes: 1 addition & 1 deletion content/plus/lottie/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 27
order: 28
category: Plus
title: Lottie Animation
icon: doc-lottie
Expand Down
2 changes: 1 addition & 1 deletion content/plus/lottie/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 27
order: 28
category: Plus
title: Lottie 动画
icon: doc-lottie
Expand Down
6 changes: 5 additions & 1 deletion content/start/changelog/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 5 additions & 1 deletion content/start/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 23d4eea

Please sign in to comment.