Skip to content

Releases: UI5/webcomponents-react

v0.13.4

20 Jan 15:38

Choose a tag to compare

0.13.4 (2021-01-20)

Bug Fixes

  • Charts: use ErrorBoundary to prevent errors when components are re-mounted (#1190) (77427eb), closes #1145

Features

v0.13.3

19 Jan 16:06

Choose a tag to compare

0.13.3 (2021-01-19)

Bug Fixes

  • seed: wrap application with ThemeProvider (#1185) (842ff20)
  • remove 'export * as' syntax for compatibility with react-scripts 3 (#1184) (b4fe896)
  • resolve CSS variables correctly in IE11 (#1183) (a5ac248)
  • ObjectPage: add accessibility labels to header buttons and title levels (#1176) (80f3057), closes #1166 #1165

Features

  • add accessibility storybook addon (addon-a11y) in dev (#1169) (1ff79e2)

v0.13.2

15 Jan 13:33

Choose a tag to compare

0.13.2 (2021-01-15)

Bug Fixes

  • AnalyticalTable: prevent crashes and unintended behavior in IE11 (#1168) (4d328a8)
  • DynamicPage: add className prop to dynamic page classes (#1159) (1c73396)
  • MessageBox: don't crash when Dialog Web Component is not ready yet (#1148) (cadab16)

Features

  • AnalyticalTable: add plugin hook to enable disabling selection of rows (#1156) (4da2848)

v0.13.1

11 Jan 10:48

Choose a tag to compare

0.13.1 (2021-01-11)

Bug Fixes

  • AnalyticalTable: support rtl (#1146) (ed4aee1)
  • DynamicPage: don't render unnecessary scrollbar & only show actions separator when needed (#1137) (70d0453), closes #1074

Features

v0.13.0

07 Jan 11:45

Choose a tag to compare

0.13.0 (2021-01-07)

Updated @ui5/webcomponents to 1.0.0-rc.11.
Please also have a look at the release log of the underlying @ui5/webcomponents repository.

chore

  • delete deprecated components for v0.13.0 (#1106) (01814d1)

Features

  • update @ui5/webcomponents to 1.0.0-rc.11 (#1108) (905dbca)

BREAKING CHANGES

  • NotificationOverflowAction got renamed to NotificationAction
  • BarDesign: removed BarDesign Auto
  • Bar: prop contentLeft is now startContent
  • Bar: prop contentMiddle is now middleContent
  • Bar: prop contentRight is now endContent
  • removed deprecated Spinner component
  • removed deprecated Tokenizer component
  • Toolbar: removed deprecated onToolbarClick in favour of onClick
  • Device: removed deprecated, class-based API. Please use the individual util functions instead.
  • Device: removed the optional oListener parameter from all device attach/detach functions (mostly used internally)

v0.12.4

17 Dec 14:43

Choose a tag to compare

0.12.4 (2020-12-17)

Features

  • charts: add support for children prop (enable linear gradients) (#1105) (5841519)

v0.12.3

17 Dec 12:43

Choose a tag to compare

0.12.3 (2020-12-17)

Bug Fixes

  • AnalyticalTable: use correct import for useI18nText (#1088) (74b7f63)

Features

  • AnalyticalTable: add "Interactive" visibleRowCountMode to allow vertical resizing of the table (#1056) (6295984)
  • AnalyticalTable: add responsive column options for pop-in or hiding columns (#1093) (cebbf16)
  • useI18nBundle: add new hook to retrieve current i18n bundle (#1104) (7b38975)

v0.12.2

02 Dec 07:36

Choose a tag to compare

0.12.2 (2020-12-02)

Bug Fixes

  • Bar: add border-radius to floating-footer (#1046) (d4fd8c9)

Features

  • AnalyticalTable: add visibleRowCountMode prop that controls how the table displays visible rows (#1044) (e86460b)

v0.12.1

24 Nov 11:38

Choose a tag to compare

0.12.1 (2020-11-24)

Bug Fixes

  • Page: content area adapts to height of header and footer (#966) (cb60b38)

Features

  • AnalyticalTable: add support for subcomponents (#997) (15a1e99)
  • cra-template-seed: add route based code splitting and lazy loading of edit component (#961) (fffed60)

v0.12.0

16 Nov 15:22

Choose a tag to compare

0.12.0 (2020-11-16)

Updated @ui5/webcomponents to 1.0.0-rc.10.
Please also have a look at the release log of the underlying @ui5/webcomponents repository.

Features

  • update @ui5/webcomponents to 1.0.0-rc.10 (#946) (801e64a)

BREAKING CHANGES

  • Icon import paths changed from e.g. @ui5/webcomponents-icons/dist/icons/add.js to @ui5/webcomponents-icons/dist/add.js. (icon directory got removed)