浏览代码

docs(changelog): v2.9.0 update

走鹃 3 年之前
父节点
当前提交
d89f430df9
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      content/start/changelog/index-en-US.md
  2. 1 0
      content/start/changelog/index.md

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

@@ -18,6 +18,7 @@ Version:Major.Minor.Patch
 
 #### 🎉 2.9.0 (2022-04-22)
 - 【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 Collapse DOM has useless attributes
     - 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)
 - 【Fix】
+    - 修复 TagInput 在 Form 内使用时,敲击回车会导致 submit 事件触发的问题
     - 修复 Modal 命令式调用后遗留无用 div 的问题
     - 修复 Collapse 将部分 props 透传至 DOM 导致存在无用属性 warning 的问题
     - 去除 Form label `user-select:none` 默认样式,允许用户选中