Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: changelog of 1.0.1 #276

Merged
merged 11 commits into from
Nov 29, 2024
17 changes: 17 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@ tag: vVERSION

---

## 1.0.1

`2024-11-29`

- 🛠 Optimized TS types for `useXAgent` and `XStream` (#272) by [YumoImer](https://github.com/YumoImer)
- 🛠 Made the `agent` parameter optional to support data management functionality using only `useXChat` (#271) by [YumoImer](https://github.com/YumoImer)
- 💄 Adjusted `Conversations` style based on RICH design specification (#242) by [YumoImer](https://github.com/YumoImer)
- 🛠 Fixed ghost dependency issue that prevented the project from starting when using `pnpm` (#223) by [YumoImer](https://github.com/YumoImer)
- 🌈 Demonstrated the attachment upload functionality in the standalone template (#250)(#265) by [kelvinelove](https://github.com/kelvinelove)
- 📖 Fixed missing contributor information (#212) by [afc163](https://github.com/afc163)
- 📖 Fixed code example issues in the model usage documentation (#275) by [YumoImer](https://github.com/YumoImer)
- 📖 Fixed incorrect image link in the design docs (#246) by [Rain-1214](https://github.com/Rain-1214)
- 📖 Updated README.md (#275)(#224)(#237)(#215) by [afc163](https://github.com/afc163) and [YumoImer](https://github.com/YumoImer)
- 📖 Optimized official site to enhance user experience (#264)(#263)(#262)(#261)(#241)(#246)(#210)(#211) by [YumoImer](https://github.com/YumoImer), [afc163](https://github.com/afc163), [Rain-1214](https://github.com/Rain-1214), and [kelvinelove](https://github.com/kelvinelove)
- 📦 Updated browser targets to reduce bundle size (#234) by [afc163](https://github.com/afc163)
- 🛠 Daily maintenance (#249)(#244)(#220)(#231)(#227)(#228)(#222)(#217) by [afc163](https://github.com/afc163), [zombieJ](https://github.com/zombieJ), and [YumoImer](https://github.com/YumoImer)

## 1.0.0

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

---

## 1.0.1

`2024-11-29`

- 🛠 优化 `useXAgent` 和 `XStream` 的 TS 类型 (#272) 由 [YumoImer](https://github.com/YumoImer) 提交
- 🛠 调整 agent 参数设为可选,以支持仅使用 `useXChat` 的数据管理功能 (#271) 由 [YumoImer](https://github.com/YumoImer) 提交
- 💄 调整 `Conversations` 样式基于 RICH 设计规范 (#242) 由 [YumoImer](https://github.com/YumoImer) 提交
- 🛠 修复使用 `pnpm` 启动项目时幽灵依赖导致无法启动的问题 (#223) 由 [YumoImer](https://github.com/YumoImer) 提交
- 🌈 独立式样板间支持附件上传功能演示 (#250)(#265) 由 [kelvinelove](https://github.com/kelvinelove) 提交
- 📖 修复缺失的贡献者信息 (#212) 由 [afc163](https://github.com/afc163) 提交
YumoImer marked this conversation as resolved.
Show resolved Hide resolved
- 📖 修复模型使用文档中的代码示例问题 (#264) 由 [YumoImer](https://github.com/YumoImer) 提交
- 📖 修复设计文档中的错误图片链接 (#246) 由 [Rain-1214](https://github.com/Rain-1214) 提交
- 📖 更新 README.md (#275)(#224)(#237)(#215) 由 [afc163](https://github.com/afc163) 和 [YumoImer](https://github.com/YumoImer) 提交
YumoImer marked this conversation as resolved.
Show resolved Hide resolved
- 📖 优化官网站点提升用户体验 (#264)(#263)(#262)(#261)(#241)(#246)(#210)(#211) 由 [YumoImer](https://github.com/YumoImer)、[afc163](https://github.com/afc163)、[Rain-1214](https://github.com/Rain-1214)、[kelvinelove](https://github.com/kelvinelove) 完成
- 📦 更新浏览器目标减少打包体积 (#234) 由 [afc163](https://github.com/afc163) 提交
- 🛠 日常维护 (#249)(#244)(#220)(#231)(#227)(#228)(#222)(#217) 由 [afc163](https://github.com/afc163)、[zombieJ](https://github.com/zombieJ)、[YumoImer](https://github.com/YumoImer) 完成

## 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