Skip to content

v0.14.0-rc.0

Pre-release
Pre-release

Choose a tag to compare

@ui5-webcomponents-react-bot ui5-webcomponents-react-bot released this 18 Feb 12:08
· 4461 commits to main since this release

0.14.0-rc.0 (2021-02-18)

Bug Fixes

  • Form: Adjust spacing and alignment to comply with fiori guidelines (#1299) (cae9c34)
  • Form: correct alignment of FormItems (#1305) (0fb6f4c)
  • ObjectPage: prevent crash on re-mounting the component (#1304) (49dda59), closes #1300
  • improve IE11 support for ObjectPage, DynamicPage and Grid (#1285) (6b5c536)

chore

Code Refactoring

  • cra-template-seed: simplify coding and development setup, update dependencies (#1275) (18dc286)
  • ThemeProvider: flatten ThemeProviderContext (#1147) (4a2e68f)

Features

  • publish wrapper only components (#1250) (b8d28c7)
  • update wrapper components to @ui5/web components 1.0.0-rc.12 (#1298) (c385a8d)

BREAKING CHANGES

  • All UI5 Web Components Wrappers have been updated to @ui5/webcomponents@1.0.0-rc.12, please check the release notes as well.
  • Page: Replaced custom component with ui5-page web component. Please check our migration guide for more details.
  • Table: prop hasMore has been removed, use growing instead
  • Table: prop loadMoreText has been renamed to moreText
  • Table: prop loadMoreSubtext has been renamed to moreSubtext
  • Calendar: prop selectedDates has been removed, please set selected dates via the CalendarDate component as child of the Calendar
  • Calendar: prop selection has been renamed to selectionMode
  • Calendar: prop timestamp has been removed
  • Slider: unused prop children has been removed
  • useI18nText is replaced by useI18nBundle. For more details please consult our migration guide.
  • As @ui5/webcomponents-react has now dropped support for IE11 and Edge Legacy, we are releasing our lib files as ES6 code. If you need to run @ui5/webcomponents-react in a browser that does not support ES6, please transpile your dependencies using e.g. babel.
  • ThemeProvider: The ThemeProvider context is now simplified to provide only an object with ThemingParameters, all other properties have been removed. For details on the migration check out our migration guide.
  • Internet Explorer 11 is now deprecated
  • cra-template-seed: this template is not longer providing out-of-the-box support for IE11 and Edge (legacy)
  • The Legacy Edge browser is no longer supported, therefore the following import has been removed: import '@ui5/webcomponents-react-base/polyfill/Edge';