浏览代码

docs: add changelog

代强 3 年之前
父节点
当前提交
4312d9ad89
共有 2 个文件被更改,包括 18 次插入1 次删除
  1. 8 0
      content/start/changelog/index-en-US.md
  2. 10 1
      content/start/changelog/index.md

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

@@ -36,11 +36,19 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
   - 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
 - 【Docs】
   - Update the documentation of the Columns property of the Table component [@Assone](https://github.com/Assone)
 - 【Breaking Change】
   - Changed the ScrollListItem used in TimePicker and DatePicker from mode wheel to mode normal to make it more suitable for PC
 
+#### 🎉 2.21.1 (2022-10-13)
+- 【Fix】
+  - fix Modal esc key trigger event callback after closed
+
+
 
 #### 🎉 2.21.0 (2022-10-12)
 - 【Fix】

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

@@ -35,7 +35,10 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
   - 修复 Table defaultFiltertedValue 和 defaultSortOrder 未包含在 onChange 中问题  [#1188](https://github.com/DouyinFE/semi-design/issues/1188)
   - 修复 Popover、ToolTip、Dropdown 等弹层组件在 motion 为 true 时,Childern 展示会触发两次的问题
   - 将 NodeList 中实现展开/收起动画的组件由 Tree 中的 Collapse 组件改为公共的 Collapsible 组件
-- 【Style】
+  - 修复 Collapsible 祖先元素从渲染树中移除导致高度计算异常,无法展开的问题
+  - 修复 Collapsible 内容区从渲染树移除导致高度计算异常,无法展开
+  - 修复 Collapsible 内容区域高度变化导致收起时高度变化区域的收起动画不展示
+-  【Style】
   - 修复某些打包策略导致 Dropdown 中的 NavItem 的 padding 不符合预期问题
 - 【Docs】
   - 更新 Table 组件 Columns 属性的文档 [@Assone](https://github.com/Assone)
@@ -43,6 +46,12 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
   - 将 TimePicker 和 DatePicker 中用到的 ScrollListItem 由 mode wheel 改为 mode normal,使其更好适配 PC 端
 
 
+#### 🎉 2.21.1 (2022-10-13)
+- 【Fix】
+  - 修复 Modal 在 关闭后 esc 触发事件回调的问题
+
+
+
 #### 🎉 2.21.0 (2022-10-12)
 - 【Fix】
   - 修复 Carousel 通过左右按钮或者方法切换 index 时没有更新计时器问题