Skip to content

Commit f1824a7

Browse files
authored
docs: changelog of 1.2.0 (#778)
* fix: fix some potential issue * fix: fix some potential issue * fix: fix some potential issue * docs: changelog of 1.2.0 * docs: changelog of 1.2.0 * docs: changelog of 1.2.0 * docs: changelog of 1.2.0 * docs: changelog of 1.2.0 * docs: changelog of 1.2.0 * docs: changelog of 1.2.0
1 parent 1a20942 commit f1824a7

File tree

3 files changed

+58
-1
lines changed

3 files changed

+58
-1
lines changed

CHANGELOG.en-US.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,34 @@ tag: vVERSION
1616

1717
---
1818

19+
## 1.2.0
20+
21+
`2025-04-25`
22+
- 🐛 Delete Conversations ellipsis tooltip , fix 'tooltip' display error issue。[#776](https://github.com/ant-design/x/pull/776) by [@afc163](https://github.com/afc163)
23+
- 🐛 Fixed Attachments `image` card style.[#751](https://github.com/ant-design/x/pull/751) by [@wzc520pyfm](https://github.com/wzc520pyfm)
24+
- 🐛 Fixed ThoughtChain controlled issue.[#752](https://github.com/ant-design/x/pull/752) by [@Youzi2233](https://github.com/kimteayon)
25+
- XRequest
26+
- 🆕 XRequestCallbacks adds an 'onStream' callback that allows for stream listening and abort operations.[#711](https://github.com/ant-design/x/pull/711) by [@kimteayon](https://github.com/kimteayon)
27+
- 🐛 Fixed the issue of XRequestOptions changes not taking effect and added a demo.[#736](https://github.com/ant-design/x/pull/736) by [@kimteayon](https://github.com/kimteayon)
28+
- 🆕 Add an example of model integration. [#725](https://github.com/ant-design/x/pull/725) by [@kimteayon](https://github.com/kimteayon)
29+
- 📖 Inaccurate parameter naming in optimizing API methods.[#736](https://github.com/ant-design/x/pull/736) by [@kimteayon](https://github.com/kimteayon)
30+
- useXAgent
31+
- 🆕 RequestFn adds an `onStream` callback that allows for stream listening and abort operations.[#711](https://github.com/ant-design/x/pull/711) by [@kimteayon](https://github.com/kimteayon)
32+
- 🆕 RequestFn has added a `transformStream` transformation function for processing stream data.[#725](https://github.com/ant-design/x/pull/725) by [@kimteayon](https://github.com/kimteayon)
33+
- 🐛 Fix the issue of XAgentConfig Preset changes not taking effect and add an example.[#736](https://github.com/ant-design/x/pull/736) by [@kimteayon](https://github.com/kimteayon)
34+
- 🐛 Fix the issue of incorrect callback types for RequestFn ` onSuccess ` and update the corresponding demo. [#725](https://github.com/ant-design/x/pull/725) by [@kimteayon](https://github.com/kimteayon)
35+
- 🆕 Add model access, Custom RequestParams,and customize `XRequestOptions`demos. [#725](https://github.com/ant-design/x/pull/725) by [@kimteayon](https://github.com/kimteayon) 提交、[#711](https://github.com/ant-design/x/pull/711) by [@kimteayon](https://github.com/kimteayon)
36+
- useXChat
37+
- 🆕 XChatConfig adds input and output generic types.[#725](https://github.com/ant-design/x/pull/725) by [@kimteayon](https://github.com/kimteayon)
38+
- 🆕 XChatConfig adds `transformMessage` transformation function,which can transform `messages` when updating data and update to `messages` at the same time. [#711](https://github.com/ant-design/x/pull/711) by [@kimteayon](https://github.com/kimteayon)
39+
- 🆕 XChatConfig adds `transformStream`conversion function for processing stream data.[#711](https://github.com/ant-design/x/pull/711) by [@kimteayon](https://github.com/kimteayon)
40+
- 🆕 XChatConfig adds `resolveAbortController`callback function, which can obtain the`AbortController` controller for controlling the stream state.[#711](https://github.com/ant-design/x/pull/711) by [@kimteayon](https://github.com/kimteayon)
41+
- 🆕 Add model access examples and remove incorrect abort examples. [#711](https://github.com/ant-design/x/pull/711) by [@kimteayon](https://github.com/kimteayon)
42+
- 🐛 Fixed the issue of Sender `header` `border-radius` style overflow.[#732](https://github.com/ant-design/x/pull/732) by [@Bao0630](https://github.com/Bao0630)
43+
- 📖 Add a copilot style model room.[#657](https://github.com/ant-design/x/pull/657) by [@vanndxh](https://github.com/vanndxh)
44+
- 📖 Refactoring the independent model room.[#753](https://github.com/ant-design/x/pull/753) by [@vanndxh](https://github.com/vanndxh)
45+
- 📖 Enhance the official website to improve user experience.[#730](https://github.com/ant-design/x/pull/730) by [@afc163](https://github.com/afc163) 提交、[#758](https://github.com/ant-design/x/pull/758) by [@coding-ice](https://github.com/coding-ice) 提交、 [#761](https://github.com/ant-design/x/pull/761) by [@ONLY-yours](https://github.com/ONLY-yours)
46+
1947
## 1.1.1
2048

2149
`2025-04-14`

CHANGELOG.zh-CN.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,35 @@ tag: vVERSION
1515

1616
---
1717

18+
## 1.2.0
19+
20+
`2025-04-25`
21+
22+
- 🐛 删除 Conversations 溢出省略逻辑修复 `tooltip` 展示错误的问题。[#776](https://github.com/ant-design/x/pull/776)[@afc163](https://github.com/afc163) 提交
23+
- 🐛 修复 Attachments `image`卡片样式问题。[#751](https://github.com/ant-design/x/pull/751)[@wzc520pyfm](https://github.com/wzc520pyfm) 提交
24+
- 🐛 修复 ThoughtChain 受控问题。[#752](https://github.com/ant-design/x/pull/752)[@Youzi2233](https://github.com/kimteayon) 提交
25+
- XRequest
26+
- 🆕 XRequestCallbacks 新增 `onStream` 回调,可对流监听和终止操作。[#711](https://github.com/ant-design/x/pull/711)[@kimteayon](https://github.com/kimteayon) 提交
27+
- 🐛 修复 XRequestOptions 变更不生效问题,并新增示例。[#736](https://github.com/ant-design/x/pull/736)[@kimteayon](https://github.com/kimteayon) 提交
28+
- 🆕 新增模型接入示例。 [#725](https://github.com/ant-design/x/pull/725)[@kimteayon](https://github.com/kimteayon) 提交
29+
- 📖 优化API方法参数命名不准确问题。[#736](https://github.com/ant-design/x/pull/736)[@kimteayon](https://github.com/kimteayon) 提交
30+
- useXAgent
31+
- 🆕 RequestFn 新增 `onStream` 回调,可对流监听和终止操作。[#711](https://github.com/ant-design/x/pull/711)[@kimteayon](https://github.com/kimteayon) 提交
32+
- 🆕 RequestFn 新增 `transformStream`转换函数,用于处理流数据。[#725](https://github.com/ant-design/x/pull/725)[@kimteayon](https://github.com/kimteayon) 提交
33+
- 🐛 修复 XAgentConfigPreset 变更不生效问题,并新增示例。[#736](https://github.com/ant-design/x/pull/736)[@kimteayon](https://github.com/kimteayon) 提交
34+
- 🐛 修复 RequestFn `onSuccess`回调类型错误问题,同时更新对应示例。 [#725](https://github.com/ant-design/x/pull/725)[@kimteayon](https://github.com/kimteayon) 提交
35+
- 🆕 新增模型接入、自定义入参、变更配置示例。 [#725](https://github.com/ant-design/x/pull/725)[@kimteayon](https://github.com/kimteayon) 提交、[#711](https://github.com/ant-design/x/pull/711)[@kimteayon](https://github.com/kimteayon) 提交
36+
- useXChat
37+
- 🆕 XChatConfig 新增 Input 和 Output 泛型类型。[#725](https://github.com/ant-design/x/pull/725)[@kimteayon](https://github.com/kimteayon) 提交
38+
- 🆕 XChatConfig 新增 `transformMessage` 转换函数,可在更新数据时对`messages`做转换,同时会更新到`messages`[#711](https://github.com/ant-design/x/pull/711)[@kimteayon](https://github.com/kimteayon) 提交
39+
- 🆕 XChatConfig 新增 `transformStream`转换函数,用于处理流数据。[#711](https://github.com/ant-design/x/pull/711)[@kimteayon](https://github.com/kimteayon) 提交
40+
- 🆕 XChatConfig 新增 `resolveAbortController`回调函数,可获得`AbortController` 控制器,用于控制流状态。[#711](https://github.com/ant-design/x/pull/711)[@kimteayon](https://github.com/kimteayon) 提交
41+
- 🆕 新增模型接入示例,删除错误的终止流示例。 [#711](https://github.com/ant-design/x/pull/711)[@kimteayon](https://github.com/kimteayon) 提交
42+
- 🐛 修复 Sender `header`圆角样式溢出问题。[#732](https://github.com/ant-design/x/pull/732)[@Bao0630](https://github.com/Bao0630) 提交
43+
- 📖 新增助手式样板间。[#657](https://github.com/ant-design/x/pull/657)[@vanndxh](https://github.com/vanndxh) 提交
44+
- 📖 重构独立式样板间。[#753](https://github.com/ant-design/x/pull/753)[@vanndxh](https://github.com/vanndxh) 提交
45+
- 📖 优化官网站点提升用户体验。[#730](https://github.com/ant-design/x/pull/730)[@afc163](https://github.com/afc163) 提交、[#758](https://github.com/ant-design/x/pull/758)[@coding-ice](https://github.com/coding-ice) 提交、 [#761](https://github.com/ant-design/x/pull/761)[@ONLY-yours](https://github.com/ONLY-yours) 提交
46+
1847
## 1.1.1
1948

2049
`2025-04-14`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/x",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Craft AI-driven interfaces effortlessly",
55
"keywords": [
66
"AI",

0 commit comments

Comments
 (0)