Skip to content

v0.20.0

Choose a tag to compare

@ui5-webcomponents-react-bot ui5-webcomponents-react-bot released this 10 Nov 14:37
· 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 Ui5 prefix for interfaces for using DOM refs (e.g. Ui5DialogDomRef) has been removed (now DialogDomRef) 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 onSuggestionScroll event has been removed.
  • BreadcrumbsItem, ComboboxItem, MultiComboboxItem, Option, Tab: stableDomRef prop has been removed - call getDomRef() to get the matching actual DOM ref.
  • ShellbarItem: onItemClick has been renamed to onClick.
  • Wizard: The accessibleName prop has been removed.