瀏覽代碼

docs(changelog): v2.88.0 update

林艳 1 周之前
父節點
當前提交
dedc2b4037
共有 2 個文件被更改,包括 16 次插入0 次删除
  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

@@ -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.88.0 (2025-11-12)
+- 【Fix】
+    - Fixed an issue with the incorrect definition of the defaultContent type in AIChatInput.
+    - Fixed an issue where onSkillChange was not working properly when skills changed in AIChatInput.
+    - Fixed an issue where skillSlot data was missing in the onContentChange conversion result in AIChatInput.
+    - update chatInputToChatCompletion return value to fit user use
+    - add chat dialogue & input all interface export
+    
 #### 🎉 2.88.0-beta.1 (2025-11-10)
 - 【Feat】
     - Added 10 filled icons and 33 linear icons [#3016](https://github.com/DouyinFE/semi-design/pull/3016)

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

@@ -13,6 +13,14 @@ Semi 版本号遵循 **Semver** 规范(主版本号 - 次版本号 - 修订版
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.88.0 (2025-11-12)
+- 【Fix】
+    - 修复  AIChatInput 中 defaultContent 类型定义错误问题 [#3027](https://github.com/DouyinFE/semi-design/pull/3027)
+    - 修复 AIChatInput 中技能变化时候,onSkillChange 未生效问题 [#3027](https://github.com/DouyinFE/semi-design/pull/3027)
+    - 修复 AIChatInput 中 onContentChange 转换结果中,无 skillSlot 数据问题 [#3027](https://github.com/DouyinFE/semi-design/pull/3027)
+    - 更新 chatInputToChatCompletion 返回值以适应用户使用情况 [#3024](https://github.com/DouyinFE/semi-design/pull/3024)
+    - 将 AIChatDialogue 和 AIChatInput 所有接口定义在组件 index 文件中导出 [#3024](https://github.com/DouyinFE/semi-design/pull/3024)
+
 #### 🎉 2.88.0-beta.1 (2025-11-10)
 - 【Feat】
     - 新增加 IconRealSize 等 10 个线性图标,IconScissorsStroked 等 33 个面性图标。 [#3016](https://github.com/DouyinFE/semi-design/pull/3016)