浏览代码

chore: add changelog 2.15.0-beta.0

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

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

@@ -16,6 +16,21 @@ Version:Major.Minor.Patch
 
 ---
 
+#### 🎉 2.15.0-beta.0 (2022-07-11)
+- 【Feat】
+    - 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)
+    - 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
+    - returnFocusOnClose supports trigger hover and focus
+- 【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)
+    - Fixed InputGroup setting disabled to false in the child does not take effect
+    - 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)
+
 #### 🎉 2.14.0 (2022-07-01)
 - 【Fix】
     - Fix the issue that the Spin component has black rectangles in some scene contents in dark mode

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

@@ -15,6 +15,22 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 
 ---
 
+#### 🎉 2.15.0-beta.0 (2022-07-11)
+- 【Feat】
+    - LocaleProvider 新增 德语(de)、意大利语(it)、法语(fr) [@jacob-lcs](https://github.com/jacob-lcs)
+    - Dropdown 新增 A11y 键盘和焦点适配   [#205 ](https://github.com/DouyinFE/semi-design/issues/205)
+    - Cascader 等 15 组件新增 preventScroll 属性,用于阻止组件内 focus 方法导致页面滚动
+    - Rating 新增 A11y 焦点及键盘适配
+    - returnFocusOnClose 支持trigger hover和focus
+- 【Fix】
+    - 修复当搜索框在trigger中且搜索框中有值时,二次点击会导致搜索框收起并清空搜索值的问题。
+    - 修复单选状态下同时设置filterTreeNode & displayRender,选项显示错误问题
+    - 修复 List 空状态 Padding 问题 [@rojer95](https://github.com/rojer95)
+    - 修复 InputGroup 在子级设置 disabled 为 false 不生效问题
+    - 修复Tree搜索结果高亮大小写敏感问题
+    - 修复虚拟化 Table 空数据时虚拟列表占位问题  [#942](https://github.com/DouyinFE/semi-design/issues/942)
+
+
 #### 🎉 2.14.0 (2022-07-01)
 - 【Fix】
   - 修复 Spin 组件在暗色模式下个别场景内容物有黑色矩形的问题