Skip to content

Commit 8d0f477

Browse files
authored
chore: changelog of 2.1.0 (#1461)
* chore: changelog * chore: changelog of 2.1.0 * chore: changelog of 2.1.0 * chore: changelog of 2.1.0
1 parent 768ac04 commit 8d0f477

File tree

8 files changed

+62
-4
lines changed

8 files changed

+62
-4
lines changed

CHANGELOG.en-US.md

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

1717
---
1818

19+
## 2.1.0
20+
21+
`2025-12-05`
22+
23+
### @ant-design/x
24+
25+
- 🐛 Fixed Bubble css token `typingContent` configuration not taking effect. [#1435](https://github.com/ant-design/x/pull/1435) by [@kimteayon](https://github.com/kimteayon)
26+
- 🐛 Fixed multiple component style loss issues caused by antd upgrade to 6.0.1. [#1441](https://github.com/ant-design/x/pull/1441) by [@kimteayon](https://github.com/kimteayon), [#1446](https://github.com/ant-design/x/pull/1446) by [@kimteayon](https://github.com/kimteayon)
27+
- 🐛 Fixed Bubble.List scrolling compatibility issue in Safari browser. [#1392](https://github.com/ant-design/x/pull/1392) by [@anxLiang](https://github.com/anxLiang)
28+
- 🔥 New components HighlightCode and Mermaid. [#1402](https://github.com/ant-design/x/pull/1402) by [@Div627](https://github.com/Div627)
29+
- 🆕 Added semantic implementation for Actions. [#1443](https://github.com/ant-design/x/pull/1443) by [@kimteayon](https://github.com/kimteayon)
30+
- 🆕 Added semantic implementation for Suggestion, removed duplicate Enter trigger events, fixed the issue of `onSubmit` method being executed multiple times, added complete data return of `selectedOptions` to `onSelect` method, and refactored the option implementation using `useMergedState`. [#1406](https://github.com/ant-design/x/pull/1406) by [@kimteayon](https://github.com/kimteayon)
31+
- 📖 Optimized official website to improve user experience. [#1444](https://github.com/ant-design/x/pull/1444) by [@kimteayon](https://github.com/kimteayon)
32+
- 🆕 Added new slot type `content` and skill function `skill` for Sender. [#1377](https://github.com/ant-design/x/pull/1377) by [@kimteayon](https://github.com/kimteayon)
33+
34+
### @ant-design/x-sdk
35+
36+
- 🐛 Fixed DeepSeekChatProvider's improper handling of newline characters in `<think>` tag format causing XMarkdown rendering anomalies. [#1445](https://github.com/ant-design/x/pull/1445) by [@kimteayon](https://github.com/kimteayon)
37+
- 🐛 Fixed useXChat `setMessages` method call not triggering re-rendering. [#1450](https://github.com/ant-design/x/pull/1450) by [@hylin](https://github.com/hylin)
38+
- 🐛 Fixed missing rc-util dependency declaration. [#1456](https://github.com/ant-design/x/pull/1456) by [@hylin](https://github.com/hylin)
39+
40+
### @ant-design/x-markdown
41+
42+
- 🐛 Replaced useStreaming regex to resolve iOS compatibility issues. [#1457](https://github.com/ant-design/x/pull/1457) by [@Div627](https://github.com/Div627)
43+
- 📖 Improved documentation to enhance user experience. [#1451](https://github.com/ant-design/x/pull/1451) by [@Div627](https://github.com/Div627)
44+
- 🛠 Migrated UI plugins HighlightCode and Mermaid to @ant-design/x to achieve more reasonable dependency relationships. [#1402](https://github.com/ant-design/x/pull/1402) by [@Div627](https://github.com/Div627)
45+
1946
## 2.0.1
2047

2148
`2025-12-03`

CHANGELOG.zh-CN.md

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

1616
---
1717

18+
## 2.1.0
19+
20+
`2025-12-05`
21+
22+
### @ant-design/x
23+
24+
- 🐛 修复 Bubble css token `typingContent` 配置不生效问题。[#1435](https://github.com/ant-design/x/pull/1435)[@kimteayon](https://github.com/kimteayon) 提交
25+
- 🐛 修复因 antd 升级到 6.0.1 导致多个组件样式丢失问题。[#1441](https://github.com/ant-design/x/pull/1441)[@kimteayon](https://github.com/kimteayon) 提交、[#1446](https://github.com/ant-design/x/pull/1446)[@kimteayon](https://github.com/kimteayon) 提交
26+
- 🐛 修复 Bubble.List 在 safari 浏览器滚动兼容性问题。[#1392](https://github.com/ant-design/x/pull/1392)[@anxLiang](https://github.com/anxLiang) 提交
27+
- 🔥 新组件 HighlightCode 和 Mermaid。[#1402](https://github.com/ant-design/x/pull/1402)[@Div627](https://github.com/Div627) 提交
28+
- 🆕 Actions 新增语义化实现。[#1443](https://github.com/ant-design/x/pull/1443)[@kimteayon](https://github.com/kimteayon) 提交
29+
- 🆕 Suggestion 新增语义化实现,移除重复的 Enter 触发事件,修复 `onSubmit` 方法多次执行的问题,`onSelect` 方法新增 `selectedOptions` 完整数据返回,同时对选项的实现使用 `useMergedState` 进行了重构。[#1406](https://github.com/ant-design/x/pull/1406)[@kimteayon](https://github.com/kimteayon) 提交
30+
- 📖 优化官网站点提升用户体验。[#1444](https://github.com/ant-design/x/pull/1444)[@kimteayon](https://github.com/kimteayon) 提交
31+
- 🆕 Sender 新的词槽类型 `content` 和技能功能 `skill`[#1377](https://github.com/ant-design/x/pull/1377)[@kimteayon](https://github.com/kimteayon) 提交
32+
33+
### @ant-design/x-sdk
34+
35+
- 🐛 修复 DeepSeekChatProvider 对 `<think>` 标签格式换行处理不当导致 XMarkdown 格式渲染异常问题。[#1445](https://github.com/ant-design/x/pull/1445)[@kimteayon](https://github.com/kimteayon) 提交
36+
- 🐛 修复 useXChat `setMessages` 方法调用未触发渲染问题。[#1450](https://github.com/ant-design/x/pull/1450)[@hylin](https://github.com/hylin) 提交
37+
- 🐛 修复 rc-util 依赖未声明问题。[#1456](https://github.com/ant-design/x/pull/1456)[@hylin](https://github.com/hylin) 提交
38+
39+
### @ant-design/x-markdown
40+
41+
- 🐛 替换 useStreaming 正则解决 ios 兼容性问题。[#1457](https://github.com/ant-design/x/pull/1457)[@Div627](https://github.com/Div627) 提交
42+
- 📖 完善文档提升用户体验。[#1451](https://github.com/ant-design/x/pull/1451)[@Div627](https://github.com/Div627) 提交
43+
- 🛠 迁移 UI 插件 HighlightCode 和 Mermaid 到 @ant-design/x 达成更合理的依赖关系。[#1402](https://github.com/ant-design/x/pull/1402)[@Div627](https://github.com/Div627) 提交
44+
1845
## 2.0.1
1946

2047
`2025-12-03`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "x-mono",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"private": true,
55
"scripts": {
66
"presite": "npm run prestart --workspaces",

packages/x-markdown/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-markdown",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"scripts": {
55
"compile": "father build",
66
"tsc": "tsc --noEmit",

packages/x-sdk/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-sdk",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"homepage": "https://x.ant.design/x-sdks/introduce",
55
"bugs": {
66
"url": "https://github.com/ant-design/x/issues"

packages/x/docs/react/migration-v2.en-US.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ This document will help you upgrade from `@ant-design/x 1.x` to `@ant-design/x 2
1313

1414
1. Please upgrade antd in your project to the latest version of 6.x first. For details, please check the [upgrade documentation](https://ant.design/docs/react/migration-v6).
1515

16+
**Note**: The `@ant-design/x` 2.1.0 version is compatible with the vast majority of antd 5.x components. However, some components' styles rely on the semantic implementation of version 6, which may result in minor differences requiring manual adjustments on your part.
17+
1618
## Incompatible Changes in 2.0
1719

1820
### Runtime-related tools migrated to `@ant-design/x-sdk` with comprehensive refactoring

packages/x/docs/react/migration-v2.zh-CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ title: 从 v1 到 v2
1313

1414
1. 请先将项目中依赖的 antd 升级到 6.x 的最新版本,详情请查看[升级文档](https://ant.design/docs/react/migration-v6-cn)
1515

16+
**注意** `@ant-design/x` 2.1.0 版本兼容了绝大多数 antd 5.x 的组件,但是部分组件的样式依赖 v6 版本的语义化实现,可能会有一些差异,需要您手动调整。
17+
1618
## 2.0 有哪些不兼容的变化
1719

1820
### 运行时相关工具迁移到 `@ant-design/x-sdk`,并进行了全面重构

packages/x/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": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Craft AI-driven interfaces effortlessly",
55
"keywords": [
66
"AI",

0 commit comments

Comments
 (0)