Jelajahi Sumber

docs: update changelog

pointhalo 2 tahun lalu
induk
melakukan
36446877e3
2 mengubah file dengan 19 tambahan dan 0 penghapusan
  1. 10 0
      content/start/changelog/index-en-US.md
  2. 9 0
      content/start/changelog/index.md

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

@@ -16,6 +16,16 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.32.1 (2023-04-06)
+- 【Fix】
+    - Fix the problem that an error may be reported when Tooltip is used in conjunction with the loading button in the production environment [#1540](https://github.com/DouyinFE/semi-design/pull/1540)
+    - Fix the problem that Navigation uses JSX to configure Footer and Header, which may not be correctly recognized in the production environment [#1540](https://github.com/DouyinFE/semi-design/pull/1540)
+    - Fix the problem that the Column may not be recognized correctly in the production environment when the Table uses the JSX Children notation to configure Columns
+ [#1540](https://github.com/DouyinFE/semi-design/pull/1540)
+    - Fix the problem that there are extra spaces in the Tab Pane classname [#1536](https://github.com/DouyinFE/semi-design/pull/1536)
+-  【Docs】
+    - Modify the wrong type definition of the filteredValue parameter in the onFilter API of Table [#1538](https://github.com/DouyinFE/semi-design/pull/1538)
+
 #### 🎉 2.32.0 (2023-03-31)
 - 【Fix】
     - Fix Spin because the height of the .semi-spin-wrapper div is incorrect, causing the position to move up

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

@@ -15,6 +15,15 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 
 
+#### 🎉 2.32.1 (2023-04-06)
+- 【Fix】
+    - 修复 Tooltip 配合 loading button 使用在生产环境可能会报错的问题 [#1540](https://github.com/DouyinFE/semi-design/pull/1540)
+    - 修复 Navigation 使用 JSX 写法配置 Footer、Header ,在生产环境下可能未能正确识别的问题 [#1540](https://github.com/DouyinFE/semi-design/pull/1540)
+    - 修复 Table 使用 JSX Children写法配置 Columns 时,在生产环境下可能未能正确识别 Column的问题 [#1540](https://github.com/DouyinFE/semi-design/pull/1540)
+    - 修复 Tab Pane类名存在多余空格的问题 [#1536](https://github.com/DouyinFE/semi-design/pull/1536)
+-  【Docs】
+    - 更正 Table 的 onFilter 中 filteredValue 参数错误的类型定义 [#1538](https://github.com/DouyinFE/semi-design/pull/1538)
+
 #### 🎉 2.32.0 (2023-03-31)
 - 【Fix】
     - 修复 Spin 因为 .semi-spin-wrapper div 高度不正确导致位置上移问题