21st April 2023
AgDS Beta v1.4.1 release
Fixed controlled usage bug in multi-select combobox, added support for xml MIME types in file upload.
Updates
Combobox
- Fixed controlled usage bug where
value
andonChange
props were not being used/called inComboboxMulti
andComboboxAsyncMulti
(PR #1072) - Updated disabled state in
ComboboxMulti
andComboboxAsyncMulti
(PR #1072)
File upload
- Added support for
application/xml
andtext/xml
MIME types (PR #1071)
Released packages
"@ag.ds-next/react": "1.4.1"
Full changelog
Aside from the complete release notes on the @ag.ds-next website, you can also view the verbose change log in the related PR for this release.