Browse Source

chore: add changelog

DaiQiangReal 3 years ago
parent
commit
e7804622fe
2 changed files with 20 additions and 0 deletions
  1. 10 0
      content/start/changelog/index-en-US.md
  2. 10 0
      content/start/changelog/index.md

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

@@ -15,6 +15,16 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+
+#### 🎉 2.17.0-beta.0 (2022-08-09)
+- 【feat】
+    - Select add A11y keyboard and focus adaptation  [#205](https://github.com/DouyinFE/semi-design/issues/205)
+    - DatePicker preset support presetPosition  [#895 ](https://github.com/DouyinFE/semi-design/issues/895)
+    - TagInput supports drag and drop sorting.
+    - Collapse.Panel add two API: disabled and showArrow  [#188 ](https://github.com/DouyinFE/semi-design/issues/188)
+- 【fix】
+    - fix the problem that when the Tooltip trigger is hover, click on children and then click on the pop-up layer, the pop-up layer will be hidden  [#977 ](https://github.com/DouyinFE/semi-design/issues/977)
+
 #### 🎉 2.16.1 (2022-08-05)
 - 【Fix】
     - Fix the problem that letters and numbers cannot be entered when using input class components in Dropdown

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

@@ -15,6 +15,16 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 
 ---
+
+#### 🎉 2.17.0-beta.0 (2022-08-09)
+- 【feat】
+    - Select 新增 A11y 键盘和焦点适配   [#205](https://github.com/DouyinFE/semi-design/issues/205)
+    - DatePicker 快捷选择面板支持方位选择  [#895](https://github.com/DouyinFE/semi-design/issues/895)
+    - TagInput 支持拖拽排序。
+    - Collapse.Panel 新增API disabled 和 showArrow  [#188](https://github.com/DouyinFE/semi-design/issues/188)
+- 【fix】
+    - 修复 Tooltip trigger 为 hover 时,点击children后再点击弹层,弹层会隐藏问题  [#977](https://github.com/DouyinFE/semi-design/issues/977)
+
 #### 🎉 2.16.1 (2022-08-05)
 - 【Fix】
     - 修复在 Dropdown 中使用输入类组件,无法输入字母和数字问题