Skip to content

Commit a9515ed

Browse files
authored
docs: changelog of 1.4.0 (#882)
* chore: changelog * docs: changelog of 1.4.0 * docs: changelog of 1.4.0 * docs: changelog of 1.4.0
1 parent 68b0c95 commit a9515ed

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.en-US.md

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

1717
---
1818

19+
## 1.4.0
20+
21+
`2025-05-30`
22+
23+
- 🔥 New Component Actions.[#768](https://github.com/ant-design/x/pull/768) by [vanndxh](https://github.com/vanndxh)
24+
- 🐛 Fix the issue where Bubble.List `footer` and `header` cannot retrieve keys.[#876](https://github.com/ant-design/x/pull/876) by [kimteayon](https://github.com/kimteayon)
25+
- 🐛 Fix the issue of overflow and ellipsis of Conversations list titles.[#877](https://github.com/ant-design/x/pull/877) by [kimteayon](https://github.com/kimteayon)
26+
- 📖 Enhance the official website to improve user experience.[#816](https://github.com/ant-design/x/pull/816) by [@Rain120](https://github.com/Rain120) 提交、[#880](https://github.com/ant-design/x/pull/880) by [@kimteayon](https://github.com/kimteayon)
27+
1928
## 1.3.0
2029

2130
`2025-05-21`

CHANGELOG.zh-CN.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,24 @@ tag: vVERSION
1515

1616
---
1717

18+
## 1.4.0
19+
20+
`2025-05-30`
21+
22+
- 🔥 新组件 操作列表 - Actions。[#768](https://github.com/ant-design/x/pull/768)[vanndxh](https://github.com/vanndxh) 提交
23+
- 🐛 修复 Bubble.List `footer``header`无法获取key的问题。[#876](https://github.com/ant-design/x/pull/876)[kimteayon](https://github.com/kimteayon) 提交
24+
- 🐛 修复 Conversations 列表标题溢出截断失效问题。[#877](https://github.com/ant-design/x/pull/877)[kimteayon](https://github.com/kimteayon) 提交
25+
- 📖 优化官网站点提升用户体验。[#816](https://github.com/ant-design/x/pull/816)[@Rain120](https://github.com/Rain120) 提交、[#880](https://github.com/ant-design/x/pull/880)[@kimteayon](https://github.com/kimteayon) 提交
26+
1827
## 1.3.0
1928

2029
`2025-05-21`
2130

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)
31+
- 📖 新增 Conversation 类型导出。 [#258](https://github.com/ant-design/x/pull/258)[@ONLY-yours](https://github.com/ONLY-yours) 提交
32+
- 💄 修复 Prompts 滚动条始终显示问题。 [#785](https://github.com/ant-design/x/pull/785)[@kimteayon](https://github.com/kimteayon) 提交
2433
- 🐛 修复 Suggestion 警告使用 antd 废弃 API `onDropdownVisibleChange` 的问题。 [#827](https://github.com/ant-design/x/pull/827)[@zombieJ](https://github.com/zombieJ) 提交
2534
- 🆕 扩展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)
35+
- 📖 修复Api Key在站点露出的安全问题。[#840](https://github.com/ant-design/x/pull/840)[@kimteayon](https://github.com/kimteayon)提交
2736
- 📖 优化官网站点提升用户体验。[#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) 提交
2837

2938
## 1.2.0

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

0 commit comments

Comments
 (0)