Skip to content

Commit

Permalink
docs: changelog of 1.0.2 (#302)
Browse files Browse the repository at this point in the history
* chore: update version

* docs: changelog for 1.0.2
  • Loading branch information
YumoImer authored Dec 4, 2024
1 parent 7d3d6a1 commit 30b0b5b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ tag: vVERSION

---

## 1.0.2

`2024-12-04`

- 🛠 Enhanced `XRequest` to support parsing custom protocols. [#293](https://github.com/ant-design/x/pull/293) by [@YumoImer](https://github.com/YumoImer)
- 🐛 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)
- 🐛 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)
- 📖 Added documentation for using `Bubble` with `GPT-Vis`. [#288](https://github.com/ant-design/x/pull/288) by [@lvisei](https://github.com/lvisei)
- 📦 Updated browser target configurations to reduce bundle size. [#282](https://github.com/ant-design/x/pull/282) by [@afc163](https://github.com/afc163)
- 🛠 Fixed errors when running `pnpm run prestart`. [#287](https://github.com/ant-design/x/pull/287) by [@long36708](https://github.com/long36708)

## 1.0.1

`2024-11-29`
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ tag: vVERSION

---

## 1.0.2

`2024-12-04`

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

## 1.0.1

`2024-11-29`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/x",
"version": "1.0.1",
"version": "1.0.2",
"description": "Craft AI-driven interfaces effortlessly",
"keywords": [
"AI",
Expand Down

0 comments on commit 30b0b5b

Please sign in to comment.