浏览代码

docs: update changelog

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

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

@@ -17,17 +17,17 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 ---
 
 #### 🎉 2.17.0-beta.1 (2022-08-09)
-- 【fix】
-    - Fix the problem that the Empty component is unexpectedly judged as dark mode when the body theme-mode attribute is unexpected
-    - fix the problem that the treeData and value of cascader are dynamically updated, and the selected value is not displayed correctly
+- 【Fix】
+    - Fix the problem that the Empty component is unexpectedly judged as dark mode when the body theme-mode attribute is unexpected [#1023](https://github.com/DouyinFE/semi-design/issues/1023)
+    - fix the problem that the treeData and value of cascader are dynamically updated, and the selected value is not displayed correctly [#703](https://github.com/DouyinFE/semi-design/issues/703)
 
 #### 🎉 2.17.0-beta.0 (2022-08-09)
-- 【feat】
+- 【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】
     - 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)

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

@@ -17,17 +17,17 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 ---
 
 #### 🎉 2.17.0-beta.1 (2022-08-09)
-- 【fix】
-    - 修复 Empty 组件在 body theme-mode attribute 为非预期值时意外判定为暗色模式的问题
-    - 修复cascader 的treeData和value动态更新,选中值显示不正确的问题
+- 【Fix】
+    - 修复 Empty 组件在 body theme-mode attribute 为非预期值时意外判定为暗色模式的问题 [#1023](https://github.com/DouyinFE/semi-design/issues/1023)
+    - 修复 cascader 的 treeData  value 动态更新,选中值显示不正确的问题 [#703](https://github.com/DouyinFE/semi-design/issues/703)
 
 #### 🎉 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)
+- 【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】
+- 【Fix】
     - 修复 Tooltip trigger 为 hover 时,点击children后再点击弹层,弹层会隐藏问题  [#977](https://github.com/DouyinFE/semi-design/issues/977)
 
 #### 🎉 2.16.1 (2022-08-05)