Releases: ant-design/x
1.0.5
- 🐛 Fix
Attachment
remove icon style. #460 by @Rain120 - 🛠 Refactor
BubbleProps
to supportContentType
type argument. #403 by @YumoImer - 🛠 Dev and site support React 19. #432 by @YumoImer
- 📖 Enhance the official website to improve user experience. #456, #446, #448, #444, #414, #406, #404 by @wzc520pyfm, @YumoImer, @Rain120, @afc163
1.0.4
- 🆕 Extended
XStream
support for the cancel feature. #319 by @ppbl - 🆕 Extended
Bubble
support for thetyping.suffix
feature. #316 by @BQXBQX - 🆕 Extended
Sender
component'sonChange
parameter to include theevent
object. #362 by @defaultjacky - 🆕 Enhanced the
Sender
component'sref
to support focus control methods likefocus
andblur
. #397 by @YumoImer - 🐛 Fixed styling issues in
ThoughtChain
whencssVar
is not applied. #373 by @YumoImer - 📖 Added
Petercat
assistant feature. #375 by @xingwanying - 📖 Improved the official website for a better user experience. #389, #377, #364, #368 by @afc163, @YumoImer
- 🆕 扩展
XStream
对取消功能的支持。 #319 by @ppbl - 🆕 扩展
Bubble
对typing.suffix
打字后缀的支持。 #316 by @BQXBQX - 🆕 扩展
Sender
组件onChange
对event
事件参数的支持。 #362 by @defaultjacky - 🆕 扩展
Sender
组件ref
对focus
、blur
等焦点控制能力的支持。 #397 by @YumoImer - 🐛 修复
ThoughtChain
在非 cssVar 下的样式问题。 #373 by @YumoImer - 📖 添加
Petercat
助理功能。 #375 by @xingwanying - 📖 优化官网站点提升用户体验。 #389、#377、#364、#368 by @afc163、@YumoImer
1.0.3
1.0.3
2024-12-16
- 💄 Refactor the styles when
placement: 'end'
is set forBubble
. #314 by @YumoImer - 🐛 Fix occasional failure to trigger auto-scrolling when
autoScroll
is set inBubble.List
. #336 by @anzhou99Ru - 📖 Enhance the official website to improve user experience. #343, #334, #315, #331 by @afc163, @YumoImer, @Wxh16144
- 🛠 Fix errors encountered when running
pnpm lint
. #313 by @BQXBQX
- 💄 优化
Bubble
设置placement: 'end'
后的样式。#314 由 @YumoImer - 🐛 修复
Bubble.List
设置autoScroll
后偶现无法触发自动滚动的问题。#336 由 @anzhou99Ru - 📖 优化官网站点提升用户体验。#343、#334、#315、#331 由 @afc163、@YumoImer、@Wxh16144
- 🛠 修复
pnpm lint
时的错误。#313 由 @BQXBQX
1.0.2
1.0.2
Thank you all for your support of Ant Design X!
This version based on community feedback, we have fixed an occasional issue. Please update promptly to ensure the best experience! If you have any issues, please feel free to submit them!
We also had new contributors involved in this release. Thank you for your support and contributions! Welcome everyone to contribute! 🤩
2024-12-04
- 🛠 Enhanced
XRequest
to support parsing custom protocols. #293 by @YumoImer - 🐛 Fixed an issue where the preview buttons for
Attachment
did not toggle visibility properly. #295 by @anzhou99 - 🐛 Fixed a bug in
useXChat
where the same message triggeredonUpdate
multiple times. #298 by @YumoImer - 📖 Added documentation for using
Bubble
withGPT-Vis
. #288 by @lvisei - 📦 Updated browser target configurations to reduce bundle size. #282 by @afc163
- 🛠 Fixed errors when running
pnpm run prestart
. #287 by @long36708
1.0.1
1.0.1
It has been one week since the release 1.0.0, and we’ve received 1.3K Stars 🌟! Thank you all for your support of Ant Design X!
We’ve also received a lot of feedback and are actively addressing it. If you have any issues, please feel free to submit them!
We have also received some PR contributions, and we sincerely thank all the contributors. We welcome everyone to contribute! 🤩
自 1.0.0 版本发布后,我们收获了 1.3K Star 🌟!感谢大家对 Ant Design X 的支持!
同时,我们也收到了大量反馈,并正在积极处理中。如果您有任何问题,欢迎随时提交 Issue!
我们也收到了不少来自社区的 PR 贡献,非常感谢这些贡献者。欢迎大家参与贡献! 🤩
2024-11-29
- 🛠 Optimized TS types for
useXAgent
andXStream
. #272 by @YumoImer - 🛠 Made the
agent
parameter optional to support data management functionality using onlyuseXChat
. #271 by @YumoImer - 💄 Adjusted
Conversations
style based on RICH design specification. #242 by @YumoImer - 🛠 Fixed ghost dependency issue that prevented the project from starting when using
pnpm
. #223 by @YumoImer - 🌈 Demonstrated the attachment upload functionality in the standalone template. #250, #265 by @kelvinelove
- 📖 Fixed missing contributor information. #212 by @afc163
- 📖 Optimized official site to enhance user experience. #277, #264, #263, #262, #261, #241, #246, #210, #211 by @YumoImer, @afc163, @Rain-1214, @kelvinelove and @tabzzz1
- 📦 Updated browser targets to reduce bundle size. #234 by @afc163
- 🛠 优化
useXAgent
和XStream
的 TS 类型。#272 由 @YumoImer 提交 - 🛠 调整
agent
参数设为可选,以支持仅使用useXChat
的数据管理功能。#271 由 @YumoImer 提交 - 💄 调整
Conversations
样式基于 RICH 设计规范。#242 由 @YumoImer 提交 - 🛠 修复使用
pnpm
启动项目时幽灵依赖导致无法启动的问题。#223 由 @YumoImer 提交 - 🌈 独立式样板间支持附件上传功能演示。#250、#265 由 @kelvinelove 提交
- 📖 修复缺失的贡献者信息。#212 由 @afc163 提交
- 📖 优化官网站点提升用户体验。#277、#264、#263、#262、#261、#241、#246、#210、#211 由 @YumoImer、@afc163、@Rain-1214、@kelvinelove、@tabzzz1 完成
- 📦 更新浏览器目标减少打包体积。#234 由 @afc163 提交
1.0.0
1.0.0
2024-11-22
🎉 We are thrilled to announce the official release of Ant Design X 1.0.0!
- Announce document: #206
- Homepage: https://x.ant.design
- GitHub: https://github.com/ant-design/x
- 🌈 Derived from Best Practices of Enterprise-Level AI Products: Built on the RICH interaction paradigm, delivering an exceptional AI interaction experience.
- 🧩 Flexible and Diverse Atomic Components: Covers most AI dialogue scenarios, empowering you to quickly build personalized AI interaction interfaces.
- ⚡ Out-of-the-Box Model Integration: Easily connect with inference services compatible with OpenAI standards.
- 🔄 Efficient Management of Conversation Data Flows: Provides powerful tools for managing data flows, enhancing development efficiency.
- 📦 Rich Template Support: Offers multiple templates for quickly starting LUI application development.
- 🛡 Complete TypeScript Support: Developed with TypeScript, ensuring robust type coverage to improve the development experience and reliability.
- 🎨 Advanced Theme Customization: Supports fine-grained style adjustments to meet diverse use cases and personalization needs.
1.0.0-alpha.9
1.0.0-alpha.6
v1.0.0-alpha.4
v1.0.0-alpha.2
1.0.0-alpha.2
2024-09-27
- 🔥 New Componen
XProvider
for global configuration, by @YumoImer #127 - 🔥 New Runtime Hook
useXChat
for data management, by @zombieJ #125 - 🔥 New Runtime Hook
useXAgent
for model scheduling, by @zombieJ #125 - 🆕
ThoughtChain
component now support thesize
property, by @YumoImer #123 - 🛠 Updated
.lintstagedrc.json
, by @afc163 #128 - 🛠 Updated dependency
cheerio
tov1.0.0
, by @afc163 #121