Skip to content

Releases: UI5/webcomponents-react

v0.7.2

23 Jan 13:32

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

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

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

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

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)

v0.7.0-rc.6

20 Dec 13:15

Choose a tag to compare

v0.7.0-rc.6 Pre-release
Pre-release

0.7.0-rc.6 (2019-12-20)

Bug Fixes

  • AnalyticalTable: Fix selectedRow background color with alernateRowColor (98774d8)

v0.7.0-rc.5

20 Dec 12:35

Choose a tag to compare

v0.7.0-rc.5 Pre-release
Pre-release

0.7.0-rc.5 (2019-12-20)

Bug Fixes

  • AnalyticalTable: fix wrong column order on consecutive column reorder events (#233) (f94a6ff)
  • base: Fix modernizr side effect (5436bd4)
  • cra-template: Fix package.json file name (752f1b3)
  • ObjectPage: Prevent flickering and fix scroll to section (#245) (4731573)
  • ShellBarItem: Fix wrong typing (#254) (d2bc4c5)

Code Refactoring

  • AnalyticalTable: update react-table and replace grid with absolute layout (#238) (e9bc297)
  • ThemeProvider: Remove custom Theme Injection (#241) (22729e2)

Features

  • AnalyticalTable: Add overscanCount prop (#231) (c939c32)
  • AnalyticalTable: Add prop selectionMode (#258) (f322bd0)
  • AnalyticalTable: Reordern columns with drag and drop (#229) (b208822)
  • AnalyticalTable: Update react-table to 7.0.0-beta.20 (#237) (530917c)
  • AnalyticalTable: Update react-table to v7.0.0-rc.15 (#257) (373fe5d)
  • AnalyticalTable: Update to react-table rc.10 (#253) (e24561c)
  • cra-template: Add Template for UI5 Web Components React (#244) (fcb176c)
  • Form: initial Implementation (#242) (c4c2848)
  • ObjectPage: Introduce Breadcrumbs and key infos (#246) (6f44a72)
  • WebComponents: Update to v1.0.0-rc.5, add ProductSwitch Component (#236) (1a2c9b4)

BREAKING CHANGES

  • AnalyticalTable: Replace prop selectable with selectionMode
  • AnalyticalTable: Update react-table to v7.0.0-rc.15
  • AnalyticalTable: replaced prop selectedRowKey with selectedRowIds (Object of rowIds)
  • AnalyticalTable: Update to react-table 7.0.0-rc.10
  • AnalyticalTable: Update react-table to 7.0.0-rc.5
  • ThemeProvider: Removed prop noInjectThemeProperties as this is now handled by the UI5 Web Components
  • WebComponents: Icon import paths changed from @ui5/webcomponents/dist/icons/add.js to @ui5/webcomponents-icons/dist/icons/add.js.
  • WebComponents: Icon: prop src was renamed to name
  • WebComponents: Icon: the sap-icon:// prefix was removed
  • WebComponents: ShellBar prop icon was renamed to startButton
  • WebComponents: ShellBarItem: prop src was renamed to name
  • WebComponents: Card: avatar prop now accepts a node instead of a string

Please also check the UI5 Web Components Release Notes.

@ui5/[email protected]

13 Dec 15:35

Choose a tag to compare

Pre-release

0.7.0-rc.4 (2019-12-13)

Features

@ui5/[email protected]

13 Dec 15:35

Choose a tag to compare

Pre-release

0.7.0-rc.4 (2019-12-13)

Note: Version bump only for package @ui5/webcomponents-react-charts

@ui5/[email protected]

13 Dec 15:35

Choose a tag to compare

Pre-release

0.7.0-rc.4 (2019-12-13)

Features