瀏覽代碼

chore: add changelog 2.15.0-beta.0

DaiQiangReal 3 年之前
父節點
當前提交
5a30781d7e
共有 2 個文件被更改,包括 9 次插入9 次删除
  1. 6 6
      content/start/changelog/index-en-US.md
  2. 3 3
      content/start/changelog/index.md

+ 6 - 6
content/start/changelog/index-en-US.md

@@ -18,17 +18,17 @@ Version:Major.Minor.Patch
 
 
 #### 🎉 2.15.0-beta.0 (2022-07-11)
 #### 🎉 2.15.0-beta.0 (2022-07-11)
 - 【Feat】
 - 【Feat】
-    - support German, Italian and French [@jacob-lcs](https://github.com/jacob-lcs)
+    - Support German, Italian and French [@jacob-lcs](https://github.com/jacob-lcs)
     - Dropdown add A11y keyboard and focus adaptation  [#205 ](https://github.com/DouyinFE/semi-design/issues/205)
     - Dropdown add A11y keyboard and focus adaptation  [#205 ](https://github.com/DouyinFE/semi-design/issues/205)
     - Components such as Cascader add the preventScroll property to prevent the focus method in the component from causing the page to scroll
     - Components such as Cascader add the preventScroll property to prevent the focus method in the component from causing the page to scroll
     - Rating adds A11y focus and keyboard adaptation
     - Rating adds A11y focus and keyboard adaptation
-    - returnFocusOnClose supports trigger hover and focus
+    - Tooltip returnFocusOnClose supports trigger hover and focus
 - 【Fix】
 - 【Fix】
-    - fix the problem that when the search box is in the trigger and there is a value in the search box, the second click will cause the search box to collapse and clear the search value.
-    - fix the display error of single selection when setting filterTreeNode & displayRender at the same time
-    - fix list empty padding [@rojer95](https://github.com/rojer95)
+    - Fix the problem that when the TreeSelect search box is in the trigger and there is a value in the search box, the second click will cause the search box to collapse and clear the search value.
+    - Fix the Cascader display error of single selection when setting filterTreeNode & displayRender at the same time
+    - Fix list empty padding [@rojer95](https://github.com/rojer95)
     - Fixed InputGroup setting disabled to false in the child does not take effect
     - Fixed InputGroup setting disabled to false in the child does not take effect
-    - fix the case-sensitive issue of tree search highlighting result
+    - Fix the case-sensitive issue of tree search highlighting result
     - Fixed the virtual list occupying problem when virtualizing Table empty data [#942](https://github.com/DouyinFE/semi-design/issues/942)
     - Fixed the virtual list occupying problem when virtualizing Table empty data [#942](https://github.com/DouyinFE/semi-design/issues/942)
 
 
 #### 🎉 2.14.0 (2022-07-01)
 #### 🎉 2.14.0 (2022-07-01)

+ 3 - 3
content/start/changelog/index.md

@@ -21,10 +21,10 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
     - Dropdown 新增 A11y 键盘和焦点适配   [#205 ](https://github.com/DouyinFE/semi-design/issues/205)
     - Dropdown 新增 A11y 键盘和焦点适配   [#205 ](https://github.com/DouyinFE/semi-design/issues/205)
     - Cascader 等 15 组件新增 preventScroll 属性,用于阻止组件内 focus 方法导致页面滚动
     - Cascader 等 15 组件新增 preventScroll 属性,用于阻止组件内 focus 方法导致页面滚动
     - Rating 新增 A11y 焦点及键盘适配
     - Rating 新增 A11y 焦点及键盘适配
-    - returnFocusOnClose 支持trigger hover和focus
+    - Tooltip returnFocusOnClose 支持trigger hover和focus
 - 【Fix】
 - 【Fix】
-    - 修复当搜索框在trigger中且搜索框中有值时,二次点击会导致搜索框收起并清空搜索值的问题。
-    - 修复单选状态下同时设置filterTreeNode & displayRender,选项显示错误问题
+    - 修复 TreeSelect 当搜索框在trigger中且搜索框中有值时,二次点击会导致搜索框收起并清空搜索值的问题。
+    - 修复 Cascader 单选状态下同时设置filterTreeNode & displayRender,选项显示错误问题
     - 修复 List 空状态 Padding 问题 [@rojer95](https://github.com/rojer95)
     - 修复 List 空状态 Padding 问题 [@rojer95](https://github.com/rojer95)
     - 修复 InputGroup 在子级设置 disabled 为 false 不生效问题
     - 修复 InputGroup 在子级设置 disabled 为 false 不生效问题
     - 修复Tree搜索结果高亮大小写敏感问题
     - 修复Tree搜索结果高亮大小写敏感问题