Ver Fonte

docs: update changelog

pointhalo há 1 ano atrás
pai
commit
a912fff1fc
2 ficheiros alterados com 33 adições e 23 exclusões
  1. 19 14
      content/start/changelog/index-en-US.md
  2. 14 9
      content/start/changelog/index.md

+ 19 - 14
content/start/changelog/index-en-US.md

@@ -16,38 +16,43 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.54.0-beta.0 (2024-03-04)
+- 【Feat】
+    - Toast component supports theme global configuration [@LonelySnowman](https://github.com/LonelySnowman) [#2099](https://github.com/DouyinFE/semi-design/issues/2099)
+    - Collapsible adds lazyRender API [@changlin2569](https://github.com/changlin2569) [#2100](https://github.com/DouyinFE/semi-design/issues/2100)
+    - Descriptions component supports horizontal layout [@LonelySnowman](https://github.com/LonelySnowman) [#1534](https://github.com/DouyinFE/semi-design/issues/1534) 
+    - Cascader supports calling the search method through ref  [#2098](https://github.com/DouyinFE/semi-design/issues/2098)
+    - ImagePreview adds onDownLoadError callback API [#2093](https://github.com/DouyinFE/semi-design/pull/2093)
+- 【Fix】
+    - Fixed the problem that Table expandedRowKeys and defaultExpandAllGroupRows do not take effect when used at the same time [#2085](https://github.com/DouyinFE/semi-design/issues/2085)
+
 #### 🎉 2.53.2 (2024-02-26)
 - 【Fix】
-  - fix the error accessing empty element in React ResizeObserver [@nekocode](https://github.com/nekocode)
+  - Fixed the error accessing empty element in React ResizeObserver [@nekocode](https://github.com/nekocode)
   
 #### 🎉 2.53.1 (2024-02-26)
 - 【Fix】
-    - the problem that when using timeZone and disabledHours at the same time in TimePicker, the displayed value does not meet the expectations
-    - fix Badge component proptypes check error when type is success
+    - Fixed the problem that when using timeZone and disabledHours at the same time in TimePicker, the displayed value does not meet the expectations [#2083](https://github.com/DouyinFE/semi-design/pull/2083)
+    - Fixed Badge component prop-types check error when type is success [@matozz](https://github.com/matozz) [#2091](https://github.com/DouyinFE/semi-design/pull/2091)
 
 #### 🎉 2.53.0 (2024-02-23)
 - 【Fix】
-  - Fixed the issue where Sidesheet Portal is still mounted when visible is not displayed
-  - Fix the problem of incorrect definition of onKeyDown parameter type of TagInput
-  - fix the problem that the panel does not display the selection if the value type is number in Cascader's treeData (Affected range v2.51.0-v2.53.2)
-  - Fix the problem that ResizeObsever does not exist in non-browser environments. Problem impact scope (2.52.1,2.53.0-beta.0)
-  - Fixed the problem of using themes on vite to report errors, the scope of the problem is (2.52.0)
+  - Fixed the issue where Sidesheet Portal is still mounted when visible is not displayed [#2094](https://github.com/DouyinFE/semi-design/pull/2094)
+  - Fixed the problem of incorrect definition of onKeyDown parameter type of TagInput
 - 【Docs】
-  - Fix tabPosition parameter type error in Tabs component documentation [@miyuesc](https://github.com/miyuesc)
-- 【Chore】
-  - remove ResizeObserver polyfill
+  - Fixed tabPosition parameter type error in Tabs component documentation [@miyuesc](https://github.com/miyuesc) [#2090](https://github.com/DouyinFE/semi-design/pull/2090)
 
 ####  🎉 2.52.3 (2024-02-22)
 - 【Fix】
-    - Fix the problem that the panel does not display the selection if the value type is number in Cascader's treeData (Affected range v2.51.0-v2.53.2)
+    - Fixed the problem that the panel does not display the selection if the value type is number in Cascader's treeData (Affected version range v2.51.0-v2.53.2)
 
 #### 🎉 2.52.2 (2024-02-19)
 - 【Fix】
-  - Fix the problem that ResizeObsever does not exist in non-browser environments. Problem impact scope (2.52.1, 2.53.0-beta.0)
+  - Fixed the problem that ResizeObsever does not exist in non-browser environments. (Affected version range 2.52.1, 2.53.0-beta.0)
 
 #### 🎉 2.52.1 (2024-02-18)
 - 【Fix】
-  - Fixed the problem of using themes on vite to report errors, the scope of the problem is (2.52.0)
+  - Fixed the problem of using themes on vite to report errors (Affected version range 2.52.0)
 - 【Chore】
   - remove ResizeObserver polyfill
 

+ 14 - 9
content/start/changelog/index.md

@@ -13,26 +13,31 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.54.0-beta.0 (2024-03-04)
+- 【Feat】
+    - Toast 组件支持 theme 全局配置 [@LonelySnowman](https://github.com/LonelySnowman) [#2099](https://github.com/DouyinFE/semi-design/issues/2099)
+    - Collapsible 组件新增 lazyRender 属性 [@changlin2569](https://github.com/changlin2569) [#2100](https://github.com/DouyinFE/semi-design/issues/2100)
+    - Descriptions 组件支持横向布局 [@LonelySnowman](https://github.com/LonelySnowman) [#1534](https://github.com/DouyinFE/semi-design/issues/1534) 
+    - Cascader 支持通过 ref 调用 search 方法  [#2098](https://github.com/DouyinFE/semi-design/issues/2098)
+    - ImagePreview 增加 onDownLoadError 回调 API [#2093](https://github.com/DouyinFE/semi-design/pull/2093)
+- 【Fix】
+    - 修复 Table expandedRowKeys 与 defaultExpandAllGroupRows 同时使用时未生效问题 [#2085](https://github.com/DouyinFE/semi-design/issues/2085)
+
 #### 🎉 2.53.2 (2024-02-26)
 - 【Fix】
     - 修复 SSR 场景下使用 TextArea autoSize ResizeObserver 里访问空元素的错误 [@nekocode](https://github.com/nekocode)
 
 #### 🎉 2.53.1 (2024-02-26)
 - 【Fix】
-    - 修复 TimePicker 中同时使用 timeZone 和 disabledHours 时显示值不符合预期问题
+    - 修复 TimePicker 中同时使用 timeZone 和 disabledHours 时显示值不符合预期问题 [#2083](https://github.com/DouyinFE/semi-design/pull/2083)
     - 修复 Badge 组件 proptypes 未包含 success类型导致 type 传入参数校验报错的问题 [@matozz](https://github.com/matozz) [#2091](https://github.com/DouyinFE/semi-design/pull/2091)
   
 #### 🎉 2.53.0 (2024-02-23)
 - 【Fix】
-  - 修复 Sidesheet Portal 在 visible 不显示的时候仍然挂载的问题
-  - 修复 TagInput 的 onKeyDown 参数类型定义错误问题
-  - 修复 Cascader 的 treeData 中 value 类型为 number 则面板未显示选中问题(影响范围 v2.51.0-v2.52.2)
-  - 修复 ResizeObsever 在非浏览器环境不存在的问题。问题影响范围(2.52.1,2.53.0-beta.0)
-  - 修复 vite 上使用主题报错的问题,问题影响范围 (2.52.0)
+  - 修复 Sidesheet Portal 在 visible 不显示的时候仍然挂载的问题 [#2094](https://github.com/DouyinFE/semi-design/pull/2094)
+  - 修复 TagInput 的 onKeyDown 参数类型定义错误问题 
 - 【Docs】
-  - 修复 Tabs 组件文档中的 tabPosition 参数类型错误 [@miyuesc](https://github.com/miyuesc)
-- 【Chore】
-  - 去除 ResizeObserver polyfill
+  - 修复 Tabs 组件文档中的 tabPosition 参数类型错误 [@miyuesc](https://github.com/miyuesc) [#2090](https://github.com/DouyinFE/semi-design/pull/2090)
 
 ####  🎉 2.52.3 (2024-02-22)
 - 【Fix】