Skip to content

Commit cbb72c9

Browse files
authored
chore: changelog of 2.0.1 (#1430)
* feat: docs * chore: changelog of 2.0.1 * chore: changelog of 2.0.1
1 parent c1b21b5 commit cbb72c9

File tree

6 files changed

+54
-4
lines changed

6 files changed

+54
-4
lines changed

CHANGELOG.en-US.md

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

1717
---
1818

19+
## 2.0.1
20+
21+
`2025-12-03`
22+
23+
### @ant-design/x
24+
25+
- 🐛 Fixed multiple component style loss issues caused by antd upgrade to 6.0.1. [#1428](https://github.com/ant-design/x/pull/1428) by [@kimteayon](https://github.com/kimteayon)
26+
- 🐛 Fixed antd error when using Attachments component. [#1395](https://github.com/ant-design/x/pull/1395) by [@kimteayon](https://github.com/kimteayon)
27+
- 🐛 Fixed Sender component `allowSpeech` custom disable error. [#1398](https://github.com/ant-design/x/pull/1398) by [@kimteayon](https://github.com/kimteayon)
28+
- 🐛 Fixed missing semantic configuration for Sender.Switch component. [#1396](https://github.com/ant-design/x/pull/1396) by [@kimteayon](https://github.com/kimteayon)
29+
- 🛠 Fixed test case failures caused by version upgrades. [#1393](https://github.com/ant-design/x/pull/1393) by [@kimteayon](https://github.com/kimteayon)
30+
- 📖 Added 1.x official website links. [#1386](https://github.com/ant-design/x/pull/1386) by [@kimteayon](https://github.com/kimteayon), [#1394](https://github.com/ant-design/x/pull/1394) by [@kimteayon](https://github.com/kimteayon)
31+
- 📖 Optimized official website to improve user experience. [#1384](https://github.com/ant-design/x/pull/1384) by [@kimteayon](https://github.com/kimteayon), [#1416](https://github.com/ant-design/x/pull/1416) by [@IsDyh01](https://github.com/IsDyh01)
32+
33+
### @ant-design/x-sdk
34+
35+
- 📖 Comprehensive updates to official website directory, documentation, and examples. [#1419](https://github.com/ant-design/x/pull/1419) by [@kimteayon](https://github.com/kimteayon)
36+
- 🐛 Fixed useXChat `requestFallback` adding errorInfo parameter to resolve inability to get API error data. [#1419](https://github.com/ant-design/x/pull/1419) by [@kimteayon](https://github.com/kimteayon)
37+
38+
### @ant-design/x-markdown
39+
40+
- 🐛 Fixed HighlightCode plugin copy code error. [#1414](https://github.com/ant-design/x/pull/1414) by [@Jimi1126](https://github.com/Jimi1126)
41+
- 🐛 Fixed XMarkdown rendering special characters failure. [#1413](https://github.com/ant-design/x/pull/1413) by [@Div627](https://github.com/Div627)
42+
- 🐛 Fixed XMarkdown cache reset logic not taking effect due to old references. [#1420](https://github.com/ant-design/x/pull/1420) by [@Div627](https://github.com/Div627)
43+
1944
## 2.0.0
2045

2146
`2025-11-22`

CHANGELOG.zh-CN.md

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

1616
---
1717

18+
## 2.0.1
19+
20+
`2025-12-03`
21+
22+
### @ant-design/x
23+
24+
- 🐛 修复因 antd 升级到 6.0.1 导致多个组件样式丢失问题。[#1428](https://github.com/ant-design/x/pull/1428)[@kimteayon](https://github.com/kimteayon) 提交
25+
- 🐛 修复 Attachments 组件使用时 antd 报错问题。[#1395](https://github.com/ant-design/x/pull/1395)[@kimteayon](https://github.com/kimteayon) 提交
26+
- 🐛 修复 Sender 组件 `allowSpeech` 自定义时 disable 错误问题。[#1398](https://github.com/ant-design/x/pull/1398)[@kimteayon](https://github.com/kimteayon) 提交
27+
- 🐛 修复 Sender.Switch 组件语义化配置缺失问题。[#1396](https://github.com/ant-design/x/pull/1396)[@kimteayon](https://github.com/kimteayon) 提交
28+
- 🛠 修复因版本升级导致的测试用例失败。[#1393](https://github.com/ant-design/x/pull/1393)[@kimteayon](https://github.com/kimteayon) 提交
29+
- 📖 新增 1.x 官网链接。[#1386](https://github.com/ant-design/x/pull/1386)[@kimteayon](https://github.com/kimteayon) 提交、[#1394](https://github.com/ant-design/x/pull/1394)[@kimteayon](https://github.com/kimteayon) 提交
30+
- 📖 优化官网站点提升用户体验。[#1384](https://github.com/ant-design/x/pull/1384)[@kimteayon](https://github.com/kimteayon) 提交、[#1416](https://github.com/ant-design/x/pull/1416)[@IsDyh01](https://github.com/IsDyh01) 提交
31+
32+
### @ant-design/x-sdk
33+
34+
- 📖 官网目录、文档、示例全面更新。[#1419](https://github.com/ant-design/x/pull/1419)[@kimteayon](https://github.com/kimteayon) 提交
35+
- 🐛 修复 useXChat `requestFallback` 新增 errorInfo 参数解决无法获取接口错误数据问题。[#1419](https://github.com/ant-design/x/pull/1419)[@kimteayon](https://github.com/kimteayon) 提交
36+
37+
### @ant-design/x-markdown
38+
39+
- 🐛 修复插件 HighlightCode 复制代码错误问题。[#1414](https://github.com/ant-design/x/pull/1414)[@Jimi1126](https://github.com/Jimi1126) 提交
40+
- 🐛 修复 XMarkdown 渲染特殊字符失败问题。[#1413](https://github.com/ant-design/x/pull/1413)[@Div627](https://github.com/Div627) 提交
41+
- 🐛 修复 XMarkdown 缓存重置逻辑因旧引用未生效问题。[#1420](https://github.com/ant-design/x/pull/1420)[@Div627](https://github.com/Div627) 提交
42+
1843
## 2.0.0
1944

2045
`2025-11-22`

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

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

0 commit comments

Comments
 (0)