Skip to content

Commit 34e6415

Browse files
authored
chore: changelog of 2.2.1 (#1719)
* chore: changelog of 2.2.1 * chore: changelog of 2.2.1
1 parent 73c33ce commit 34e6415

File tree

6 files changed

+49
-5
lines changed

6 files changed

+49
-5
lines changed

CHANGELOG.en-US.md

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

1717
---
1818

19+
## 2.2.1
20+
21+
`2026-01-30`
22+
23+
### @ant-design/x
24+
25+
- 💄 Fixed Bubble.List style issues. [#1713](https://github.com/ant-design/x/pull/1713) by [anxLiang](https://github.com/anxLiang), [#1704](https://github.com/ant-design/x/pull/1704) by [anxLiang](https://github.com/anxLiang)
26+
- 🐛 Fixed Node environment build errors caused by other third-party dependencies `esm` paths. [#1708](https://github.com/ant-design/x/pull/1708) by [kimteayon](https://github.com/kimteayon)
27+
28+
### @ant-design/x-markdown
29+
30+
- 🐛 Fixed streaming rendering cache invalidation issue where cache would prematurely commit and cause rendering anomalies when list items contained inline code (like - \code\`\` ). [#1709](https://github.com/ant-design/x/pull/1709) by [Div627](https://github.com/Div627)
31+
- 🆕 Custom code rendering now accepts language information. [#1705](https://github.com/ant-design/x/pull/1705) by [Aarebecca](https://github.com/Aarebecca)
32+
33+
### @ant-design/x-sdk
34+
35+
- 🆕 When XRequest is used together with Chat Provider, it will additionally obtain the assembled message. [#1714](https://github.com/ant-design/x/pull/1714) by [kimteayon](https://github.com/kimteayon)
36+
37+
### Others
38+
39+
- 📖 Optimized official website to improve user experience. [#1717](https://github.com/ant-design/x/pull/1717) by [kimteayon](https://github.com/kimteayon), [#1707](https://github.com/ant-design/x/pull/1707) by [Div627](https://github.com/Div627)
40+
1941
## 2.2.0
2042

2143
`2026-01-26`

CHANGELOG.zh-CN.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,28 @@ tag: vVERSION
1515

1616
---
1717

18+
## 2.2.1
19+
20+
`2026-01-30`
21+
22+
### @ant-design/x
23+
24+
- 💄 修复 Bubble.List 样式问题。[#1713](https://github.com/ant-design/x/pull/1713)[anxLiang](https://github.com/anxLiang) 提交、[#1704](https://github.com/ant-design/x/pull/1704)[anxLiang](https://github.com/anxLiang) 提交
25+
- 🐛 修复因其他三方依赖 `esm` 路径导致 Node 环境构建报错问题。[#1708](https://github.com/ant-design/x/pull/1708)[kimteayon](https://github.com/kimteayon) 提交
26+
27+
### @ant-design/x-markdown
28+
29+
- 🐛 修复流式渲染缓存失效问题,当列表项包含行内代码(如 - \code\`\` )时,缓存会提前提交导致渲染异常。[#1709](https://github.com/ant-design/x/pull/1709)[Div627](https://github.com/Div627) 提交
30+
- 🆕 自定义代码渲染支持接受语言信息。[#1705](https://github.com/ant-design/x/pull/1705)[Aarebecca](https://github.com/Aarebecca) 提交
31+
32+
### @ant-design/x-sdk
33+
34+
- 🆕 XRequest 与 Chat Provider 一起使用时会额外获取到组装好的 message。[#1714](https://github.com/ant-design/x/pull/1714)[kimteayon](https://github.com/kimteayon) 提交
35+
36+
### 其他
37+
38+
- 📖 优化官网站点提升用户体验。[#1717](https://github.com/ant-design/x/pull/1717)[kimteayon](https://github.com/kimteayon) 提交、[#1707](https://github.com/ant-design/x/pull/1707)[Div627](https://github.com/Div627) 提交
39+
1840
## 2.2.0
1941

2042
`2026-01-26`
@@ -28,7 +50,7 @@ tag: vVERSION
2850
- 🐛 修复设置 `iconPrefixCls` 不生效问题。[#1656](https://github.com/ant-design/x/pull/1656)[kimteayon](https://github.com/kimteayon) 提交
2951
- 🐛 修复设置 `prefix` 不生效问题。[#1642](https://github.com/ant-design/x/pull/1642)[kimteayon](https://github.com/kimteayon) 提交
3052
- 🐛 修复 `layer` 设置问题。 [#1616](https://github.com/ant-design/x/pull/1616)[kimteayon](https://github.com/kimteayon) 提交
31-
- 🐛 修复强制 `antd` 依赖 `es` 路径导致 Node 环境构建报错问题。[#1645](https://github.com/ant-design/x/pull/1645)[kimteayon](https://github.com/kimteayon) 提交
53+
- 🐛 修复因强制 `antd` 依赖 `es` 路径导致 Node 环境构建报错问题。[#1645](https://github.com/ant-design/x/pull/1645)[kimteayon](https://github.com/kimteayon) 提交
3254
- 🐛 修复 ThoughtChain 布局导致动画卡顿问题。[#1641](https://github.com/ant-design/x/pull/1641)[IsDyh01](https://github.com/IsDyh01) 提交
3355
- 🐛 修复 Think 布局导致动画卡顿问题。[#1636](https://github.com/ant-design/x/pull/1636)[IsDyh01](https://github.com/IsDyh01) 提交
3456
- 🐛 修复 Sources 设置了位置但无法定位内容问题。 [#1683](https://github.com/ant-design/x/pull/1683)[kimteayon](https://github.com/kimteayon) 提交

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

0 commit comments

Comments
 (0)