Browse Source

chore: changlog

DaiQiangReal 8 months ago
parent
commit
36e2eae952
2 changed files with 12 additions and 0 deletions
  1. 6 0
      content/start/changelog/index-en-US.md
  2. 6 0
      content/start/changelog/index.md

+ 6 - 0
content/start/changelog/index-en-US.md

@@ -16,6 +16,12 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 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】
     - Fix the issue where the List component's dataSource is empty and it is covered by the Spin component. [@LonelySnowman](https://github.com/LonelySnowman)

+ 6 - 0
content/start/changelog/index.md

@@ -14,6 +14,12 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
 
+#### 🎉 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)