From 1d230995a0acff87749ac4cd4fdab91c0d9f2047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E8=89=B3?= Date: Mon, 16 Dec 2024 17:36:04 +0800 Subject: [PATCH] docs(changelog): v2.72.0-beta.0 update --- content/start/changelog/index-en-US.md | 5 +++++ content/start/changelog/index.md | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/content/start/changelog/index-en-US.md b/content/start/changelog/index-en-US.md index 7b2e75b444..238e8f85f3 100644 --- a/content/start/changelog/index-en-US.md +++ b/content/start/changelog/index-en-US.md @@ -16,6 +16,11 @@ Version:Major.Minor.Patch (follow the **Semver** specification) --- +#### 🎉 2.72.0-beta.0 (2024-12-16) +- 【Feat】 + - Table onChange add extra.changeType API to idetify the type of changing [#1238](https://github.com/DouyinFE/semi-design/issues/1238) +- 【Fix】 + - fix render state value in Carousel children always get the init one #### 🎉 2.71.2 (2024-12-13) - 【Fix】 diff --git a/content/start/changelog/index.md b/content/start/changelog/index.md index 60831580a2..f5f4d2cd2e 100644 --- a/content/start/changelog/index.md +++ b/content/start/changelog/index.md @@ -14,6 +14,13 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本 - 不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq) +#### 🎉 2.72.0-beta.0 (2024-12-16) +- 【Feat】 + - Table onChange 新增 extra.changeType API,用于表示 change 类型 [#1238](https://github.com/DouyinFE/semi-design/issues/1238) [#2617](https://github.com/DouyinFE/semi-design/pull/2617) +- 【Fix】 + - 修复 Carousel 在 children 中渲染 state 的值不更新问题 [#2634](https://github.com/DouyinFE/semi-design/pull/2634) + + #### 🎉 2.71.2 (2024-12-13) - 【Fix】 - 去除 Collapsible 组件更新时多余的属性前后是否变化对比 [#2631](https://github.com/DouyinFE/semi-design/pull/2631)