瀏覽代碼

docs(changelog): add v2.71.0

zhangyumei.0319 10 月之前
父節點
當前提交
f46197cc69
共有 2 個文件被更改,包括 9 次插入0 次删除
  1. 4 0
      content/start/changelog/index-en-US.md
  2. 5 0
      content/start/changelog/index.md

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

@@ -16,6 +16,10 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.71.0 (2024-12-06)
+- 【Fix】
+    - For invisible Tooltips, position calculation is not performed when resizing [#2606](https://github.com/DouyinFE/semi-design/pull/2606)
+
 #### 🎉 2.70.2 (2024-12-04)
 - 【Fix】
     - Fixed the issue that when the Datepicker type is monthRange, the default selected year and month in the panel cannot be selected across the year

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

@@ -13,6 +13,11 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+
+#### 🎉 2.71.0 (2024-12-06)
+- 【Fix】
+    - 对于非展示状态的 Tooltip,页面尺寸变化时不做位置计算 [#2606](https://github.com/DouyinFE/semi-design/pull/2606) 
+
 #### 🎉 2.70.2 (2024-12-04)
 - 【Fix】
     - 修复 Datepicker 类型为 monthRange 时,面板默认选中的年月无法选中跨年情况 [#2608](https://github.com/DouyinFE/semi-design/pull/2608)