Ver Fonte

chore: add changelog

代强 há 2 anos atrás
pai
commit
b24ad0f93c

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

@@ -16,6 +16,13 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.30.0 (2023-02-23)
+- 【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
+- 【Design Token】
+  - select Add `$color-select-bg-focus`
+
 #### 🎉 2.30.0-beta.0 (2023-02-20)
 - 【Breaking Change】
     - **Modify the calculation rules when the rule in the Numeral component is percentages**

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

@@ -15,6 +15,14 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 
 ---
+
+#### 🎉 2.30.0 (2023-02-23)
+- 【Fix】
+  - 修复 Modal 在命令式调用关闭后,未删除多余 div 的问题  [#1415 ](https://github.com/DouyinFE/semi-design/issues/1415)
+  - treeSelect 修复部分场景下,hover 时 border 颜色异常的问题
+- 【Design Token】
+  - select 新增 `$color-select-bg-focus`
+
 #### 🎉 2.30.0-beta.0 (2023-02-20)
 - 【Breaking Change】
     - **修改 Numeral 组件中 rule 为 percentages 时候的计算规则**