Skip to content

Commit 85d9416

Browse files
authored
chore: changelog of 2.2.0 (#1689)
* chore: changelog of 2.1.3 * chore: changelog of 2.1.3 * chore: changelog of 2.1.3 * chore: changelog of 2.2.0 * feat: events * chore: changelog * chore: changelog
1 parent d17c173 commit 85d9416

File tree

6 files changed

+77
-5
lines changed

6 files changed

+77
-5
lines changed

CHANGELOG.en-US.md

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

1717
---
1818

19+
## 2.2.0
20+
21+
`2026-01-26`
22+
23+
### @ant-design/x
24+
25+
- Sender
26+
- 🐛 Fixed cursor insertion position error when cursor is at skill position. [#1633](https://github.com/ant-design/x/pull/1633) by [IsDyh01](https://github.com/IsDyh01)
27+
- 🛠 Refactored node insertion position capability and rewrote test cases. [#1612](https://github.com/ant-design/x/pull/1612) by [kimteayon](https://github.com/kimteayon)
28+
- XProvider
29+
- 🐛 Fixed `iconPrefixCls` setting not taking effect. [#1656](https://github.com/ant-design/x/pull/1656) by [kimteayon](https://github.com/kimteayon)
30+
- 🐛 Fixed `prefix` setting not taking effect. [#1642](https://github.com/ant-design/x/pull/1642) by [kimteayon](https://github.com/kimteayon)
31+
- 🐛 Fixed `layer` setting issue. [#1616](https://github.com/ant-design/x/pull/1616) by [kimteayon](https://github.com/kimteayon)
32+
- 🐛 Fixed forced `antd` dependency on `es` path causing Node environment build errors. [#1645](https://github.com/ant-design/x/pull/1645) by [kimteayon](https://github.com/kimteayon)
33+
- 🐛 Fixed ThoughtChain layout causing animation stuttering. [#1641](https://github.com/ant-design/x/pull/1641) by [IsDyh01](https://github.com/IsDyh01)
34+
- 🐛 Fixed Think layout causing animation stuttering. [#1636](https://github.com/ant-design/x/pull/1636) by [IsDyh01](https://github.com/IsDyh01)
35+
- 🐛 Fixed Sources setting position but unable to locate content issue. [#1683](https://github.com/ant-design/x/pull/1683) by [kimteayon](https://github.com/kimteayon)
36+
- 🐛 Fixed Bubble.List internal height change scrollbar change error issue. [#1690](https://github.com/ant-design/x/pull/1690) by [anxLiang](https://github.com/anxLiang)
37+
- 🆕 Added Mermaid settings initialization configuration and operation bar functionality. [#1631](https://github.com/ant-design/x/pull/1631) by [Div627](https://github.com/Div627)
38+
- 🆕 Added Attachments card type setting capability. [#1610](https://github.com/ant-design/x/pull/1610) by [kimteayon](https://github.com/kimteayon)
39+
40+
### @ant-design/x-sdk
41+
42+
- 🆕 XRequest added reconnection capability. [#1629](https://github.com/ant-design/x/pull/1629) by [hylin](https://github.com/hylin)
43+
- 🆕 XRequest and XStream support stream data parsing with configurable delimiters `streamSeparator`, `partSeparator`, `kvSeparator`, while adding polyfill for TextDecoderStream to improve compatibility, and fixing the issue where undefined values were added to stream results. [#1611](https://github.com/ant-design/x/pull/1611) by [kimteayon](https://github.com/kimteayon)
44+
45+
### @ant-design/x-markdown
46+
47+
- 🆕 Enhanced XMarkdown parser to support custom components with placeholder protection. [#1668](https://github.com/ant-design/x/pull/1668) by [yanghuanrong](https://github.com/yanghuanrong)
48+
- 🆕 Added XMarkdown performance benchmarking capability for streaming Markdown rendering based on Playwright Component Testing. [#1314](https://github.com/ant-design/x/pull/1314) by [Div627](https://github.com/Div627)
49+
- 🆕 Added XMarkdown streaming syntax support for inline code caching. [#1630](https://github.com/ant-design/x/pull/1630) by [Div627](https://github.com/Div627)
50+
51+
### Others
52+
53+
- 📖 Optimized official website to improve user experience. [#1675](https://github.com/ant-design/x/pull/1675) by [hongxuWei](https://github.com/hongxuWei), [#1644](https://github.com/ant-design/x/pull/1644) by [kimteayon](https://github.com/kimteayon), [#1658](https://github.com/ant-design/x/pull/1658) by [kimteayon](https://github.com/kimteayon), [#1646](https://github.com/ant-design/x/pull/1646) by [kimteayon](https://github.com/kimteayon), [#1651](https://github.com/ant-design/x/pull/1651) by [kimteayon](https://github.com/kimteayon), [#1650](https://github.com/ant-design/x/pull/1650) by [Div627](https://github.com/Div627), [#1635](https://github.com/ant-design/x/pull/1635) by [IsDyh01](https://github.com/IsDyh01), [#1627](https://github.com/ant-design/x/pull/1627) by [Alexzjt](https://github.com/Alexzjt), [#1615](https://github.com/ant-design/x/pull/1615) by [Yx0201](https://github.com/Yx0201)
54+
1955
## 2.1.3
2056

2157
`2026-01-04`

CHANGELOG.zh-CN.md

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

1616
---
1717

18+
## 2.2.0
19+
20+
`2026-01-26`
21+
22+
### @ant-design/x
23+
24+
- Sender
25+
- 🐛 修复光标在技能位置时插入位置错误问题。[#1633](https://github.com/ant-design/x/pull/1633)[IsDyh01](https://github.com/IsDyh01) 提交
26+
- 🛠 重构插入节点位置能力,同时重写测试用例。[#1612](https://github.com/ant-design/x/pull/1612)[kimteayon](https://github.com/kimteayon) 提交
27+
- XProvider
28+
- 🐛 修复设置 `iconPrefixCls` 不生效问题。[#1656](https://github.com/ant-design/x/pull/1656)[kimteayon](https://github.com/kimteayon) 提交
29+
- 🐛 修复设置 `prefix` 不生效问题。[#1642](https://github.com/ant-design/x/pull/1642)[kimteayon](https://github.com/kimteayon) 提交
30+
- 🐛 修复 `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) 提交
32+
- 🐛 修复 ThoughtChain 布局导致动画卡顿问题。[#1641](https://github.com/ant-design/x/pull/1641)[IsDyh01](https://github.com/IsDyh01) 提交
33+
- 🐛 修复 Think 布局导致动画卡顿问题。[#1636](https://github.com/ant-design/x/pull/1636)[IsDyh01](https://github.com/IsDyh01) 提交
34+
- 🐛 修复 Sources 设置了位置但无法定位内容问题。 [#1683](https://github.com/ant-design/x/pull/1683)[kimteayon](https://github.com/kimteayon) 提交
35+
- 🐛 修复 Bubble.List 内部高度变化滚动条变化错误问题。[#1690](https://github.com/ant-design/x/pull/1690)[anxLiang](https://github.com/anxLiang) 提交
36+
- 🆕 新增 Mermaid 设置初始化配置和操作栏功能。[#1631](https://github.com/ant-design/x/pull/1631)[Div627](https://github.com/Div627) 提交
37+
- 🆕 新增 Attachments 设置卡片类型能力。[#1610](https://github.com/ant-design/x/pull/1610)[kimteayon](https://github.com/kimteayon) 提交
38+
39+
### @ant-design/x-sdk
40+
41+
- 🆕 XRequest 新增重连接能力。[#1629](https://github.com/ant-design/x/pull/1629)[hylin](https://github.com/hylin) 提交
42+
- 🆕 XRequest 和 XStream 支持流数据解析引入了可配置的分隔符 `streamSeparator``partSeparator``kvSeparator` 能力,同时为 TextDecoderStream 添加了 polyfill 以提高兼容性,修复了 undefined 值被添加到流结果中的问题。 [#1611](https://github.com/ant-design/x/pull/1611)[kimteayon](https://github.com/kimteayon) 提交
43+
44+
### @ant-design/x-markdown
45+
46+
- 🆕 增强 XMarkdown 解析器,使其支持带占位符保护的自定义组件。[#1668](https://github.com/ant-design/x/pull/1668)[yanghuanrong](https://github.com/yanghuanrong) 提交
47+
- 🆕 新增 XMarkdown 基于 Playwright Component Testing 实现流式 Markdown 渲染的性能基准测试能力。[#1314](https://github.com/ant-design/x/pull/1314)[Div627](https://github.com/Div627) 提交
48+
- 🆕 新增 XMarkdown 流式语法对行内代码缓存的功能。[#1630](https://github.com/ant-design/x/pull/1630)[Div627](https://github.com/Div627) 提交
49+
50+
### 其他
51+
52+
- 📖 优化官网站点提升用户体验。[#1675](https://github.com/ant-design/x/pull/1675)[hongxuWei](https://github.com/hongxuWei) 提交、[#1644](https://github.com/ant-design/x/pull/1644)[kimteayon](https://github.com/kimteayon) 提交、[#1658](https://github.com/ant-design/x/pull/1658)[kimteayon](https://github.com/kimteayon) 提交、[#1646](https://github.com/ant-design/x/pull/1646)[kimteayon](https://github.com/kimteayon) 提交、[#1651](https://github.com/ant-design/x/pull/1651)[kimteayon](https://github.com/kimteayon) 提交、[#1650](https://github.com/ant-design/x/pull/1650)[Div627](https://github.com/Div627) 提交、[#1635](https://github.com/ant-design/x/pull/1635)[IsDyh01](https://github.com/IsDyh01) 提交、[#1627](https://github.com/ant-design/x/pull/1627)[Alexzjt](https://github.com/Alexzjt) 提交、[#1615](https://github.com/ant-design/x/pull/1615)[Yx0201](https://github.com/Yx0201) 提交
53+
1854
## 2.1.3
1955

2056
`2026-01-04`

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.1.3",
3+
"version": "2.2.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.1.3",
3+
"version": "2.2.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.1.3",
3+
"version": "2.2.0",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/x",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "Craft AI-driven interfaces effortlessly",
55
"keywords": [
66
"AI",
@@ -248,4 +248,4 @@
248248
"publishConfig": {
249249
"registry": "https://registry.npmjs.org/"
250250
}
251-
}
251+
}

0 commit comments

Comments
 (0)