Browse Source

docs: update changelog

pointhalo 3 years ago
parent
commit
f639f3e287
2 changed files with 10 additions and 1 deletions
  1. 4 0
      content/start/changelog/index-en-US.md
  2. 6 1
      content/start/changelog/index.md

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

@@ -16,6 +16,10 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.24.3 (2022-12-05)
+- 【Chore】
+    - Improve type define of Form HOC : `withFormState`、`withFormApi`  [#1323](https://github.com/DouyinFE/semi-design/pull/1323)
+    - Improve TS type define of Nav, add optional for callback params
 #### 🎉 2.24.1 (2022-11-25)
 - 【Fix】
     - Fix DatePicker disabledDate interaction is not easy to use when type is month [#520](https://github.com/DouyinFE/semi-design/issues/520)

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

@@ -16,6 +16,11 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 ---
 
+#### 🎉 2.24.3 (2022-12-05)
+- 【Chore】
+    - 优化 Form HOC:`withFormState`、`withFormApi`的类型定义  [#1323](https://github.com/DouyinFE/semi-design/pull/1323)
+    - 优化 Nav 的类型定义,callback类 props 入参增加可选类型
+
 #### 🎉 2.24.1 (2022-11-25)
 - 【Fix】
     - 修复 DatePicker 月份选择 disabledDate 交互问题  [#520](https://github.com/DouyinFE/semi-design/issues/520)
@@ -24,7 +29,7 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 - 【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)
+    - 修复 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)