Skip to content

Commit a0284f1

Browse files
authored
docs: changelog of 1.3.0 (#845)
* test: sender * test: delete * docs: changelog of 1.3.0 * docs: changelog of 1.3.0 * docs: changelog of 1.3.0
1 parent 94fe84b commit a0284f1

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.en-US.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ tag: vVERSION
1616

1717
---
1818

19+
## 1.3.0
20+
21+
`2025-05-21`
22+
23+
- 📖 Add Conversation type export. [#258](https://github.com/ant-design/x/pull/258) by [@ONLY-yours](https://github.com/ONLY-yours)
24+
- 💄 Fixed the issue that the Prompts scroll bar is always displayed. [#785](https://github.com/ant-design/x/pull/785) by [@kimteayon](https://github.com/kimteayon)
25+
- 🐛 Fix Suggestion warning for using antd deprecated API `onDropdownVisibleChange`. [#827](https://github.com/ant-design/x/pull/827) by [@zombieJ](https://github.com/zombieJ)
26+
- 🆕 Extend Bubble`content` to `footer` and `header` method implementation parameters, and add Demo implementation.[#683](https://github.com/ant-design/x/pull/683) by [@L-Hknu](https://github.com/L-Hknu) and [@kimteayon](https://github.com/kimteayon)
27+
- 📖 Fixed the security issue of Api Key being exposed on the site.[#840](https://github.com/ant-design/x/pull/840) by [@kimteayon](https://github.com/kimteayon)
28+
- 📖 Enhance the official website to improve user experience.[#783](https://github.com/ant-design/x/pull/783) by [@kimteayon](https://github.com/kimteayon) ,[#229](https://github.com/ant-design/x/pull/229) by [@afc163](https://github.com/afc163) ,[#835](https://github.com/ant-design/x/pull/835) by [@kimteayon](https://github.com/kimteayon) ,[#814](https://github.com/ant-design/x/pull/814) by [@wzc520pyfm](https://github.com/wzc520pyfm)
29+
1930
## 1.2.0
2031

2132
`2025-04-25`
@@ -33,7 +44,7 @@ tag: vVERSION
3344
- 🆕 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)
3445
- 🐛 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)
3546
- 🐛 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)
36-
- 🆕 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)
47+
- 🆕 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)
3748
- useXChat
3849
- 🆕 XChatConfig adds input and output generic types.[#725](https://github.com/ant-design/x/pull/725) by [@kimteayon](https://github.com/kimteayon)
3950
- 🆕 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)
@@ -43,7 +54,7 @@ tag: vVERSION
4354
- 🐛 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)
4455
- 📖 Add a copilot style model room.[#657](https://github.com/ant-design/x/pull/657) by [@vanndxh](https://github.com/vanndxh)
4556
- 📖 Refactoring the independent model room.[#753](https://github.com/ant-design/x/pull/753) by [@vanndxh](https://github.com/vanndxh)
46-
- 📖 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)
57+
- 📖 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)
4758

4859
## 1.1.1
4960

CHANGELOG.zh-CN.md

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

1616
---
1717

18+
## 1.3.0
19+
20+
`2025-05-21`
21+
22+
- 📖 新增 Conversation 类型导出。 [#258](https://github.com/ant-design/x/pull/258)[@ONLY-yours](https://github.com/ONLY-yours)
23+
- 💄 修复 Prompts 滚动条始终显示问题。 [#785](https://github.com/ant-design/x/pull/785)[@kimteayon](https://github.com/kimteayon)
24+
- 🐛 修复 Suggestion 警告使用 antd 废弃 API `onDropdownVisibleChange` 的问题。 [#827](https://github.com/ant-design/x/pull/827)[@zombieJ](https://github.com/zombieJ) 提交
25+
- 🆕 扩展Bubble`content``footer``header`的方法实现参数,同时补充Demo实现。[#683](https://github.com/ant-design/x/pull/683)[@L-Hknu](https://github.com/L-Hknu)[@kimteayon](https://github.com/kimteayon) 提交
26+
- 📖 修复Api Key在站点露出的安全问题。[#840](https://github.com/ant-design/x/pull/840)[@kimteayon](https://github.com/kimteayon)
27+
- 📖 优化官网站点提升用户体验。[#783](https://github.com/ant-design/x/pull/783)[@kimteayon](https://github.com/kimteayon) 提交、[#229](https://github.com/ant-design/x/pull/229)[@afc163](https://github.com/afc163) 提交、[#835](https://github.com/ant-design/x/pull/835)[@kimteayon](https://github.com/kimteayon)[#814](https://github.com/ant-design/x/pull/814)[@wzc520pyfm](https://github.com/wzc520pyfm) 提交
28+
1829
## 1.2.0
1930

2031
`2025-04-25`

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.2.0",
3+
"version": "1.3.0",
44
"description": "Craft AI-driven interfaces effortlessly",
55
"keywords": [
66
"AI",

0 commit comments

Comments
 (0)