Browse Source

docs(changelog): v2.43.0-beta.0 update

linyan 2 years ago
parent
commit
bf9dbe1769
2 changed files with 16 additions and 0 deletions
  1. 8 0
      content/start/changelog/index-en-US.md
  2. 8 0
      content/start/changelog/index.md

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

@@ -16,6 +16,14 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.43.0-beta.0 (2023-09-04)
+- 【Feat】
+    - The renderFullLabel callback of Tree and TreeSelect adds filtered and searchWord parameters
+    - Upload new API: addOnPasting,  supports reading the pictures in the pasteboard and automatically adding to fileList [@ChuTingzj](https://github.com/ChuTingzj)  [#1612 ](https://github.com/DouyinFE/semi-design/issues/1612)
+- 【Fix】
+    - Fixed an issue where the Item click did not take effect in very few scenarios when nesting Dropdowns.
+    - fixed resizable table onHeaderCell bug  [#1796](https://github.com/DouyinFE/semi-design/issues/1796)
+
 #### 🎉 2.42.2 (2023-08-28)
 - 【Fix】
     - Fix the problem that when the image file name has a query parameter, the image cannot be opened due to the wrong file name after downloading [@nekocode](https://github.com/nekocode) [#1782](https://github.com/DouyinFE/semi-design/pull/1784)

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

@@ -13,6 +13,14 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.43.0-beta.0 (2023-09-04)
+- 【Feat】
+    - Tree 和 TreeSelect 的 renderFullLabel 回调增加 filtered 和 searchWord 参数
+    - Upload 新增API:addOnPasting,支持读取粘贴板中的图片,自动添加到 fileList中 [@ChuTingzj](https://github.com/ChuTingzj)  [#1612](https://github.com/DouyinFE/semi-design/issues/1612)
+- 【Fix】
+    - 修复嵌套 Dropdown 时,Item 的点击在极个别场景不生效的问题。
+    - 修复 resizable Table onHeaderCell 失效问题 [#1796](https://github.com/DouyinFE/semi-design/issues/1796)
+
 #### 🎉 2.42.2 (2023-08-28)
 - 【Fix】
     - 修复当 Image 文件名称带 query 参数时候,图片下载后因文件名错误无法打开问题 [@nekocode](https://github.com/nekocode) [#1782](https://github.com/DouyinFE/semi-design/pull/1784)