diff --git a/content/start/changelog/index-en-US.md b/content/start/changelog/index-en-US.md index 7b2e75b444..5fcd4d2df3 100644 --- a/content/start/changelog/index-en-US.md +++ b/content/start/changelog/index-en-US.md @@ -16,6 +16,10 @@ Version:Major.Minor.Patch (follow the **Semver** specification) --- +#### 🎉 2.72.1 (2024-12-17) +- 【Fix】 + - Fixed the problem of incorrect onChange callback result in Tree component treeDataSimpleJson mode [#2508 ](https://github.com/DouyinFE/semi-design/issues/2508) + - fixed the issue that the display of disabled subNavItem in vertical Navigation does not meet expectations when it is collapsed #### 🎉 2.71.2 (2024-12-13) - 【Fix】 diff --git a/content/start/changelog/index.md b/content/start/changelog/index.md index 60831580a2..4e629e8e94 100644 --- a/content/start/changelog/index.md +++ b/content/start/changelog/index.md @@ -13,6 +13,10 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本 - 修订版本号(patch):仅会进行 bugfix,发布时间不限 - 不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq) +#### 🎉 2.72.1 (2024-12-17) +- 【Fix】 + - 修复 Tree 组件 treeDataSimpleJson 模式下,onChange 回调结果错误问题 [#2508 ](https://github.com/DouyinFE/semi-design/issues/2508) [#2601](https://github.com/DouyinFE/semi-design/pull/2601) + - 修复竖向 Navigation 在收起状态下 disabled subNavItem 展示不符合预期问题 [#2637](https://github.com/DouyinFE/semi-design/pull/2637) #### 🎉 2.71.2 (2024-12-13) - 【Fix】