v0.20.0
·
3690 commits
to main
since this release
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.