瀏覽代碼

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

林艳 4 月之前
父節點
當前提交
a03ec6fd89
共有 2 個文件被更改,包括 15 次插入0 次删除
  1. 8 0
      content/start/changelog/index-en-US.md
  2. 7 0
      content/start/changelog/index.md

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

@@ -15,6 +15,14 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+#### 🎉 2.81.0-beta.0 (2025-06-10)
+- 【Style】
+    - Adjust the height of the input-wrapper layer in the range type DatePicker to center the content
+- 【Fix】
+    - fix the problem that when the Select group label is ReactNode, the optionList display is incorrect after filtering
+    - Modify the timing of getting the container's position in Tooltip to improve the performance of component initialization
+
+
 #### 🎉 2.80.0 (2025-05-19)
 - 【Fix】
     - Fixed the display problem of cascader with single selection, controlled value and value undefined, asynchronous loading, and showNext set to hover when loading multiple projects at the same time.  [#2831 ](https://github.com/DouyinFE/semi-design/issues/2831)  [#2832](https://github.com/DouyinFE/semi-design/pull/2832)

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

@@ -13,6 +13,13 @@ Semi 版本号遵循 **Semver** 规范(主版本号 - 次版本号 - 修订版
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.81.0-beta.0 (2025-06-10)
+- 【Style】
+    - 调整 range 类型的DatePicker 中 input-wrapper 层的高度, 让内容居中 [#2855](https://github.com/DouyinFE/semi-design/pull/2855)
+- 【Fix】
+    - 修复 Select 在分组 label 为 ReactNode 的情况下,filter 后 optionList 展示有误问题 [#2854](https://github.com/DouyinFE/semi-design/pull/2854)
+    - 修改 Tooltip 中获取 container 的 position 时机,提升组件初始化的性能 [#2841](https://github.com/DouyinFE/semi-design/pull/2841)
+
 #### 🎉 2.80.0 (2025-05-19)
 - 【Fix】
     - 修复单选,受控 value且 value 为undefined,异步加载,showNext 为 hover 的 cascader 在同时加载多个项目时的显示问题  [#2831 ](https://github.com/DouyinFE/semi-design/issues/2831) [#2832](https://github.com/DouyinFE/semi-design/pull/2832)