浏览代码

docs: add changlogs in v2.30.0

zhangyumei.0319 2 年之前
父节点
当前提交
cb92956e8a
共有 2 个文件被更改,包括 10 次插入6 次删除
  1. 5 3
      content/start/changelog/index-en-US.md
  2. 5 3
      content/start/changelog/index.md

+ 5 - 3
content/start/changelog/index-en-US.md

@@ -18,10 +18,12 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 
 #### 🎉 2.30.0 (2023-02-23)
 #### 🎉 2.30.0 (2023-02-23)
 - 【Fix】
 - 【Fix】
-  - Fix the problem that Modal did not delete the redundant div after the imperative call was closed  [#1415 ](https://github.com/DouyinFE/semi-design/issues/1415)
-  - treeSelect fixes the problem that the border color is abnormal when hovering in some scenes
+  - Fix the problem that Modal did not delete the redundant div after the imperative call was closed  [#1415](https://github.com/DouyinFE/semi-design/issues/1415)
+  - TreeSelect fixes the problem that the border color is abnormal when hovering in some scenes [#1416](https://github.com/DouyinFE/semi-design/pull/1446)
+  - Fix the wrong timing of onBlur/onFocus calls in TreeSelect [#1414](https://github.com/DouyinFE/semi-design/pull/1444)
+  - Fix the problem that preventScroll is not declared and not transparently transmitted in TreeSelect [#1414](https://github.com/DouyinFE/semi-design/pull/1444)
 - 【Design Token】
 - 【Design Token】
-  - select Add `$color-select-bg-focus`
+  - Select Add `$color-select-bg-focus` [#1416](https://github.com/DouyinFE/semi-design/pull/1446)
 
 
 #### 🎉 2.30.0-beta.0 (2023-02-20)
 #### 🎉 2.30.0-beta.0 (2023-02-20)
 - 【Breaking Change】
 - 【Breaking Change】

+ 5 - 3
content/start/changelog/index.md

@@ -18,10 +18,12 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 
 #### 🎉 2.30.0 (2023-02-23)
 #### 🎉 2.30.0 (2023-02-23)
 - 【Fix】
 - 【Fix】
-  - 修复 Modal 在命令式调用关闭后,未删除多余 div 的问题  [#1415 ](https://github.com/DouyinFE/semi-design/issues/1415)
-  - treeSelect 修复部分场景下,hover 时 border 颜色异常的问题
+  - 修复 Modal 在命令式调用关闭后,未删除多余 div 的问题  [#1415](https://github.com/DouyinFE/semi-design/issues/1415)
+  - TreeSelect 修复部分场景下,hover 时 border 颜色异常的问题 [#1416](https://github.com/DouyinFE/semi-design/pull/1446)
+  - 修复 TreeSelect 中 onBlur/onFocus 调用时机错误问题 [#1414](https://github.com/DouyinFE/semi-design/pull/1444)
+  - 修复 TreeSelect 中 preventScroll 未声明及未透传问题 [#1414](https://github.com/DouyinFE/semi-design/pull/1444)
 - 【Design Token】
 - 【Design Token】
-  - select 新增 `$color-select-bg-focus`
+  - Select 新增 `$color-select-bg-focus` [#1416](https://github.com/DouyinFE/semi-design/pull/1446)
 
 
 #### 🎉 2.30.0-beta.0 (2023-02-20)
 #### 🎉 2.30.0-beta.0 (2023-02-20)
 - 【Breaking Change】
 - 【Breaking Change】