Forráskód Böngészése

docs(changelog): add v2.87.1 changelog

zhangyumei.0319 3 napja
szülő
commit
9bd6f29ab9

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

@@ -16,6 +16,11 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.87.1 (2025-10-16)
+- 【Fix】
+    - Fixed an issue in Chrome V140 and 141 where an error would occur when expanding Tree/TreeSelect after collapsing it [#3005](https://github.com/DouyinFE/semi-design/issues/3005)
+    - Fixed the issue where the Collapsible animation did not work in some Chrome versions 140 and 141. [#3006](https://github.com/DouyinFE/semi-design/pull/3006)
+
 #### 🎉 2.87.0 (2025-10-15)
 - 【Style】
     - Dropdown, Modal, SideSheet, Popover, Tooltip add backdrop-filter to set related tokens [#2981](https://github.com/DouyinFE/semi-design/issues/2981)

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

@@ -13,6 +13,11 @@ Semi 版本号遵循 **Semver** 规范(主版本号 - 次版本号 - 修订版
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.87.1 (2025-10-16)
+- 【Fix】
+    - 修复部分 chrome V140,141版本中,Tree/TreeSelect 在收起后,再次展开出现错误问题 [#3005](https://github.com/DouyinFE/semi-design/issues/3005)
+    - 修复部分 chrome V140,141版本中,Collapsible 收起动画不生效问题 [#3006](https://github.com/DouyinFE/semi-design/pull/3006)
+
 #### 🎉 2.87.0 (2025-10-15)
 - 【Style】
     - Dropdown, Modal, SideSheet, Popover, Tooltip 增加 backdrop-filter 设置相关 token [#2981](https://github.com/DouyinFE/semi-design/issues/2981) [#2985](https://github.com/DouyinFE/semi-design/pull/2985)