浏览代码

docs: update changelog

point.halo 8 月之前
父节点
当前提交
c94cc1a1b9
共有 2 个文件被更改,包括 3 次插入14 次删除
  1. 2 7
      content/start/changelog/index-en-US.md
  2. 1 7
      content/start/changelog/index.md

+ 2 - 7
content/start/changelog/index-en-US.md

@@ -34,16 +34,11 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
     - List component drag demo updated to use dnd-kit
 - 【Feat】
     - add renderPicClose to custom close icon under listType picture
-    - Tree/TreeSelect supports expandIcon API for customizing the expand icon  [#2704 ](https://github.com/DouyinFE/semi-design/issues/2704)
+    - Tree/TreeSelect supports expandIcon API for customizing the expand icon  [#2704](https://github.com/DouyinFE/semi-design/issues/2704)
 - 【Fix】
-    - Fixed the problem that Pagination's page capacity switcher cannot switch languages ​​correctly in multi-language scenarios  [#2696 ](https://github.com/DouyinFE/semi-design/issues/2696)
+    - Fixed the problem that Pagination's page capacity switcher cannot switch languages ​​correctly in multi-language scenarios  [#2696](https://github.com/DouyinFE/semi-design/issues/2696)
     - fix iOS input interruption in PinCode component with format='number' (switches from number/character to letter keyboard after input a digit) [@SaltyfishEd](https://github.com/SaltyfishEd)
 
-#### 🎉 2.75.0-beta.0 (2025-02-18)
-- 【Feat】
-  - Tree/TreeSelect supports expandIcon API for customizing the expand icon  [#2704 ](https://github.com/DouyinFE/semi-design/issues/2704)
-- 【Fix】
-  - fix iOS input interruption in PinCode component with format='number' (switches from number/character to letter keyboard after input a digit) [@SaltyfishEd](https://github.com/SaltyfishEd)
 
 #### 🎉 2.74.0 (2025-02-07)
 - 【Fix】

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

@@ -31,17 +31,11 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
     - List 组件拖拽 Demo 更新为用 dnd-kit 实现 [#2717](https://github.com/DouyinFE/semi-design/pull/2717)
 - 【Feat】
     - Upload 在图片墙场景下添加 renderPicClose 用于自定义关闭图标 [#2714](https://github.com/DouyinFE/semi-design/pull/2714)
-    - Tree/TreeSelect 支持 expandIcon API 用于自定义展开图标  [#2704 ](https://github.com/DouyinFE/semi-design/issues/2704) [#2709](https://github.com/DouyinFE/semi-design/pull/2709)
+    - Tree/TreeSelect 支持 expandIcon API 用于自定义展开图标  [#2704](https://github.com/DouyinFE/semi-design/issues/2704) 
 - 【Fix】
     - 修复 Pagination 的页容量切换器在多语言场景无法切换语言问题  [#2696 ](https://github.com/DouyinFE/semi-design/issues/2696) [#2698](https://github.com/DouyinFE/semi-design/pull/2698)
     - 修复 PinCode 组件 format='number' 情况下,iOS端输入被打断问题(输入一个数字后,自动从数字/字符键盘切换到字母键盘) [@SaltyfishEd](https://github.com/SaltyfishEd) [#2702](https://github.com/DouyinFE/semi-design/pull/2702)
 
-#### 🎉 2.75.0-beta.0 (2025-02-18)
-- 【Feat】
-  - Tree/TreeSelect 支持 expandIcon API 用于自定义展开图标  [#2704 ](https://github.com/DouyinFE/semi-design/issues/2704) [#2709](https://github.com/DouyinFE/semi-design/pull/2709)
-- 【Fix】
-  - 修复 PinCode 组件 format='number' 情况下,iOS端输入被打断问题(输入一个数字后,自动从数字/字符键盘切换到字母键盘) [@SaltyfishEd](https://github.com/SaltyfishEd) [#2702](https://github.com/DouyinFE/semi-design/pull/2702)
-
 #### 🎉 2.74.0 (2025-02-07)
 - 【Fix】
     - 修复 List 组件 dataSource 为空时被 Spin 组件遮挡问题 [@LonelySnowman](https://github.com/LonelySnowman) [#2693](https://github.com/DouyinFE/semi-design/pull/2693)