pointhalo пре 3 година
родитељ
комит
74a9d1073b
2 измењених фајлова са 45 додато и 44 уклоњено
  1. 24 23
      content/start/changelog/index-en-US.md
  2. 21 21
      content/start/changelog/index.md

+ 24 - 23
content/start/changelog/index-en-US.md

@@ -18,38 +18,39 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 #### 🎉 2.22.0-beta.1 (2022-10-26)
 - 【Feat】
-  - Typography adds a new Numeral component, based on the Text component, and adds attributes: rule, precision, truncate, parser, to provide the ability to process numerical values ​​in text separately [@uiuing](https://github.com/uiuing)
-  - TreeSelect adds showRestTagsPopover and restTagsPopoverProps parameters to support displaying redundant tags through popover
-  - Select added showRestTagsPopover and restTagsPopoverProps to support displaying redundant tags through popover
-  - Navigation add a11y support
-  - Modal SideSheet Tabs and Popover Tooltip and other pop-up layer components animation effects are changed from javascript to css. Added animation Token, which can support custom animation in DSM in the form of themes
-  - Optimize the animation effect of ScrollList in wheel mode
-  - The yearAndMonthOpts API has been added to DatePicker, which can be used to control the ScrollListItem of the year-month picker
-  - The second parameter of DatePicker disabledDate API adds the rangeInputFocus parameter to dynamically disable the date based on the current selection state
-  - Export LocaleConsumer Component [@Hokori23](https://github.com/Hokori23)
-- 【Style】
-  - Fixed the issue that the padding of NavItem in Dropdown is not as expected due to some packaging strategies
-- 【Fix】
-  - Fix hooks Modal motion=false not take effect bug
-  - Update the type of render of the Columns property of the Table component [@Assone](https://github.com/Assone)
-  - Fix when motion is false, after searching for the selected value, the panel display is still the searched option after the panel is collapsed and then opened  [#1199 ](https://github.com/DouyinFE/semi-design/issues/1199) 
+  - Typography adds a new Numeral component, based on the Text component, and adds attributes: rule, precision, truncate, parser, to provide the ability to process numerical values ​​in text separately [@uiuing](https://github.com/uiuing) [#1136](https://github.com/DouyinFE/semi-design/issues/1136)
+  - TreeSelect adds showRestTagsPopover and restTagsPopoverProps parameters to support displaying redundant tags through popover [#1210](https://github.com/DouyinFE/semi-design/pull/1210)
+  - Select added showRestTagsPopover and restTagsPopoverProps to support displaying redundant tags through popover [#1212](https://github.com/DouyinFE/semi-design/pull/1212)
+  - Navigation add a11y support [#1195](https://github.com/DouyinFE/semi-design/pull/1195)
+  - Modal SideSheet Tabs and Popover Tooltip and other pop-up layer components animation effects are changed from javascript to css. Added animation Token, which can support custom animation in DSM in the form of themes [#1150](https://github.com/DouyinFE/semi-design/pull/1150)
+  - Optimize the animation effect of ScrollList in wheel mode [#1211](https://github.com/DouyinFE/semi-design/pull/1211)
+  - The yearAndMonthOpts API has been added to DatePicker, which can be used to control the ScrollListItem of the year-month picker [#1211](https://github.com/DouyinFE/semi-design/pull/1211)
+  - The second parameter of DatePicker disabledDate API adds the rangeInputFocus parameter to dynamically disable the date based on the current selection state [#1198](https://github.com/DouyinFE/semi-design/pull/1198)
+  - Export LocaleConsumer Component [@Hokori23](https://github.com/Hokori23) [#1196](https://github.com/DouyinFE/semi-design/pull/1196)
+- 【Fix】
+  - Fix hooks Modal motion=false not take effect bug [#1217](https://github.com/DouyinFE/semi-design/pull/1217)
+  - Update the type of render of the Columns property of the Table component [@Assone](https://github.com/Assone) [#1209](https://github.com/DouyinFE/semi-design/pull/1209)
+  - Fix when motion is false in Cascader, after searching for the selected value, the panel display is still the searched option after the panel is collapsed and then opened  [#1199 ](https://github.com/DouyinFE/semi-design/issues/1199) 
+  - Fixed an issue with React-specific API calls in Foundation code [#1189](https://github.com/DouyinFE/semi-design/issues/1189)
   - Fix Table defaultFiltertedValue and defaultSortOrder not included in onChange  [#1188](https://github.com/DouyinFE/semi-design/issues/1188)
-  - Fixed the issue that Childern display would be triggered twice when popover, ToolTip, Dropdown and other popup components were set to true
-  - Change the component that implements the expand/collapse animation in NodeList from the Collapse component in the Tree to the public Collapsible component
-  - Fixed an issue where the removal of the Collapsible ancestor element from the render tree caused the height calculation to be abnormal and unable to expand
-  - Fixed that when the Collapsible content area was removed from the render tree, the height calculation was abnormal and it could not be expanded
-  - Fixed the height change of the Collapsible content area causing the collapse animation of the height change area to not be displayed when collapsed
+  - Fixed the issue that Children display would be triggered twice when popover, ToolTip, Dropdown and other popup components were set to true [#1174](https://github.com/DouyinFE/semi-design/issues/1174)
+  - Change the component that implements the expand/collapse animation in NodeList from the Collapse component in the Tree to the public Collapsible component [#1182](https://github.com/DouyinFE/semi-design/pull/1182)
+  - Fixed an issue where the removal of the Collapsible ancestor element from the render tree caused the height calculation to be abnormal and unable to expand [#1174](https://github.com/DouyinFE/semi-design/issues/1174)
+  - Fixed that when the Collapsible content area was removed from the render tree, the height calculation was abnormal and it could not be expanded [#1174](https://github.com/DouyinFE/semi-design/issues/1174)
+  - Fixed the height change of the Collapsible content area causing the collapse animation of the height change area to not be displayed when collapsed [#1174](https://github.com/DouyinFE/semi-design/issues/1174)
+- 【Style】
+  - Fixed the problem that some packaging strategies caused the padding of NavItem in Dropdown to not meet expectations [#1204](https://github.com/DouyinFE/semi-design/pull/1204)
 - 【Docs】
-  - Update the documentation of the Columns property of the Table component [@Assone](https://github.com/Assone)
+  - Update the documentation of the Columns property of the Table component [@Assone](https://github.com/Assone) [#1209](https://github.com/DouyinFE/semi-design/pull/1209)
 - 【Breaking Change】
-  - Changed the ScrollListItem used in TimePicker and DatePicker from mode wheel to mode normal to make it more suitable for PC
+  - Changed the ScrollListItem used in TimePicker and DatePicker from mode wheel to mode normal to make it more suitable for PC [#1211](https://github.com/DouyinFE/semi-design/pull/1211)
+
 
 #### 🎉 2.21.1 (2022-10-13)
 - 【Fix】
   - fix Modal esc key trigger event callback after closed
 
 
-
 #### 🎉 2.21.0 (2022-10-12)
 - 【Fix】
   - Fix the problem that the timer is not updated when carousel switches the index through the left and right buttons or methods

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

@@ -18,30 +18,30 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 #### 🎉 2.22.0-beta.1 (2022-10-26)
 - 【Feat】
-  - Typography 新增 Numeral 组件,基于 Text 组件,添加了属性: rule, precision, truncate, parser, 以提供需要单独处理文本中数值的能力 [@uiuing](https://github.com/uiuing)
-  - 导出 LocaleConsumer 组件 [@Hokori23](https://github.com/Hokori23)
-  - Navigation 新增 A11y 键盘和焦点适配 
-  - TreeSelect 增加 showRestTagsPopover 和 restTagsPopoverProps 参数,支持通过 popover 展示多余 tag
-  - Select 中增加 showRestTagsPopover 和 restTagsPopoverProps,支持通过 popover 展示多余 tag
-  - Modal SideSheet Tabs 和 Popover Tooltip 等弹层组件动画效果从 js 改为 css 实现,新增动画 Token,可支持在 DSM 中以主题形式自定义动画
-  - 优化 ScrollList 在 wheel 模式下的动画效果
-  - DatePicker 中新增 yearAndMonthOpts API,可用于控制年月选择器的 ScrollListItem
-  - DatePicker disabledDate API 第二个参数新增 rangeInputFocus 参数,用于根据当前选择状态动态禁用日期
-- 【Fix】
-  - 修复 hook 方式使用 Modal motion=false 不生效的问题
-  - 更新 Table 组件 Columns 属性的 render 的类型 [@Assone](https://github.com/Assone)
-  - 修复 Cascader 当 motion 为 false 时,搜索选中值后,在面板收起后再打开面板显示仍然是搜索后的选项 [#1199](https://github.com/DouyinFE/semi-design/issues/1199)
+  - Navigation 新增 A11y 键盘和焦点适配 [#1195](https://github.com/DouyinFE/semi-design/pull/1195)
+  - Typography 新增 Numeral 组件,基于 Text 组件,添加了属性: rule, precision, truncate, parser, 以提供需要单独处理文本中数值的能力 [@uiuing](https://github.com/uiuing) [#1136](https://github.com/DouyinFE/semi-design/issues/1136)
+  - 导出 LocaleConsumer 组件 [@Hokori23](https://github.com/Hokori23) [#1196](https://github.com/DouyinFE/semi-design/pull/1196)
+  - TreeSelect 增加 showRestTagsPopover 和 restTagsPopoverProps 参数,支持通过 popover 展示多余 tag [#1210](https://github.com/DouyinFE/semi-design/pull/1210)
+  - Select 中增加 showRestTagsPopover 和 restTagsPopoverProps,支持通过 popover 展示多余 tag [#1212](https://github.com/DouyinFE/semi-design/pull/1212)
+  - Modal、SideSheet、Tabs、 Popover 和 Tooltip 等弹层组件动画效果从 js 改为 css 实现,新增动画 Token,可支持在 DSM 中以主题形式自定义动画 [#1150](https://github.com/DouyinFE/semi-design/pull/1150)
+  - 优化 ScrollList 在 wheel 模式下的动画效果 [#1211](https://github.com/DouyinFE/semi-design/pull/1211)
+  - DatePicker 中新增 yearAndMonthOpts API,可用于控制年月选择器的 ScrollListItem [#1211](https://github.com/DouyinFE/semi-design/pull/1211)
+  - DatePicker disabledDate API 第二个参数新增 rangeInputFocus 参数,用于根据当前选择状态动态禁用日期 [#1198](https://github.com/DouyinFE/semi-design/pull/1198)
+- 【Fix】
+  - 修复 hook 方式使用 Modal  motion=false 不生效的问题 [#1217](https://github.com/DouyinFE/semi-design/pull/1217)
+  - 更新 Table 组件 Columns 属性的 render 的类型 [@Assone](https://github.com/Assone) [#1209](https://github.com/DouyinFE/semi-design/pull/1209)
+  - 修复 Cascader 当 motion 为 false 时,搜索选中值后,在面板收起后再打开面板显示仍然是搜索后的选项  [#1199](https://github.com/DouyinFE/semi-design/issues/1199)
   - 修复 Foundation 代码中含有 React 特有 API 调用的问题 [#1189](https://github.com/DouyinFE/semi-design/issues/1189)
   - 修复 Table defaultFiltertedValue 和 defaultSortOrder 未包含在 onChange 中问题  [#1188](https://github.com/DouyinFE/semi-design/issues/1188)
-  - 修复 Popover、ToolTip、Dropdown 等弹层组件在 motion 为 true 时,Childern 展示会触发两次的问题
-  - 将 NodeList 中实现展开/收起动画的组件由 Tree 中的 Collapse 组件改为公共的 Collapsible 组件
-  - 修复 Collapsible 祖先元素从渲染树中移除导致高度计算异常,无法展开的问题
-  - 修复 Collapsible 内容区从渲染树移除导致高度计算异常,无法展开的问题
-  - 修复 Collapsible 内容区域高度变化导致收起时高度变化区域的收起动画不展示的问题
--  【Style】
-  - 修复某些打包策略导致 Dropdown 中的 NavItem 的 padding 不符合预期问题
+  - 修复 Popover、ToolTip、Dropdown 等弹层组件在 motion 为 true 时,Children 展示会触发两次的问题 [#1174](https://github.com/DouyinFE/semi-design/issues/1174)
+  - 将 NodeList 中实现展开/收起动画的组件由 Tree 中的 Collapse 组件改为公共的 Collapsible 组件 [#1182](https://github.com/DouyinFE/semi-design/pull/1182)
+  - 修复 Collapsible 祖先元素从渲染树中移除导致高度计算异常,无法展开的问题 [#1174](https://github.com/DouyinFE/semi-design/issues/1174)
+  - 修复 Collapsible 内容区从渲染树移除导致高度计算异常,无法展开的问题 [#1174](https://github.com/DouyinFE/semi-design/issues/1174)
+  - 修复 Collapsible 内容区域高度变化导致收起时高度变化区域的收起动画不展示的问题 [#1174](https://github.com/DouyinFE/semi-design/issues/1174)
+- 【Style】
+  - 修复某些打包策略导致 Dropdown 中的 NavItem 的 padding 不符合预期问题 [#1204](https://github.com/DouyinFE/semi-design/pull/1204)
 - 【Docs】
-  - 更新 Table 组件 Columns 属性的文档 [@Assone](https://github.com/Assone)
+  - 更新 Table 组件 Columns 属性的文档 [@Assone](https://github.com/Assone) [#1209](https://github.com/DouyinFE/semi-design/pull/1209)
 - 【Breaking Change】
   - **将 TimePicker 和 DatePicker 中用到的 ScrollListItem 由 mode wheel 改为 mode normal,使其更好适配 PC 端**