Skip to content

Releases: UI5/webcomponents-react

v0.20.4

15 Dec 07:28

Choose a tag to compare

0.20.4 (2021-12-15)

Bug Fixes

  • use fully specified paths for all web component imports (#2418) (b972dc8)

v0.20.3

09 Dec 13:51

Choose a tag to compare

0.20.3 (2021-12-09)

Bug Fixes

  • ActionSheet: expose tabIndex and onFocus of action buttons (#2390) (94f05e2)
  • ActionSheet: reduce customCSS and respect scoping (#2392) (657094e)
  • AnalyticalTable: align column header popover with hAlign column option (#2384) (acc79dd)
  • DynamicPage: correctly display footer in FCL (#2379) (1dddb5a)
  • Toolbar: fix Button alignment in overflow popover (spec compliance) (#2395) (73ded91)

Features

  • DynamicPageTitle: add onToolbarOverflowChange callback/prop (d224f67)
  • Toolbar: add onOverflowChange callback/prop (#2377) (bf3b3aa)

v0.20.2

03 Dec 12:00

Choose a tag to compare

0.20.2 (2021-12-03)

Features

  • SelectDialog: initial component implementation (#2349) (37767d8)

v0.20.1

29 Nov 16:16

Choose a tag to compare

0.20.1 (2021-11-29)

Bug Fixes

  • AnalyticalTable: center noDataText if no columns are defined (#2305) (54c5663)
  • sync refs correctly with useSyncRef hook (#2314) (d1db74c)

Features

  • AnalyticalTable: introduce useIndeterminateRowSelection plugin hook (#2344) (9ea460d)

v0.20.0

10 Nov 14:37

Choose a tag to compare

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.

v0.19.1

04 Nov 14:14

Choose a tag to compare

0.19.1 (2021-11-04)

Bug Fixes

  • charts: correct version of wcr peer-dependencies (#2281) (9f934f0)

v0.19.0

03 Nov 14:25

Choose a tag to compare

0.19.0 (2021-11-03)

Bug Fixes

  • FormItem: remove unecessary string conversion (#2236) (ed094c3)

Features

  • add portalContainer prop for elements rendered via createPortal (#2275) (e71b663)
  • MessageBox: add accessibleName default text (#2208) (a79051a)
  • VariantManagement: add features to comply with UX Guidelines (#2163) (2b621f4)

BREAKING CHANGES

Please visit our Migration Guide for update instructions.

  • VariantManagement: variantItems has been removed. Please pass the VariantItem component for each variant instead.
  • VariantManagement: selectedKey has been removed. To mark a variant as selected, please pass the selected prop to the corresponding VariantItem component.
  • VariantManagement: Per default no "Cancel" button is displayed in the popover. If you want to add it again, you can set the showCancelButton prop to true.
  • VariantManagement: Per default the "Save As" and "Manage" buttons are displayed in the popover. If you want to hide them, you can set the hideSaveAs and hideManageVariants props to true.
  • ObjectPage: onSelectedSectionChanged event handler has been removed. Please use onSelectedSectionChange instead.
  • MessageBoxActions: ABORT, CANCEL, CLOSE, DELETE, IGNORE, NO,RETRY,YES has been transformed to PascalCase notation.
  • MessageBoxTypes: CONFIRM, ERROR, INFORMATION, SUCCESS, WARNING, HIGHLIGHT has been transformed to PascalCase notation.
  • TableSelectionBehavior: ROW, ROW_ONLY, ROW_SELECTOR has been transformed to PascalCase notation.
  • TableSelectionMode: NONE, SINGLE_SELECT, MULTI_SELECT has been transformed to PascalCase notation.
  • TableVisibleRowCountMode: FIXED, AUTO, INTERACTIVE has been transformed to PascalCase notation.

v0.18.11

12 Oct 12:32

Choose a tag to compare

0.18.11 (2021-10-12)

Bug Fixes

  • fix bad @ui5/webcomponents-react-base release (7a01aa2)

Features

  • MessageBox: add accessibleName default text (#2208) (a79051a)

v0.18.10

11 Oct 12:40

Choose a tag to compare

0.18.10 (2021-10-11)

Bug Fixes

  • DynamicPageTitle: wrap header and subHeader if not enough space is available (#2171) (5e706f3)
  • MessageBox: correct spacing of header items in rtl mode (#2190) (93f1ed1)
  • Toolbar: add max-width: 100% to outer toolbar container (#2207) (d9c63c8)

Features

  • DynamicPageTitle: if not enough space is available break words at hyphenation points (#2177) (6655587)
  • FilterBar & FlexBox & Form & Toolbar: introduce as prop to change HTML tag dynamically (#2203) (f75582a)

v0.18.9

21 Sep 10:05

Choose a tag to compare

0.18.9 (2021-09-21)

Bug Fixes

  • add .js file extension to all web components imports (#2147) (2799eba)
  • MessageItem: use correct display name (#2129) (4357fab)

Features

  • MessageBox: expose all Dialog props, except footer, headerText and onAfterClose (#2141) (7a29323)