Releases: UI5/webcomponents-react
Releases · UI5/webcomponents-react
v0.20.4
v0.20.3
0.20.3 (2021-12-09)
Bug Fixes
- ActionSheet: expose
tabIndexandonFocusof action buttons (#2390) (94f05e2) - ActionSheet: reduce customCSS and respect scoping (#2392) (657094e)
- AnalyticalTable: align column header popover with
hAligncolumn option (#2384) (acc79dd) - DynamicPage: correctly display footer in FCL (#2379) (1dddb5a)
- Toolbar: fix Button alignment in overflow popover (spec compliance) (#2395) (73ded91)
Features
v0.20.2
v0.20.1
v0.20.0
0.20.0 (2021-11-10)
Updated @ui5/webcomponents to 1.0.0.
Please also have a look at the release log(v1.0.0-rc.16) of the underlying @ui5/webcomponents repository.
Features
- create dom ref interfaces for all web components (#2292) (4b1d0fc)
- update @ui5/webcomponents to 1.0.0 🎉 (#2282) (e6971af)
All changes of version 1.0.0-rc.16 of ui5-webcomponents are available in 1.0.0 as well, therefore it's recommended to upgrade directly to this version.
BREAKING CHANGES
- TypeScript only: The
Ui5prefix for interfaces for using DOM refs (e.g.Ui5DialogDomRef) has been removed (nowDialogDomRef) and the interfaces are now exported from the respective components themselves. For details please check our Migration Guide. - update @ui5/webcomponents to 1.0.0, this includes all changes of 1.0.0-rc.16
- Input: The
onSuggestionScrollevent has been removed. - BreadcrumbsItem, ComboboxItem, MultiComboboxItem, Option, Tab:
stableDomRefprop has been removed - callgetDomRef()to get the matching actual DOM ref. - ShellbarItem:
onItemClickhas been renamed toonClick. - Wizard: The
accessibleNameprop has been removed.
v0.19.1
v0.19.0
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.