Forráskód Böngészése

chore: update changelog

linyan 3 éve
szülő
commit
e674ca38b2

+ 3 - 4
content/start/changelog/index-en-US.md

@@ -23,15 +23,14 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
     - move prop-types to dependencies and remove @types/react and @types/react-dom [#993](https://github.com/DouyinFE/semi-design/issues/993)
 
 #### 🎉 2.16.0-beta.0 (2022-07-25)
+- 【Feat】
+    - Cascader adds position API to control the direction of the bullet layer
+    - Slider adds A11y focus and keyboard adaptation [#205](https://github.com/DouyinFE/semi-design/issues/205)
 - 【Fix】
     - fix the problem that it does not take effect when the noHorizontalPadding parameter type of Button is string
     - fix the issue that the item in the right panel can still be deleted and cannot be dragged after the item is disabled in the draggable Transfer
-    - fix the problem that the icon and text are not aligned when the Text component sets the icon through the icon API
     - allows users to customize the type and theme of the Button individually through the parameters of the Button in the ButtonGroup
     - fix the problem that the width of TreeSelect arrows is not uniform after wrapping when multiple selections are made
-- 【Feat】
-    - Cascader adds position API to control the direction of the bullet layer
-    - Slider adds A11y focus and keyboard adaptation
 - 【Docs】
     - Icon update custom icon example
 #### 🎉 2.15.1 (2022-07-19)

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

@@ -17,20 +17,19 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 ---
 #### 🎉 2.16.0 (2022-07-29)
 - 【Fix】
-    - 修复Input 按下态颜色错误问题,修复Input和TextArea在validateStatus下按下态颜色不统一问题 [#662](https://github.com/DouyinFE/semi-design/issues/662)
+    - 修复 Input 按下态颜色错误问题,修复 Input  TextArea  validateStatus 下按下态颜色不统一问题 [#662](https://github.com/DouyinFE/semi-design/issues/662)
 - 【Chore】
     - 将 prop-types 移到 dependencies,从 peerDependencies 移除 @types/react 和 @types/react-dom [#993](https://github.com/DouyinFE/semi-design/issues/993)
 
 #### 🎉 2.16.0-beta.0 (2022-07-25)
-- 【Fix】
-    - 修复当Button的noHorizontalPadding参数类型为string时不生效问题
-    - 修复可拖拽的Transfer禁用item后右侧面板中的item仍然能够删除且不可拖动的问题
-    - 修复Text组件通过icon API设置icon时icon和文字不对齐问题
-    - 允许用户通过ButtonGroup中的Button的参数单独定制Button的type和theme
-    - 修复多选时,换行后TreeSelect 箭头宽度不统一问题
 - 【Feat】
     - Cascader 新增 position API 控制弹层方向
-    - Slider 新增 A11y 焦点及键盘适配
+    - Slider 新增 A11y 焦点及键盘适配 [#205](https://github.com/DouyinFE/semi-design/issues/205)
+- 【Fix】
+    - 修复当 Button 的 noHorizontalPadding 参数类型为string时不生效问题
+    - 修复可拖拽的 Transfer 禁用 item 后右侧面板中的 item 仍然能够删除且不可拖动的问题
+    - 允许用户通过 ButtonGroup 中的 Button 的参数单独定制 Button 的 type 和 theme
+    - 修复多选时,换行后 TreeSelect 箭头宽度不统一问题
 - 【Docs】
     - Icon 更新自定义图标示例