Skip to content

Latest commit

ย 

History

History
220 lines (153 loc) ยท 14.9 KB

CHANGELOG.en-US.md

File metadata and controls

220 lines (153 loc) ยท 14.9 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.4

2024-12-25

  • ๐Ÿ†• Extended XStream support for the cancel feature. #319 by @ppbl
  • ๐Ÿ†• Extended Bubble support for the typing.suffix feature. #316 by @BQXBQX
  • ๐Ÿ†• Extended Sender component's onChange parameter to include the event object. #362 by @defaultjacky
  • ๐Ÿ†• Enhanced the Sender component's ref to support focus control methods like focus and blur. #397 by @YumoImer
  • ๐Ÿ› Fixed styling issues in ThoughtChain when cssVar 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

1.0.3

2024-12-16

  • ๐Ÿ’„ Refactor the styles when placement: 'end' is set for Bubble. #314 by @YumoImer
  • ๐Ÿ› Fix occasional failure to trigger auto-scrolling when autoScroll is set in Bubble.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

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

  • ๐Ÿ”ฅ New Component Welcome, by @zombieJ #179
  • ๐Ÿ”ฅ Prompts support nest structure, by @zombieJ #181
  • ๐Ÿ”ฅ Attachments support Attachments.FileCard component, by @zombieJ #182

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

  • Bubble
    • ๐Ÿ†• Bubble support variant props, by @zombieJ #140
    • ๐Ÿ†• Bubble support shape props, by @zombieJ #144
    • ๐Ÿ†• Bubble support header and footer props, by @zombieJ #147

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

  • ๐Ÿ”ฅ feat: Suggestion ๅปบ่ฎฎ็ป„ไปถ by @ONLY-yours in #87

๐Ÿ› Fixes

๐Ÿ›  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
  • ๐Ÿ›  chore: 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

1.0.0-alpha.0

2024-09-05

0.0.0-alpha.0

2024-05-10

  • MISC: Project initialization.