代强 1 рік тому
батько
коміт
d28ae611aa

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

@@ -16,6 +16,15 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.57.0-beta.0 (2024-04-22)
+
+- 【Fix】
+  - Fixed the issue where the text would flash once after selecting Option in the controlled and filter-enabled mode during Select radio selection and then corrected.
+- 【Feat】
+  - Modal support modalContentClass to set content 的 props [#2162](https://github.com/DouyinFE/semi-design/pull/2162) [@18852819321](https://github.com/18852819321)
+  - TreeSelect's onSearch method add `filteredNodes` which represents the list of nodes displayed after the search [@Hokori23](https://github.com/Hokori23)
+  - Form's formApi add getFormProps function
+
 #### 🎉 2.56.3 (2024-04-19)
 - 【Fix】
     - Fixed the issue where the Cancel button has a left margin after Modal footerFill is opened.[#2177](https://github.com/DouyinFE/semi-design/pull/2177)

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

@@ -13,6 +13,14 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.57.0-beta.0 (2024-04-22)
+- 【Fix】
+  - 修复 Select 单选时,受控且filter开启模式下,选择Option后文本会闪烁一次后更正的问题 [#2170](https://github.com/DouyinFE/semi-design/pull/2170)
+- 【Feat】
+  - Modal 支持 modalContentClass to set content 的 props [#2162](https://github.com/DouyinFE/semi-design/pull/2162) [@18852819321](https://github.com/18852819321)
+  - 给树形选择器TreeSelect的onSearch方法添加了`filteredNodes`入参,用来获取筛选后的节点列表 [@Hokori23](https://github.com/Hokori23) [#2155](https://github.com/DouyinFE/semi-design/pull/2155)
+  - Form 组件 FormApi 增加 getFormProps,可在 formApi中读取组件的 props如 disabled、trigger 等属性 [#2184](https://github.com/DouyinFE/semi-design/pull/2184)
+
 #### 🎉 2.56.3 (2024-04-19)
 - 【Fix】
     - 修复 Modal footerFill 打开后,取消按钮带有左边距的问题 [#2177](https://github.com/DouyinFE/semi-design/pull/2177)