Releases: wzc520pyfm/ant-design-x-vue
Releases · wzc520pyfm/ant-design-x-vue
v1.3.2
🩹 Fixes
- use-x-agent: Fix return type (#416) @wzc520pyfm
- suggestion: Fix open prop reactive (#425) @wzc520pyfm
📖 Documentation
- Update demo about x-agent (#418) @wzc520pyfm
- Update independent tsx demo (#419) @wzc520pyfm
v1.3.1
🩹 Fixes
- bubble: Remove memo to fix bubble update (#415) @wzc520pyfm
📖 Documentation
- style: fix demo width (#413) @clddup
- attachments: Add high-quality preview example for image file (#370) @wzc520pyfm
- sender: Add custom input demo (#384) @wzc520pyfm
❤️ Contributors
- Wzc520pyfm (@wzc520pyfm)
- Clddup (@clddup)
v1.3.0
⚠️ Break Change
#396 XRequest ReturnType has been changed: XRequestClass => ComputedRef<XRequestClass>
You need to make the following adjustments:
const exampleRequest = XRequest();
- exampleRequest.create()
+ exampleRequest.value.create()
🚀 Enhancements
- Update useXChat & XRequest & fix useXAgent's RequestFn onSuccess type (#394) @wzc520pyfm
- attachments: Add custom icon options for FileCard (#381) @kieranwv
- attachments: Support multiple files upload (#410) @PeikyLiu
- bubble: Header and footer support get key and fix type define (#405) @wzc520pyfm
- use-x-agent: Support dynamic option configuration (#395) @wzc520pyfm
- x-request: Support dynamic option configuration (#396) @wzc520pyfm
🔥 Performance
- bubble: Memoize bubble items to optimize list rendering (#392) @wzc520pyfm
🩹 Fixes
- prompts: Fix scroll style (#399) @wzc520pyfm
- welcome: Fix warning of runtime prop checked (#404) @wujunyi0907
- bubble: Disable typing for initial data (#391) @wzc520pyfm
📖 Documentation
- sender: Update components prop description (#402) @wzc520pyfm
- bubble: Fix list demo scroll style (#400) @wzc520pyfm
📦 Build
- project: Improve tree sharking (#386) @wzc520pyfm
❤️ Contributors
- Wzc520pyfm (@wzc520pyfm)
- PeikyLiu (@PeikyLiu)
- Kieran Wang (@kieranwv)
- Wujunyi0907 (@wujunyi0907)
v1.2.9
🚀 Enhancements
- bubble: Support slots for bubble list (#373) @wzc520pyfm
🩹 Fixes
- bubble: Fix attrs reactive of bubble list (#393) @wzc520pyfm
- bubble: Improve bubble list scrollbar style (#389) @wzc520pyfm
- suggestion: Cascader dropdown popup height not auto (#398) @yuxi-ovo
📦 Build
- project: Support build esm min file for dist (#371) @wzc520pyfm
❤️ Contributors
- Wzc520pyfm (@wzc520pyfm)
- 雨溪 (@yuxi-ovo)
v1.2.8
🚀 Enhancements
- welcome: Support vnode getter (#343) @wzc520pyfm
- sender: Add speech custom icon support (#374) @kieranwv
- Support conf compatible style (#383) @wzc520pyfm
🩹 Fixes
📖 Documentation
- dev: Add cdn online demo (#369) @wzc520pyfm
- xstream: Fix documentation typos (#377) @PeikyLiu
❤️ Contributors
- Wzc520pyfm (@wzc520pyfm)
- Kieran Wang (@kieranwv)
- XiangYu Liu (@PeikyLiu)
v1.2.7
🚀 Enhancements
- prompts: Title prop support vnode getter (#344) @wzc520pyfm
- Add install func for components (#329) @wzc520pyfm
🩹 Fixes
- sender: Fix actions slot type (#357) @wzc520pyfm
- bubble: Fix slots type (#363) @wzc520pyfm
- project: Add require conf of resolver to support commonjs (#365) @yuxi-ovo
- sender: Fix sender define type err (#271) @wzc520pyfm
📦 Build
- project: Remove antdv from external of umd conf (#367) @wzc520pyfm
- project: Add esm output of dist (#368) @wzc520pyfm
❤️ Contributors
- Wzc520pyfm (@wzc520pyfm)
- 雨溪 (@yuxi-ovo)
v1.2.6
🩹 Fixes
- bubble: Fix header and footer warning of runtime prop checked (#353) @wzc520pyfm
- bubble: Fix display count reactive (#354) @wzc520pyfm
📖 Documentation
❤️ Contributors
- Wzc520pyfm (@wzc520pyfm)
- Bao (@Bao0630)
v1.2.5
🚀 Enhancements
- bubble: Header support function (#341) @wzc520pyfm
- sender: Header and prefix support getter (#324) @wzc520pyfm
🩹 Fixes
- conversations: Passing Conversations menu.getPopupContainer to Dropdown (#303) @linhf123
- thought-chain: Fixed ellipsis not taking effect. (#254) @inCBle
📖 Documentation
- Remove api key and add description for api key (#335) @wzc520pyfm
- thought-chain: Add controlled setup demo (#321) @inCBle
- conversations: Add editable demo (#91) @wzc520pyfm
- bubble: Add think demo (#138) @wzc520pyfm
- bubble: Add think setup demo (#299) @quanbisen
❤️ Contributors
- Superlollipop (@quanbisen)
- Wzc520pyfm (@wzc520pyfm)
- InCBle (@inCBle)
- Linhf123 (@linhf123)
v1.2.4
💅 Improve
🩹 Fixes
- Specify the file suffix for antdv (#334) @wzc520pyfm
📖 Documentation
- Sender: Fix pasted file is invalid in setup demo (#332) @Jarvis2018
- Fix warning for independent setup demo (#333) @wzc520pyfm
❤️ Contributors
- Wzc520pyfm (@wzc520pyfm)
- 专注的小眼神 (@Jarvis2018)
- 菠萝吹雪 (@yuguaa)
v1.2.3
🩹 Fixes
- attachments: Fix maximum updates by ref transfer (#319) @wzc520pyfm
❤️ Contributors
- Wzc520pyfm (@wzc520pyfm)