浏览代码

docs: update changelog

pointhalo 3 年之前
父节点
当前提交
2d87c32931
共有 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

@@ -24,6 +24,7 @@ Version:Major.Minor.Patch
     - Fixed the problem that when Select filter and showClear are true, when clicking the clear icon, only onClear is triggered, but onSearch is not triggered, and after clearing the search item through the clear icon, the candidate Option list is not reset  [#867](https://github.com/DouyinFE/semi-design/issues/867)
     - Fix the problem that onSearch is not triggered when Select filter is true, lose focus, and input input is reset automatically  [#867](https://github.com/DouyinFE/semi-design/issues/867)
     - Fixed the issue that if InputNumber is set to require validation, validation will be triggered when it is initialized in the form, and the behavior is inconsistent with other field component [@rojer95](https://github.com/rojer95)
+    - Fixed AutoComplete defaultActiveFirstOption not taking effect in some scenarios [#892](https://github.com/DouyinFE/semi-design/issues/892)
 - 【Breaking Change】
     - Adjust the default value of `InputNumber` shiftStep, from 1 to 10
 - 【Design Token】

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

@@ -23,6 +23,7 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
     - 修复 Select filter 、showClear 为 true 时,点击 clear icon时,只触发 onClear,未触发 onSearch 的问题及通过 clear icon 清除搜索项后,未重置候选Option列表的问题  [#867](https://github.com/DouyinFE/semi-design/issues/867)
     - 修复 Select filter 为true,失去焦点,input 输入被自动重置时,未触发 onSearch 的问题  [#867](https://github.com/DouyinFE/semi-design/issues/867)
     - 修复 InputNumber 如果设置了必填验证, 在表单中初始化时会触发验证,行为与其他表单不一致的问题 [@rojer95](https://github.com/rojer95)
+    - 修复 AutoComplete defaultActiveFirstOption 某些场景不生效的问题 [#892](https://github.com/DouyinFE/semi-design/issues/892)
 - 【Breaking Change】
     - InputNumber 调整 shiftStep 默认值,由 1 调整为 10
 - 【Design Token】