Browse Source

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

林艳 1 month ago
parent
commit
c97a6ca78d
2 changed files with 37 additions and 0 deletions
  1. 18 0
      content/start/changelog/index-en-US.md
  2. 19 0
      content/start/changelog/index.md

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

@@ -15,6 +15,24 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+#### 🎉 2.88.0-beta.0 (2025-10-30)
+- 【New Component】
+    - Added AI Chat Input component AIChatInput [#2997](https://github.com/DouyinFE/semi-design/pull/2997)
+    - Added AI Chat Dialogue component AIChatDialogue [#2997](https://github.com/DouyinFE/semi-design/pull/2997)
+    - Added FloatButton component FloatButton [#2997](https://github.com/DouyinFE/semi-design/pull/2997)
+    - Added Feedback component Feedback [#2997](https://github.com/DouyinFE/semi-design/pull/2997)
+- 【Feat】
+    - Added AI Token and AI ICON [#2997](https://github.com/DouyinFE/semi-design/pull/2997)
+    - Added colorful API to Tag/Button [#2997](https://github.com/DouyinFE/semi-design/pull/2997)
+
+#### 🎉 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)
 
 #### 🎉 2.87.0-beta.0 (2025-09-08)
 - 【Fix】

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

@@ -13,6 +13,25 @@ Semi 版本号遵循 **Semver** 规范(主版本号 - 次版本号 - 修订版
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.88.0-beta.0 (2025-10-30)
+- 【New Component】
+    - 新增 AI 聊天输入框组件 AIChatInput [#2997](https://github.com/DouyinFE/semi-design/pull/2997)
+    - 新增 AI 聊天对话组件 AIChatDialogue [#2997](https://github.com/DouyinFE/semi-design/pull/2997)
+    - 新增悬浮按钮组件 FloatButton [#2997](https://github.com/DouyinFE/semi-design/pull/2997)
+    - 新增反馈组件 Feedback [#2997](https://github.com/DouyinFE/semi-design/pull/2997)
+- 【Feat】
+    - 新增 AI Token,AI ICON [#2997](https://github.com/DouyinFE/semi-design/pull/2997)
+    - Tag/Button 新增加 colorful API [#2997](https://github.com/DouyinFE/semi-design/pull/2997)
+
+#### 🎉 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)
+
 #### 🎉 2.87.0-beta.0 (2025-09-08)
 - 【Fix】
     - JsonViewer 键盘事件兼容window [@anjiazhuyouxing](https://github.com/anjiazhuyouxing) [#2979](https://github.com/DouyinFE/semi-design/pull/2979)