Skip to content

Commit 30b0b5b

Browse files
authored
docs: changelog of 1.0.2 (#302)
* chore: update version * docs: changelog for 1.0.2
1 parent 7d3d6a1 commit 30b0b5b

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.en-US.md

+11
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ tag: vVERSION
1616

1717
---
1818

19+
## 1.0.2
20+
21+
`2024-12-04`
22+
23+
- 🛠 Enhanced `XRequest` to support parsing custom protocols. [#293](https://github.com/ant-design/x/pull/293) by [@YumoImer](https://github.com/YumoImer)
24+
- 🐛 Fixed an issue where the preview buttons for `Attachment` did not toggle visibility properly. [#295](https://github.com/ant-design/x/pull/295) by [@anzhou99](https://github.com/anzhou99)
25+
- 🐛 Fixed a bug in `useXChat` where the same message triggered `onUpdate` multiple times. [#298](https://github.com/ant-design/x/pull/298) by [@YumoImer](https://github.com/YumoImer)
26+
- 📖 Added documentation for using `Bubble` with `GPT-Vis`. [#288](https://github.com/ant-design/x/pull/288) by [@lvisei](https://github.com/lvisei)
27+
- 📦 Updated browser target configurations to reduce bundle size. [#282](https://github.com/ant-design/x/pull/282) by [@afc163](https://github.com/afc163)
28+
- 🛠 Fixed errors when running `pnpm run prestart`. [#287](https://github.com/ant-design/x/pull/287) by [@long36708](https://github.com/long36708)
29+
1930
## 1.0.1
2031

2132
`2024-11-29`

CHANGELOG.zh-CN.md

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

1616
---
1717

18+
## 1.0.2
19+
20+
`2024-12-04`
21+
22+
- 🛠 优化 `XRequest` 支持对自定义协议解析。[#293](https://github.com/ant-design/x/pull/293)[@YumoImer](https://github.com/YumoImer) 提交
23+
- 🐛 修复 `Attachment` 前后预览按钮无法正常显隐的问题。[#295](https://github.com/ant-design/x/pull/295)[@anzhou99](https://github.com/anzhou99) 提交
24+
- 🐛 修复 `useXChat` 对同一条消息重复触发 `onUpdate` 的问题。[#298](https://github.com/ant-design/x/pull/298)[@YumoImer](https://github.com/YumoImer) 提交
25+
- 📖 添加 `Bubble` 配合 `GPT-Vis` 的使用演示文档。[#288](https://github.com/ant-design/x/pull/288)[@lvisei](https://github.com/lvisei) 提交
26+
- 📦 更新浏览器目标配置减少打包体积。[#282](https://github.com/ant-design/x/pull/282)[@afc163](https://github.com/afc163) 提交
27+
- 🛠 修复运行 `pnpm run prestart` 的错误。[#287](https://github.com/ant-design/x/pull/287)[@long36708](https://github.com/long36708) 提交
28+
1829
## 1.0.1
1930

2031
`2024-11-29`

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

0 commit comments

Comments
 (0)