Pārlūkot izejas kodu

docs(changelog): v2.24.0 update

linyan 2 gadi atpakaļ
vecāks
revīzija
c828a828cc

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

@@ -15,6 +15,13 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+#### 🎉 2.24.0 (2022-11-25)
+- 【Fix】
+    - Fix the page scrolling problem caused by opening the option panel when searchAutoFocus is true and searchPosition is in dropdown in TreeSelect  [#1306 ](https://github.com/DouyinFE/semi-design/issues/1306)
+    - fix the excessive page scrolling interference caused by the scrollIntoView parameter when Tabs is collapsed and scrolled
+    - fix other components derived from Input that click prefix/suffix will not focus Input properly  [#1237 ](https://github.com/DouyinFE/semi-design/issues/1237)
+    - fix focus style issue when InputNumber sets innerButtons to true  [#1144 ](https://github.com/DouyinFE/semi-design/issues/1144)
+
 #### 🎉 2.23.7 (2022-11-23)
 - 【Fix】
     - Fix the problem that the custom Header cannot be displayed when previewing a single image

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

@@ -15,6 +15,13 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 
 ---
+#### 🎉 2.24.0 (2022-11-25)
+- 【Fix】
+    - 修复 TreeSelect 中当 searchAutoFocus 为 true ,并且 searchPosition 在 dropdown 中,打开选项面板导致页面滚动问题  [#1306 ](https://github.com/DouyinFE/semi-design/issues/1306)
+    - 修复 Tabs 折叠滚动情况下,因为 scrollIntoView 参数带来的过多页面滚动干扰
+    - 修复Input 派生的其他 Input 类组件(如 InputNumber)点击前/后缀不会正常聚焦 Input  [#1237 ](https://github.com/DouyinFE/semi-design/issues/1237)
+    - 修复 InputNumber 设置 innerButtons 为 true 时聚焦样式问题  [#1144 ](https://github.com/DouyinFE/semi-design/issues/1144)
+
 #### 🎉 2.23.7 (2022-11-23)
 - 【Fix】
     - 修复单张图片在预览时无法显示自定义 Header 问题