Skip to content

Releases: SAP/ui5-webcomponents-react

v0.8.3

11 Feb 17:44
Compare
Choose a tag to compare

0.8.3 (2020-02-11)

Bug Fixes

  • AnalyticalTable: Always render selection column as first column (75a43a3), closes #311

v0.8.2

10 Feb 18:18
Compare
Choose a tag to compare

0.8.2 (2020-02-10)

Bug Fixes

  • AnalyticalTable: Show selection column with select all in header (#310) (b60842c)

v0.8.1

06 Feb 01:41
Compare
Choose a tag to compare

0.8.1 (2020-02-06)

Bug Fixes

  • AnalyticalTable: fix flickering background colors when alternateRowColors is active (#303) (553c504)
  • AnalyticalTable: Fix intendation for Tree Table Level 4 and deeper (9fe072c)
  • AnalyticalTable: fix minRows + loading behaviour (#304) (253a0c8)
  • withWebComponent: Fix crash if WebComponent is not present yet (c1cbb8d)

v0.8.0

04 Feb 17:28
Compare
Choose a tag to compare

0.8.0 (2020-02-04)

Bug Fixes

  • AnalyticalTable: fix broken empty row visualization (#296) (c76f199)
  • AnalyticalTable: Table should always call the most recent version of onColumnsReordered (#301) (3b9e97c)
  • ObjectPage: fix crash when unmounted ObjectPage tries to asynchronously set scrollbar height (#294) (7ed965e)

Features

  • AnalyticalTable: add experimental feature to determine column widths based on content (#295) (88a98ce)

v0.7.3

24 Jan 13:47
Compare
Choose a tag to compare

0.7.3 (2020-01-24)

Bug Fixes

  • AnalyticalTable: Fix hAlign and vAlign attributes on column (#290) (49d125e)
  • Form: Accept common props (#291) (12c3d79)

v0.7.2

23 Jan 13:32
Compare
Choose a tag to compare

0.7.2 (2020-01-23)

Bug Fixes

  • AnalyticalTable: remove double scrollbars on windows (#283) (b269da3)
  • charts: add some top padding on charts to prevent cut off labels (#279) (0b38e18)
  • MicroBarChart: Add ellipsis and tooltip (#289) (41f6971)
  • ObjectPage: Don't crash when conditional rendering is used for children (#284) (5adfc15)
  • ObjectPage: fix empty section content when dynamically adding sections (#282) (bdf2c95)
  • ObjectPage: Fix floating of custom header content (#288) (c4568b9)
  • ObjectPage: Fix size of collapsed avatar when passed as ReactElement (#286) (7e090ba)

v0.7.1

21 Jan 13:34
Compare
Choose a tag to compare

0.7.1 (2020-01-21)

Bug Fixes

  • AnalyticalTable: re-enable setting isVisible on column to show/hide columns (#278) (624e84f)
  • Avatar: Don't crash onClick when no handler is passed (#276) (eedb9f8), closes #272
  • Form: Use shared context for Form and FormItem (#275) (b403bdc), closes #274
  • ObjectPage: Don't wrap header content if image is an avatar (#277) (bd87102), closes #273

v0.7.0

17 Jan 11:02
Compare
Choose a tag to compare

0.7.0 (2020-01-17)

Bug Fixes

  • AnalyticalTable: Each column can have groupable, sortable, filterable options (#264) (7e8c01f)
  • AnalyticalTable: fix resize behavior of hidden columns and columns with fixed width (#271) (b6b829e)
  • Loader: Call usePassThroughHooks early return (#266) (0ee9a81)

v0.7.0-rc.8

14 Jan 15:51
Compare
Choose a tag to compare
v0.7.0-rc.8 Pre-release
Pre-release

0.7.0-rc.8 (2020-01-14)

Bug Fixes

  • AnalyticalTable: Fix resizing (#261) (6cbb35d)
  • AnalyticalTable: fix table resize for hidden columns (#262) (b3f155f)

Features

  • Components: Pass data-, aria- and id props to rendered component (#263) (295b8df)

v0.7.0-rc.7

08 Jan 11:09
Compare
Choose a tag to compare
v0.7.0-rc.7 Pre-release
Pre-release

0.7.0-rc.7 (2020-01-08)

Bug Fixes

  • SegmentedButton: check if ref to html element still exists before accessing members on it (#260) (c9788c9)