Skip to content

v0.19.0

Choose a tag to compare

@ui5-webcomponents-react-bot ui5-webcomponents-react-bot released this 03 Nov 14:25
· 3705 commits to main since this release

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.