Releases: ant-design/x
Releases ยท ant-design/x
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
1.0.0-alpha.1
1.0.0-alpha.1
2024-09-10
๐ Features
- ๐ฅ feat: suggestion ๅปบ่ฎฎ็ปไปถ by @ONLY-yours in #87
๐ Fixes
- โ๏ธ โ๏ธ Fix: change the restProps type by @ONLY-yours in #101
- ๐ fix: bun install by @afc163 in #111
๐ Refactors
- ๐ chore: add layer support by @zombieJ in #118
- ๐ chore: speed up workflows by @afc163 in #119
- ๐ chore(deps-dev): bump the dev-dependencies group with 5 updates by @dependabot in #120
- ๐ chore: clean up README.md by @afc163 in #102
- ๐ chore: add issue templates by @afc163 in #103
- ๐ chore: add bun.lockb by @afc163 in #108
- ๐๏ธ Delete index-style-only.js by @afc163 in #106
- ๐ chore: Update main.yml by @afc163 in #105
- ๐ chore: Update package.json by @afc163 in #110
๐ Documentation
v1.0.0-alpha.0
1.0.0-alpha.0
2024-09-05
- ๐ฅ New Component Bubble. #19 @li-jia-nan
- ๐ฅ Bubble support direction #52 @li-jia-nan
- ๐ฅ New Component Bubble.List. #57 @zombieJ
- ๐ฅ New Component Conversations. #48 @YumoImer
- ๐ฅ New Component Prompts. #55 @YumoImer
- ๐ฅ New Component Sender. #46 @ONLY-yours
- ๐ฅ New Component ThoughtChain. #86 @YumoImer
- ๐ฆ Use
father
to build. #84 @zombieJ - ๐ Fix ThemeContext instances being inconsistent when using
antd
es or lib package. #88 @YumoImer - ๐ Refactor: API Naming Conventions #73 @zombieJ
- ๐ MISC: CI, Github Actions, Publish
- ๐ Update README.md