Skip to content

Releases: SAP/ui5-webcomponents-react

v0.12.3

17 Dec 12:43
Compare
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
Compare
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
Compare
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
Compare
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)

v0.11.4

16 Nov 09:27
Compare
Choose a tag to compare

0.11.4 (2020-11-16)

Bug Fixes

  • charts: allow negative measures in stacked charts, upgrade recharts (#952) (fb9b254), closes #773
  • useI18nBundle: prevent state transition if the component has been unmounted (#922) (9a4adf8)

Features

  • cra-template-seed: improve developer experience for data loading (#938) (4b09e9b)
  • DynamicPage: initial component implementation (#865) (a85ab71), closes #544

v0.11.3

04 Nov 07:38
Compare
Choose a tag to compare

0.11.3 (2020-11-04)

Bug Fixes

  • update peer dependencies to support react 17 (#850) (72c9d6f), closes #786

Features

  • cra-template-seed: add new cra template @ui5/webcomponents-react-seed (#790) (69713ca)

v0.11.2

23 Oct 11:54
Compare
Choose a tag to compare

0.11.2 (2020-10-23)

Bug Fixes

  • AnalyticalTable: add missing keys (#808) (9bf94d6)
  • AnalyticalTable: persist values and don't close the popover when typing within the filters-popover input field (#810) (45a6d8f)
  • AnalyticalTable: prevent style warning when scrollbar is visible (#813) (e0106a7), closes #811

v0.11.1

21 Oct 10:51
Compare
Choose a tag to compare

0.11.1 (2020-10-21)

Bug Fixes

  • AnalyticalTable: mount filters popover only when it's opened (#738) (1350790)
  • ensure theming parameters are in sync with ui5/webcomponents-theme-base (#737) (880a8ab)

v0.11.0

15 Oct 13:20
Compare
Choose a tag to compare

0.11.0 (2020-10-15)

This release is a combining the changes of 0.11.0-rc.0 and 0.11.0-rc.1 in a stable release.

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

Features

  • AnalyticalTable: add header tooltip property to column (#721) (3cde696), closes #704
  • AnalyticalTable: always show scrollbars if needed (#706) (6fcb42a), closes [#698](#698
  • Toolbar: accept react fragments as children (#723) (9697b43)
  • upgrade ui5-webcomponents to 1.0.0-rc.9 (#705) (fb7d5c6), closes #674

Bug Fixes

  • AnalyticalTable: don't crash when removing columns (#716) (6c74e5d)
  • AnalyticalTable: show all columns in Dialog (#722) (5e21750), closes #719

chore

BREAKING CHANGES

  • deleted deprecated component FilterItem, please use FilterGroupItem instead. The FilterBar is now accepting only FilterGroupItems as children.
  • Token: the Token text is now defined via the text prop, children has no effect anymore.
  • Token: onDelete is removed as the Token shouldn’t be used as a standalone component.

v0.11.0-rc.1

13 Oct 11:24
Compare
Choose a tag to compare
v0.11.0-rc.1 Pre-release
Pre-release

0.11.0-rc.1 (2020-10-13)

Bug Fixes

  • AnalyticalTable: show all columns in Dialog (#722) (5e21750), closes #719

Features

  • AnalyticalTable: add header tooltip property to column (#721) (3cde696), closes #704
  • AnalyticalTable: always show scrollbars if needed (#706) (6fcb42a), closes #698