Explorar o código

docs(changelog): v2.9.0 update

走鹃 %!s(int64=3) %!d(string=hai) anos
pai
achega
d89f430df9

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

@@ -18,6 +18,7 @@ Version:Major.Minor.Patch
 
 
 #### 🎉 2.9.0 (2022-04-22)
 #### 🎉 2.9.0 (2022-04-22)
 - 【Fix】
 - 【Fix】
+    - Fix the issue that when TagInput is used in a Form, hitting enter would cause the submit event to be triggered
     - Fix the problem that the useless div is left behind after the Modal imperative call
     - Fix the problem that the useless div is left behind after the Modal imperative call
     - Fix the problem that Collapse DOM has useless attributes
     - Fix the problem that Collapse DOM has useless attributes
     - Remove Form label `user-select:none`, allow user select
     - Remove Form label `user-select:none`, allow user select

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

@@ -17,6 +17,7 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 
 
 #### 🎉 2.9.0 (2022-04-22)
 #### 🎉 2.9.0 (2022-04-22)
 - 【Fix】
 - 【Fix】
+    - 修复 TagInput 在 Form 内使用时,敲击回车会导致 submit 事件触发的问题
     - 修复 Modal 命令式调用后遗留无用 div 的问题
     - 修复 Modal 命令式调用后遗留无用 div 的问题
     - 修复 Collapse 将部分 props 透传至 DOM 导致存在无用属性 warning 的问题
     - 修复 Collapse 将部分 props 透传至 DOM 导致存在无用属性 warning 的问题
     - 去除 Form label `user-select:none` 默认样式,允许用户选中
     - 去除 Form label `user-select:none` 默认样式,允许用户选中