v0.19.0
·
3705 commits
to main
since this release
0.19.0 (2021-11-03)
Bug Fixes
Features
- add
portalContainerprop for elements rendered viacreatePortal(#2275) (e71b663) - MessageBox: add
accessibleNamedefault text (#2208) (a79051a) - VariantManagement: add features to comply with UX Guidelines (#2163) (2b621f4)
BREAKING CHANGES
Please visit our Migration Guide for update instructions.
- VariantManagement:
variantItemshas been removed. Please pass theVariantItemcomponent for each variant instead. - VariantManagement:
selectedKeyhas been removed. To mark a variant as selected, please pass theselectedprop to the correspondingVariantItemcomponent. - VariantManagement: Per default no "Cancel" button is displayed in the popover. If you want to add it again, you can set the
showCancelButtonprop totrue. - VariantManagement: Per default the "Save As" and "Manage" buttons are displayed in the popover. If you want to hide them, you can set the
hideSaveAsandhideManageVariantsprops totrue. - ObjectPage:
onSelectedSectionChangedevent handler has been removed. Please useonSelectedSectionChangeinstead. - MessageBoxActions:
ABORT,CANCEL,CLOSE,DELETE,IGNORE,NO,RETRY,YEShas been transformed to PascalCase notation. - MessageBoxTypes:
CONFIRM,ERROR,INFORMATION,SUCCESS,WARNING,HIGHLIGHThas been transformed to PascalCase notation. - TableSelectionBehavior:
ROW,ROW_ONLY,ROW_SELECTORhas been transformed to PascalCase notation. - TableSelectionMode:
NONE,SINGLE_SELECT,MULTI_SELECThas been transformed to PascalCase notation. - TableVisibleRowCountMode:
FIXED,AUTO,INTERACTIVEhas been transformed to PascalCase notation.