Skip to content

Releases: UI5/webcomponents-react

v0.9.1

04 May 10:25

Choose a tag to compare

0.9.1 (2020-05-04)

Bug Fixes

  • AnalyticalTable: calculate scrollbar width only if table is scrollable (#470) (ddd19fe), closes #467
  • web-components-wrapper: don't generate default props for empty strings (#469) (48505d9)

v0.9.0

30 Apr 16:08

Choose a tag to compare

0.9.0 (2020-04-30)

Features

  • Upgraded to @ui5/webcomponents@1.0.0-rc.7

Breaking Changes

  • For a detailed list of breaking changes, please see the list of releases or our Changelog starting from 0.8.6 to 0.9.0.
  • In order to help you migrating your application, we also prepared an Migration Guide

v0.9.0-rc.18

29 Apr 18:23

Choose a tag to compare

v0.9.0-rc.18 Pre-release
Pre-release

0.9.0-rc.18 (2020-04-29)

Bug Fixes

  • AnalyticalTable: support RTL (#466) (a99b183), closes #460
  • Charts - New: fix rendering of x and y axis ticks (#462) (e94b663)
  • Charts - New: tooltip supports dark theme (#465) (e66ff58)
  • ComposedChart: fix padding calculation for vertical layout (#464) (9347f16)
  • MessageBox: enable closing with esc key (#463) (3377b75)

v0.9.0-rc.17

28 Apr 12:27

Choose a tag to compare

v0.9.0-rc.17 Pre-release
Pre-release

0.9.0-rc.17 (2020-04-28)

Bug Fixes

  • AnalyticalTable: debounce resize handler (#454) (f1a5a6e)
  • AnalyticalTable: fix passing styles object to AnalyticalTable (#449) (e3499ee)
  • Bar: make slot props optional (#450) (5e490d8)
  • charts: debounce recalculate size (#456) (d35f861)
  • Charts - New: automatic reduction of label elements (#451) (3d3bab2)
  • Charts - New: fix rules of hooks & consistent margin calculation (#459) (951fb3c)

v0.9.0-rc.16

22 Apr 14:00

Choose a tag to compare

v0.9.0-rc.16 Pre-release
Pre-release

0.9.0-rc.16 (2020-04-22)

Bug Fixes

  • AnalyticalTable: fix multi-select checkbox (#445) (2ed6a98)
  • AnalyticalTable: header should respect hAlign as well (#438) (79c9f3f)
  • AnalyticalTable: remove ResizeObserver condition to avoid race conditions (#444) (830ab14)
  • Charts: Add hcb and hcw support for charts. (#441) (a7ffcd6)
  • withWebComponent: fix handling of react fragments as slots (#446) (66a8344)

Features

  • Charts - New: improve autoscaling of axis ticks (#447) (a763bb8)
  • add slot props and deprecated render methods (#436) (018337f)

v0.9.0-rc.15

16 Apr 14:54

Choose a tag to compare

v0.9.0-rc.15 Pre-release
Pre-release

0.9.0-rc.15 (2020-04-16)

Bug Fixes

  • AnalyticalTable: don't select row when an actionable element was clicked (#432) (8c31818), closes #428
  • AnalyticalTable: use correct border-bottom for selected row (e65d8da)

Features

  • cra-template: add test setup and use latest version + docs (#433) (961dec7)

v0.9.0-rc.14

10 Apr 08:36

Choose a tag to compare

v0.9.0-rc.14 Pre-release
Pre-release

0.9.0-rc.14 (2020-04-10)

Bug Fixes

  • Framework: fix sideEffect-full files in react production build (f5c02b1)

v0.9.0-rc.13

09 Apr 12:05

Choose a tag to compare

v0.9.0-rc.13 Pre-release
Pre-release

0.9.0-rc.13 (2020-04-09)

Bug Fixes

  • AnalyticalTable: move ResizeObserver creation into effect to avoid blank tables on second mount (#420) (a237d51)
  • VariantManagement: fix invalid hook calls (#421) (820d28d)

BREAKING CHANGES

  • VariantManagement: rename prop initialSelectedKey to selectedKey

v0.9.0-rc.12

09 Apr 08:46

Choose a tag to compare

v0.9.0-rc.12 Pre-release
Pre-release

0.9.0-rc.12 (2020-04-09)

Bug Fixes

  • Device: avoid modernizr to be treeshaked (#419) (3c8a1e2)

v0.9.0-rc.11

09 Apr 06:42

Choose a tag to compare

v0.9.0-rc.11 Pre-release
Pre-release

0.9.0-rc.11 (2020-04-09)

Bug Fixes

  • AnalyticalTable: fix scrollbar issue on column reorder & initial horizontal scrolling (#413) (4665db7)
  • Charts: separate size monitoring for height and width (#417) (a771fd3)
  • Framework: fix side-effects in rollup build (#414) (b64fc5f)
  • Grid: fix incorrect layout when rendered before Device was initialized (#418) (cb62961)
  • ThemingSupport: don't load fiori_3 parameters twice (#416) (b5421a6)

Code Refactoring

  • withWebComponent: new static wrapper & web components as peer dependency (#412) (dca9b9a)

BREAKING CHANGES

  • withWebComponent: the dependencies @ui5/webcomponents, @ui5/webcomponents-fiori and @ui5/webcomponents-icons are now peerDependencies and have to be installed next to @ui5/webcomponents-react