Skip to content

Commit

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

* docs: update changelog of 1.0.1

* fix: ci error

* docs: mod change log

* docs: fix pr link

* docs: fix mention omission

* docs: remove daily maintenance.

* docs: remove changelog entries that are not relevant to the user.

* docs: update change log

* docs: update mention
  • Loading branch information
YumoImer authored Nov 29, 2024
1 parent d6473c0 commit 09a2b50
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ tag: vVERSION

---

## 1.0.1

`2024-11-29`

- 🛠 Optimized TS types for `useXAgent` and `XStream`. [#272](https://github.com/ant-design/x/pull/272) by [@YumoImer](https://github.com/YumoImer)
- 🛠 Made the `agent` parameter optional to support data management functionality using only `useXChat`. [#271](https://github.com/ant-design/x/pull/271) by [@YumoImer](https://github.com/YumoImer)
- 💄 Adjusted `Conversations` style based on RICH design specification. [#242](https://github.com/ant-design/x/pull/242) by [@YumoImer](https://github.com/YumoImer)
- 🛠 Fixed ghost dependency issue that prevented the project from starting when using `pnpm`. [#223](https://github.com/ant-design/x/pull/223) by [@YumoImer](https://github.com/YumoImer)
- 🌈 Demonstrated the attachment upload functionality in the standalone template. [#250](https://github.com/ant-design/x/pull/250), [#265](https://github.com/ant-design/x/pull/265) by [@kelvinelove](https://github.com/kelvinelove)
- 📖 Fixed missing contributor information. [#212](https://github.com/ant-design/x/pull/212) by [@afc163](https://github.com/afc163)
- 📖 Optimized official site to enhance user experience. [#277](https://github.com/ant-design/x/pull/277), [#264](https://github.com/ant-design/x/pull/264), [#263](https://github.com/ant-design/x/pull/263), [#262](https://github.com/ant-design/x/pull/262), [#261](https://github.com/ant-design/x/pull/261), [#241](https://github.com/ant-design/x/pull/241), [#246](https://github.com/ant-design/x/pull/246), [#210](https://github.com/ant-design/x/pull/210), [#211](https://github.com/ant-design/x/pull/211) by [@YumoImer](https://github.com/YumoImer), [@afc163](https://github.com/afc163), [@Rain-1214](https://github.com/Rain-1214), [@kelvinelove](https://github.com/kelvinelove) and [@tabzzz1](https://github.com/tabzzz1)
- 📦 Updated browser targets to reduce bundle size. [#234](https://github.com/ant-design/x/pull/234) by [@afc163](https://github.com/afc163)

## 1.0.0

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

---

## 1.0.1

`2024-11-29`

- 🛠 优化 `useXAgent``XStream` 的 TS 类型。[#272](https://github.com/ant-design/x/pull/272)[@YumoImer](https://github.com/YumoImer) 提交
- 🛠 调整 `agent` 参数设为可选,以支持仅使用 `useXChat` 的数据管理功能。[#271](https://github.com/ant-design/x/pull/271)[@YumoImer](https://github.com/YumoImer) 提交
- 💄 调整 `Conversations` 样式基于 RICH 设计规范。[#242](https://github.com/ant-design/x/pull/242)[@YumoImer](https://github.com/YumoImer) 提交
- 🛠 修复使用 `pnpm` 启动项目时幽灵依赖导致无法启动的问题。[#223](https://github.com/ant-design/x/pull/223)[@YumoImer](https://github.com/YumoImer) 提交
- 🌈 独立式样板间支持附件上传功能演示。[#250](https://github.com/ant-design/x/pull/250)[#265](https://github.com/ant-design/x/pull/265)[@kelvinelove](https://github.com/kelvinelove) 提交
- 📖 修复缺失的贡献者信息。[#212](https://github.com/ant-design/x/pull/212)[@afc163](https://github.com/afc163) 提交
- 📖 优化官网站点提升用户体验。[#277](https://github.com/ant-design/x/pull/277)[#264](https://github.com/ant-design/x/pull/264)[#263](https://github.com/ant-design/x/pull/263)[#262](https://github.com/ant-design/x/pull/262)[#261](https://github.com/ant-design/x/pull/261)[#241](https://github.com/ant-design/x/pull/241)[#246](https://github.com/ant-design/x/pull/246)[#210](https://github.com/ant-design/x/pull/210)[#211](https://github.com/ant-design/x/pull/211)[@YumoImer](https://github.com/YumoImer)[@afc163](https://github.com/afc163)[@Rain-1214](https://github.com/Rain-1214)[@kelvinelove](https://github.com/kelvinelove)[@tabzzz1](https://github.com/tabzzz1) 完成
- 📦 更新浏览器目标减少打包体积。[#234](https://github.com/ant-design/x/pull/234)[@afc163](https://github.com/afc163) 提交

## 1.0.0

`2024-11-22`
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.0",
"version": "1.0.1",
"description": "Craft AI-driven interfaces effortlessly",
"keywords": [
"AI",
Expand Down

0 comments on commit 09a2b50

Please sign in to comment.