瀏覽代碼

docs: update changelog

pointhalo 2 年之前
父節點
當前提交
a64f9ad5f8
共有 2 個文件被更改,包括 12 次插入0 次删除
  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.31.2 (2023-03-24)
+- 【Fix】
+    - Fix the problem of using resizable Table and form at the same time in the dev environment to report an error  [#1506](https://github.com/DouyinFE/semi-design/issues/1506)
+    - Fix the problem that the delay props related to Nav tooltip does not take effect  [#1454](https://github.com/DouyinFE/semi-design/issues/1454)
+    - Fix: When selecting remote and autoClearSearchValue is false, the optionList is not displayed correctly after updating, (range of impact: v2.28 - 2.31) [#1386](https://github.com/DouyinFE/semi-design/issues/1386)
+
 #### 🎉 2.31.1 (2023-03-22)
 - 【Chore】
     - Semi Webpack Plugin adds logic to directly retrieve NormalModule from the Compiler Instance [#1503](https://github.com/DouyinFE/semi-design/pull/1503)

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

@@ -14,6 +14,12 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
 
+#### 🎉 2.31.2 (2023-03-24)
+- 【Fix】
+    - 修复 resizable Table 与 form 标签同时存在在 dev 环境下报错问题  [#1506](https://github.com/DouyinFE/semi-design/issues/1506)
+    - 修复 Nav tooltip 相关延迟 props 不生效的问题  [#1454](https://github.com/DouyinFE/semi-design/issues/1454)
+    - 修复 Select remote 且 autoClearSearchValue 为 false时,更新 optionList 后未正确显示的问题(影响范围:v2.28 - 2.31)[#1386](https://github.com/DouyinFE/semi-design/issues/1386)
+
 #### 🎉 2.31.1 (2023-03-22)
 - 【Chore】
     - Semi Webpack Plugin 增加直接从 Compiler Instance 中获取NormalModule的逻辑 [#1503](https://github.com/DouyinFE/semi-design/pull/1503)