Skip to content

Commit e61e753

Browse files
authored
chore: Changelog of 2.1.1 (#1502)
* chore: changelog of 2.1.1 * chore: changelog of 2.1.1 * docs: update
1 parent 26c18e8 commit e61e753

File tree

6 files changed

+55
-5
lines changed

6 files changed

+55
-5
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.1.1
20+
21+
`2025-12-10`
22+
23+
### @ant-design/x
24+
25+
- Sender
26+
- 🐛 Fixed the issue where send shortcuts enter and shift + enter were not controlled by the disabled state of the submit button, and fixed the inconsistency between `onSubmit` shortcut keys and button parameters. [#1472](https://github.com/ant-design/x/pull/1472) by [@kimteayon](https://github.com/kimteayon)
27+
- 🐛 Fixed the missing `skill` parameter in `onChange`, fixed the issue where placeholder was not displayed when slot mode only showed skill capabilities, and refactored `onChange` logic. [#1477](https://github.com/ant-design/x/pull/1477) by [@kimteayon](https://github.com/kimteayon)
28+
- 🐛 Fixed the issue where send shortcuts enter and shift + enter were not triggered when `input` type slot was activated and focused in slot mode. [#1498](https://github.com/ant-design/x/pull/1498) by [@kimteayon](https://github.com/kimteayon)
29+
- Attachment
30+
- 🐛 Fixed the issue where the last file was not uploaded after setting `maxCount`. [#1486](https://github.com/ant-design/x/pull/1486) by [@kimteayon](https://github.com/kimteayon)
31+
- 🐛 Fixed the antd warning issue after uploading images. [#1492](https://github.com/ant-design/x/pull/1492) by [@kimteayon](https://github.com/kimteayon)
32+
- 🐛 Fixed Mermaid rendering jitter issue. [#1497](https://github.com/ant-design/x/pull/1497) by [@kimteayon](https://github.com/kimteayon)
33+
- 📖 Optimized official website to improve user experience. [#1464](https://github.com/ant-design/x/pull/1464) by [@IsDyh01](https://github.com/IsDyh01), [#1483](https://github.com/ant-design/x/pull/1483) by [@Chiaki-xps](https://github.com/Chiaki-xps), [#1463](https://github.com/ant-design/x/pull/1463) by [@J-Da-Shi](https://github.com/J-Da-Shi), [#1489](https://github.com/ant-design/x/pull/1489) by [@Chiaki-xps](https://github.com/Chiaki-xps), [#1499](https://github.com/ant-design/x/pull/1499) by [@kimteayon](https://github.com/kimteayon), [#1500](https://github.com/ant-design/x/pull/1500) by [@kimteayon](https://github.com/kimteayon), [#1501](https://github.com/ant-design/x/pull/1501) by [@Samoy](https://github.com/Samoy)
34+
- 🛠 Modified dependency configuration for `mermaid`. [#1475](https://github.com/ant-design/x/pull/1475) by [@Div627](https://github.com/Div627)
35+
36+
### @ant-design/x-sdk
37+
38+
- 🐛 Optimized message flow throttling and emission logic to avoid deep update errors caused by high-frequency streaming updates, improving real-time message stability and performance. [#1418](https://github.com/ant-design/x/pull/1418) by [@Afee2019](https://github.com/Afee2019)
39+
40+
### @ant-design/x-markdown
41+
42+
- 🛠 Optimized `sideEffects` configuration. [#1408](https://github.com/ant-design/x/pull/1408) by [@hongxuWei](https://github.com/hongxuWei)
43+
1944
## 2.1.0
2045

2146
`2025-12-05`

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.1.1
19+
20+
`2025-12-10`
21+
22+
### @ant-design/x
23+
24+
- Sender
25+
- 🐛 修复发送快捷键 enter 和 shift + enter 未受 submit 按钮 disabled 状态控制的问题,修复 `onSubmit` 快捷键和按钮参数不一致问题。 [#1472](https://github.com/ant-design/x/pull/1472)[@kimteayon](https://github.com/kimteayon) 提交
26+
- 🐛 修复 `onChange` 缺少 `skill` 参数问题,修复词槽模式仅展示技能能力时 placeholder 未展示问题,并重构 `onChange`逻辑。[#1477](https://github.com/ant-design/x/pull/1477)[@kimteayon](https://github.com/kimteayon) 提交
27+
- 🐛 修复词槽模式 `input` 类型词槽激活焦点时发送快捷键 enter 和 shift + enter 未触发问题。[#1498](https://github.com/ant-design/x/pull/1498)[@kimteayon](https://github.com/kimteayon) 提交
28+
- Attachment
29+
- 🐛 修复设置 `maxCount` 后最后一个文件未上传问题。[#1486](https://github.com/ant-design/x/pull/1486)[@kimteayon](https://github.com/kimteayon) 提交
30+
- 🐛 修复上传图片后 antd 报警告问题。[#1492](https://github.com/ant-design/x/pull/1492)[@kimteayon](https://github.com/kimteayon) 提交
31+
- 🐛 修复 Mermaid 渲染抖动问题。[#1497](https://github.com/ant-design/x/pull/1497)[@kimteayon](https://github.com/kimteayon) 提交
32+
- 📖 优化官网站点提升用户体验。[#1464](https://github.com/ant-design/x/pull/1464)[@IsDyh01](https://github.com/IsDyh01) 提交、[#1483](https://github.com/ant-design/x/pull/1483)[@Chiaki-xps](https://github.com/Chiaki-xps) 提交、[#1463](https://github.com/ant-design/x/pull/1463)[@J-Da-Shi](https://github.com/J-Da-Shi) 提交、[#1489](https://github.com/ant-design/x/pull/1489)[@Chiaki-xps](https://github.com/Chiaki-xps) 提交、[#1499](https://github.com/ant-design/x/pull/1499)[@kimteayon](https://github.com/kimteayon) 提交、[#1500](https://github.com/ant-design/x/pull/1500)[@kimteayon](https://github.com/kimteayon) 提交、[#1501](https://github.com/ant-design/x/pull/1501)[@Samoy](https://github.com/Samoy) 提交
33+
- 🛠 修改对 `mermaid` 的依赖配置。[#1475](https://github.com/ant-design/x/pull/1475)[@Div627](https://github.com/Div627) 提交
34+
35+
### @ant-design/x-sdk
36+
37+
- 🐛 优化消息流的节流与发射逻辑,避免高频流式更新导致的深度更新错误,提升实时消息稳定性与性能。[#1418](https://github.com/ant-design/x/pull/1418)[@Afee2019](https://github.com/Afee2019) 提交
38+
39+
### @ant-design/x-markdown
40+
41+
- 🛠 优化 `sideEffects` 配置。[#1408](https://github.com/ant-design/x/pull/1408)[@hongxuWei](https://github.com/hongxuWei) 提交
42+
1843
## 2.1.0
1944

2045
`2025-12-05`

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.0",
3+
"version": "2.1.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.1.0",
3+
"version": "2.1.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.1.0",
3+
"version": "2.1.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: 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.0",
3+
"version": "2.1.1",
44
"description": "Craft AI-driven interfaces effortlessly",
55
"keywords": [
66
"AI",
@@ -87,7 +87,7 @@
8787
"lodash.throttle": "^4.1.1",
8888
"rc-motion": "^2.9.2",
8989
"rc-util": "^5.43.0",
90-
"react-syntax-highlighter": "^16.1.0",
90+
"react-syntax-highlighter": "^16.1.0",
9191
"mermaid": "^11.12.1"
9292
},
9393
"devDependencies": {

0 commit comments

Comments
 (0)