Skip to content

Latest commit

 

History

History
199 lines (138 loc) · 12.7 KB

CHANGELOG.en-US.md

File metadata and controls

199 lines (138 loc) · 12.7 KB
order title toc timeline tag
6
Changelog
false
true
vVERSION

@ant-design/x follows Semantic Versioning 2.0.0.

Release Schedule

  • Weekly release: Patch version for routine bugfix.
  • Monthly release: minor version at the end for new features.
  • Major version release for breaking change and new features.

1.0.2

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 triggered onUpdate multiple times. #298 by @YumoImer
  • 📖 Added documentation for using Bubble with GPT-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

2024-11-29

1.0.0

2024-11-22

🎉 We are thrilled to announce the official release of Ant Design X 1.0.0!

  • 🌈 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.

demos

1.0.0-alpha.12

2024-11-07

  • 🔥 Sender support onPasteFile and Attachments support ref.upload for manual uploading, by @zombieJ #184
  • 🔥 Sender allowSpeech support using third-part SDK, by @zombieJ #187

1.0.0-alpha.11

2024-11-06

1.0.0-alpha.10

2024-11-04

  • 🐛 Fix Attachments drop upload could not trigger the upload request, by @YumoImer #178

1.0.0-alpha.9

2024-11-01

1.0.0-alpha.7

2024-10-31

  • 🐛 Fix Attachments first upload could not trigger the upload request, by @YumoImer #172

1.0.0-alpha.6

2024-10-25

1.0.0-alpha.5

2024-10-23

  • 🆕 Bubble support loadingRender to customize loading content. #165
  • 🐛 Fix components missing style when without XProvider. #163

1.0.0-alpha.4

2024-10-17

1.0.0-alpha.3

2024-10-10

1.0.0-alpha.2

2024-09-27

  • 🔥 New Component 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 the size property, by @YumoImer #123
  • 🛠 Updated .lintstagedrc.json, by @afc163 #128
  • 🛠 Updated dependency cheerio to v1.0.0, by @afc163 #121

1.0.0-alpha.1

2024-09-10

🚀 Features

🐛 Fixes

🛠 Refactors

📖 Documentation

1.0.0-alpha.0

2024-09-05

0.0.0-alpha.0

2024-05-10

  • MISC: Project initialization.