Skip to content

Releases: ant-design/x

1.5.0

16 Jul 04:18
fc7a000
Compare
Choose a tag to compare
  • 🆕 Added Bubble component support for onScroll event listener. #1021 by @QdabuliuQ.
  • 🐛 Removed duplicate TypeScript type declaration in Bubble component. #1032 by @wzc520pyfm.
  • 🐛 Fixed Conversations onActiveChange being triggered when a disabled menu item is clicked. #1024 by @QdabuliuQ.
  • 🐛 Fixed semantic configuration for Attachments component FileList. #1017 by @kimteayon.
  • 🐛 Added html configuration for Actions component. #995 by @vanndxh.
  • 🐛 Fixed Conversations label display issue and improved semantic configuration. #898 by @yuanliu147.
  • 📖 Improved official site for better user experience. #940 by @coding-ice, #969 by @afc163, #968 by @afc163, #1019 by hylin.

  • 🆕 补充 Bubble 组件对滚动事件onScroll的监听。#1021@QdabuliuQ 提交。
  • 🐛 移除 Bubble 重复的 TS 类型定义。 #1032@wzc520pyfm 提交。
  • 🐛 修复 Conversations 组件点击禁用的 menu 导致触发 onActiveChange 的问题。#1024@QdabuliuQ 提交。
  • 🐛 修复 Attachments 组件 FileList 语义化配置。#1017@kimteayon 提交。
  • 🐛 补充 Actions 组件 html配置。#995@vanndxh 提交。
  • 🐛 修复 Conversations label标签展示问题,同时补充语义化配置。#898@yuanliu147 提交。
  • 📖 优化官网站点提升用户体验。#940@coding-ice 提交、#969@afc163 提交、#968@afc163 提交、#1019@hylin 提交。

1.4.0

30 May 03:48
a9515ed
Compare
Choose a tag to compare
  • 🔥 New Component Actions.#768 by vanndxh
  • 🐛 Fix the issue where Bubble.List footer and header cannot retrieve keys.#876 by kimteayon
  • 🐛 Fix the issue of overflow and ellipsis of Conversations list titles.#877 by kimteayon
  • 📖 Enhance the official website to improve user experience.#816 by @Rain120 提交、#880 by @kimteayon

  • 🔥 新组件 操作列表 - Actions。#768vanndxh 提交
  • 🐛 修复 Bubble.List footerheader无法获取key的问题。#876kimteayon 提交
  • 🐛 修复 Conversations 列表标题溢出截断失效问题。#877kimteayon 提交
  • 📖 优化官网站点提升用户体验。#816@Rain120 提交、#880@kimteayon 提交

1.3.0

21 May 10:04
a0284f1
Compare
Choose a tag to compare

1.2.0

25 Apr 09:59
f1824a7
Compare
Choose a tag to compare
  • 🐛 Delete Conversations ellipsis tooltip , fix 'tooltip' display error issue。#776 by @afc163
  • 🐛 Fixed Attachments image card style.#751 by @wzc520pyfm
  • 🐛 Fixed ThoughtChain controlled issue.#752 by @Youzi2233
  • XRequest
    • 🆕 XRequestCallbacks adds an 'onStream' callback that allows for stream listening and abort operations.#711 by @kimteayon
    • 🐛 Fixed the issue of XRequestOptions changes not taking effect and added a demo.#736 by @kimteayon
    • 🆕 Add an example of model integration. #725 by @kimteayon
    • 📖 Inaccurate parameter naming in optimizing API methods.#736 by @kimteayon
  • useXAgent
    • 🆕 RequestFn adds an onStream callback that allows for stream listening and abort operations.#711 by @kimteayon
    • 🆕 RequestFn has added a transformStream transformation function for processing stream data.#725 by @kimteayon
    • 🐛 Fix the issue of XAgentConfig Preset changes not taking effect and add an example.#736 by @kimteayon
    • 🐛 Fix the issue of incorrect callback types for RequestFn onSuccess and update the corresponding demo. #725 by @kimteayon
    • 🆕 Add model access, Custom RequestParams,and customize XRequestOptionsdemos. #725 by @kimteayon 提交、#711 by @kimteayon
  • useXChat
    • 🆕 XChatConfig adds input and output generic types.#725 by @kimteayon
    • 🆕 XChatConfig adds transformMessage transformation function,which can transform messages when updating data and update to messages at the same time. #711 by @kimteayon
    • 🆕 XChatConfig adds transformStreamconversion function for processing stream data.#711 by @kimteayon
    • 🆕 XChatConfig adds resolveAbortControllercallback function, which can obtain theAbortController controller for controlling the stream state.#711 by @kimteayon
    • 🆕 Add model access examples and remove incorrect abort examples. #711 by @kimteayon
  • 🐛 Fixed the issue of Sender header border-radius style overflow.#732 by @Bao0630
  • 📖 Add a copilot style model room.#657 by @vanndxh
  • 📖 Refactoring the independent model room.#753 by @vanndxh
  • 📖 Enhance the official website to improve user experience.#730 by @afc163 提交、#758 by @coding-ice 提交、 #761 by @ONLY-yours

  • 🐛 删除 Conversations 溢出省略逻辑修复 tooltip 展示错误的问题。#776@afc163 提交
  • 🐛 修复 Attachments image卡片样式问题。#751@wzc520pyfm 提交
  • 🐛 修复 ThoughtChain 受控问题。#752@Youzi2233 提交
  • XRequest
    • 🆕 XRequestCallbacks 新增 onStream 回调,可对流监听和终止操作。#711@kimteayon 提交
    • 🐛 修复 XRequestOptions 变更不生效问题,并新增示例。#736@kimteayon 提交
    • 🆕 新增模型接入示例。 #725@kimteayon 提交
    • 📖 优化API方法参数命名不准确问题。#736@kimteayon 提交
  • useXAgent
    • 🆕 RequestFn 新增 onStream 回调,可对流监听和终止操作。#711@kimteayon 提交
    • 🆕 RequestFn 新增 transformStream转换函数,用于处理流数据。#725@kimteayon 提交
    • 🐛 修复 XAgentConfigPreset 变更不生效问题,并新增示例。#736@kimteayon 提交
    • 🐛 修复 RequestFn onSuccess回调类型错误问题,同时更新对应示例。 #725@kimteayon 提交
    • 🆕 新增模型接入、自定义入参、变更配置示例。 #725@kimteayon 提交、#711@kimteayon 提交
  • useXChat
    • 🆕 XChatConfig 新增 Input 和 Output 泛型类型。#725@kimteayon 提交
    • 🆕 XChatConfig 新增 transformMessage 转换函数,可在更新数据时对messages做转换,同时会更新到messages#711@kimteayon 提交
    • 🆕 XChatConfig 新增 transformStream转换函数,用于处理流数据。#711@kimteayon 提交
    • 🆕 XChatConfig 新增 resolveAbortController回调函数,可获得AbortController 控制器,用于控制流状态。#711@kimteayon 提交
    • 🆕 新增模型接入示例,删除错误的终止流示例。 #711@kimteayon 提交
  • 🐛 修复 Sender header圆角样式溢出问题。#732@Bao0630 提交
  • 📖 新增助手式样板间。#657@vanndxh 提交
  • 📖 重构独立式样板间。#753@vanndxh 提交
  • 📖 优化官网站点提升用户体验。#730@afc163 提交、#758@coding-ice 提交、 #761@ONLY-yours 提交

1.1.1

14 Apr 10:07
c45c18f
Compare
Choose a tag to compare

  • Bubble.List
    • 💄 优化 Bubble.List更新时减少不必要的刷新。#479@YumoImer 提交
    • 🐛 修复 Bubble.List 暗黑主题下滚动条样式不兼容问题。#727@kimteayon 提交
  • Conversation
    • 🐛 修复 Conversation内ul和li的样式问题。#726@kimteayon 提交
    • 🆕 新增 menugetPopupContainer的实现。#698@yuxuan-ctrl 提交
  • 🐛 修复 ThoughtChain 折叠面板无法展开问题。#720@kimteayon 提交
  • 🐛 修复 Attachments 图片展示样式问题。#708@hy993658052 提交
  • 💄 优化 Sender,使自定义Actions的 disabled属性受控。#666@afc163 提交
  • 📖 优化官网站点提升用户体验。#680@wzc520pyfm 提交、#699@afc163 提交、#716@afc163 提交、#686@afc163 提交、#728@kimteayon 提交

1.1.0

28 Mar 10:23
2120e71
Compare
Choose a tag to compare

1.0.6

17 Mar 03:25
e027c85
Compare
Choose a tag to compare

1.0.5

14 Jan 03:54
e4544ec
Compare
Choose a tag to compare

1.0.4

25 Dec 08:16
fc90723
Compare
Choose a tag to compare
  • 🆕 Extended XStream support for the cancel feature. #319 by @ppbl
  • 🆕 Extended Bubble support for the typing.suffix feature. #316 by @BQXBQX
  • 🆕 Extended Sender component's onChange parameter to include the event object. #362 by @defaultjacky
  • 🆕 Enhanced the Sender component's ref to support focus control methods like focus and blur. #397 by @YumoImer
  • 🐛 Fixed styling issues in ThoughtChain when cssVar is not applied. #373 by @YumoImer
  • 📖 Added Petercat assistant feature. #375 by @xingwanying
  • 📖 Improved the official website for a better user experience. #389, #377, #364, #368 by @afc163, @YumoImer

  • 🆕 扩展 XStream 对取消功能的支持。 #319 by @ppbl
  • 🆕 扩展 Bubbletyping.suffix打字后缀的支持。 #316 by @BQXBQX
  • 🆕 扩展 Sender 组件 onChangeevent 事件参数的支持。 #362 by @defaultjacky
  • 🆕 扩展 Sender 组件 reffocusblur 等焦点控制能力的支持。 #397 by @YumoImer
  • 🐛 修复 ThoughtChain 在非 cssVar 下的样式问题。 #373 by @YumoImer
  • 📖 添加 Petercat 助理功能。 #375 by @xingwanying
  • 📖 优化官网站点提升用户体验。 #389#377#364#368 by @afc163@YumoImer

1.0.3

16 Dec 08:59
f04a8dd
Compare
Choose a tag to compare

1.0.3

2024-12-16