1
0
Эх сурвалжийг харах

docs(changelog): v2.30.2 update

linyan 2 жил өмнө
parent
commit
94f9cf677c

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

@@ -15,6 +15,11 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+#### 🎉 2.30.2 (2023-03-09)
+- 【Fix】
+    - When a Form has an id passed in, x-form-id will use the passed id first
+    - fix the problem that Tags cannot be gathered through the keyboard under Tooltip
+    - Fix the problem that the color of the button at the bottom of the danger type is incorrect when Modal is called imperatively
 
 #### 🎉 2.30.1 (2023-02-27)
 - 【Fix】

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

@@ -15,6 +15,11 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 
 ---
+#### 🎉 2.30.2 (2023-03-09)
+- 【Fix】
+    - Form 有 id 传入时,x-form-id 优先使用传入的 id
+    - 修复 Tooltip 下 Tag 无法通过键盘聚集问题
+    - 修复 Modal 在命令式调用时,danger type 底部按钮颜色不正确的问题,影响范围 v2.0.0 - v2.30.1
 
 #### 🎉 2.30.1 (2023-02-27)
 - 【Fix】