Skip to content

Commit e027c85

Browse files
kimteayonafc163
andauthored
📝 docs: changelog of 1.0.6 (#600)
* docs: Contributing fix * ci: update snap * test: where is wrong of happy-dom xmlnsXlink * 📝 Change codesandbox link change codesandbox link of AntDesignX * ✅ Chore: updaye happy-dom -m 更新 happy-dom * ✅ Chore: updaye happy-dom -m 更新 happy-dom * test: update snap * delete:bun.lockb * test: 更新snap * chore: delete bun.lock * chore: delete bun.lock * Update package.json * Update .gitignore * Update package.json * 📝docs: changelog of 1.0.6 * 📝docs: changelog of 1.0.6 * 📝docs: changelog of 1.0.6 * 📝docs: changelog of 1.0.6 --------- Co-authored-by: afc163 <[email protected]>
1 parent c468b22 commit e027c85

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

CHANGELOG.en-US.md

+15
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@ tag: vVERSION
1616

1717
---
1818

19+
## 1.0.6
20+
21+
`2025-03-14`
22+
23+
- 🆕 Extended `Sender` file pasting can handle multiple files. [#505](https://github.com/ant-design/x/pull/500) by [@ztkuaikuai](https://github.com/ztkuaikuai)
24+
- 🆕 Extended `BubbleList` role definition function.[#485](https://github.com/ant-design/x/pull/500) by [@chenluda](https://github.com/chenluda)
25+
- 🐛 Fixed `Attachments` multi file horizontal scrollbar display .[#556](https://github.com/ant-design/x/pull/556) by [@onefeng123 ](https://github.com/onefeng123)
26+
- 🐛 Fixed `Attachments` onRemove non effective issue.[#555](https://github.com/ant-design/x/pull/555) by [@edison-tianhe ](https://github.com/edison-tianhe)
27+
- 🐛 Fixed `Sender` the issue of actions lacking `SpeechButton`.[#549](https://github.com/ant-design/x/pull/549) by [@zombieJ ](https://github.com/zombieJ)
28+
- 🐛 Fixed `Attachments`the issue of file initialization display.[#524](https://github.com/ant-design/x/pull/524) by [@ztkuaikuai ](https://github.com/ztkuaikuai)
29+
- 🐛 Fixed `Conversations`scroll bar issue.[#485](https://github.com/ant-design/x/pull/485) by [@LofiSu](https://github.com/LofiSu)
30+
- 📖 Improved`Bubble` `typing` reduces unnecessary rendering.[#477](https://github.com/ant-design/x/pull/477) by [@kxcy001123](https://github.com/kxcy001123)
31+
- 📦 Improved Chat Design X construct [#578](https://github.com/ant-design/x/pull/578)[#584](https://github.com/ant-design/x/pull/584) by [@kimteayon](https://github.com/kimteayon)[#578](https://github.com/ant-design/x/pull/578) by [@kimteayon](https://github.com/kimteayon)[#587](https://github.com/ant-design/x/pull/587) by [@afc163](https://github.com/afc163)
32+
- 📖 Enhance the official website to improve user experience.[#484](https://github.com/ant-design/x/pull/484) by [@ztkuaikuai](https://github.com/ztkuaikuai)[#495](https://github.com/ant-design/x/pull/495) by [@ztkuaikuai](https://github.com/ztkuaikuai)[#522](https://github.com/ant-design/x/pull/522) by [@liangchaofei](https://github.com/liangchaofei)[#537](https://github.com/ant-design/x/pull/537) by [@wzc520pyfm](https://github.com/wzc520pyfm)[#553](https://github.com/ant-design/x/pull/553) by [@PeachScript](https://github.com/PeachScript)[#578](https://github.com/ant-design/x/pull/578) by [@kimteayon](https://github.com/kimteayon)[#585](https://github.com/ant-design/x/pull/585) by [@MaricoHan](https://github.com/MaricoHan)
33+
1934
## 1.0.5
2035

2136
`2025-01-13`

CHANGELOG.zh-CN.md

+15
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@ tag: vVERSION
1515

1616
---
1717

18+
## 1.0.6
19+
20+
`2025-03-14`
21+
22+
- 🆕 扩展 `Sender` 文件粘贴可处理多个文件。[#505](https://github.com/ant-design/x/pull/500)[@ztkuaikuai](https://github.com/ztkuaikuai) 提交
23+
- 🆕 扩展 `BubbleList`角色定义功能。[#485](https://github.com/ant-design/x/pull/500)[@chenluda](https://github.com/chenluda) 提交
24+
- 🐛 修复 `Attachments`组件 多文件横向滚动条展示。[#556](https://github.com/ant-design/x/pull/556)[@onefeng123 ](https://github.com/onefeng123) 提交
25+
- 🐛 修复 `Attachments`组件 onRemove 不生效问题。[#555](https://github.com/ant-design/x/pull/555)[@edison-tianhe ](https://github.com/edison-tianhe) 提交
26+
- 🐛 修复 `Sender`组件 actions 缺少 SpeechButton 组件的问题。[#549](https://github.com/ant-design/x/pull/549)[@zombieJ ](https://github.com/zombieJ) 提交
27+
- 🐛 修复 `Attachments`组件文件初始化展示问题。[#524](https://github.com/ant-design/x/pull/524)[@ztkuaikuai ](https://github.com/ztkuaikuai) 提交
28+
- 🐛 修复 `Conversations`组件滚动条问题。[#485](https://github.com/ant-design/x/pull/485)[@LofiSu](https://github.com/LofiSu) 提交
29+
- 📖 优化`Bubble` 组件typing 减少不必要的渲染。[#477](https://github.com/ant-design/x/pull/477)[@kxcy001123](https://github.com/kxcy001123) 提交
30+
- 📦 优化 Chat Design X 构建 [#578](https://github.com/ant-design/x/pull/578)[#584](https://github.com/ant-design/x/pull/584)[@kimteayon](https://github.com/kimteayon) 提交、 [#578](https://github.com/ant-design/x/pull/578)[@kimteayon](https://github.com/kimteayon) 提交、[#587](https://github.com/ant-design/x/pull/587)[@afc163](https://github.com/afc163) 提交
31+
- 📖 优化官网站点提升用户体验。[#484](https://github.com/ant-design/x/pull/484)[@ztkuaikuai](https://github.com/ztkuaikuai) 提交、 [#495](https://github.com/ant-design/x/pull/495)[@ztkuaikuai](https://github.com/ztkuaikuai) 提交、 [#522](https://github.com/ant-design/x/pull/522)[@liangchaofei](https://github.com/liangchaofei) 提交 、[#537](https://github.com/ant-design/x/pull/537)[@wzc520pyfm](https://github.com/wzc520pyfm) 提交、 [#553](https://github.com/ant-design/x/pull/553)[@PeachScript](https://github.com/PeachScript) 提交、 [#578](https://github.com/ant-design/x/pull/578)[@kimteayon](https://github.com/kimteayon) 提交 、 [#585](https://github.com/ant-design/x/pull/585)[@MaricoHan](https://github.com/MaricoHan) 提交
32+
1833
## 1.0.5
1934

2035
`2025-01-13`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/x",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Craft AI-driven interfaces effortlessly",
55
"keywords": [
66
"AI",

0 commit comments

Comments
 (0)