Skip to content

Releases: SAP/ui5-webcomponents-react

@ui5/[email protected]

11 Dec 15:42
Compare
Choose a tag to compare
Pre-release

0.7.0-rc.3 (2019-12-11)

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

@ui5/[email protected]

11 Dec 10:45
Compare
Choose a tag to compare
Pre-release

0.7.0-rc.2 (2019-12-11)

Bug Fixes

  • AnalyticalTable: fix wrong column order on consecutive column reorder events (#233) (f94a6ff)
  • ObjectPage: Prevent flickering and fix scroll to section (#245) (4731573)

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: Reordern columns with drag and drop (#229) (b208822)
  • AnalyticalTable: Update react-table to 7.0.0-beta.20 (#237) (530917c)
  • WebComponents: Update to v1.0.0-rc.5, add ProductSwitch Component (#236) (1a2c9b4)

BREAKING CHANGES

  • 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]

11 Dec 15:42
Compare
Choose a tag to compare
Pre-release

0.7.0-rc.3 (2019-12-11)

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

@ui5/[email protected]

11 Dec 10:45
Compare
Choose a tag to compare
Pre-release

0.7.0-rc.2 (2019-12-11)

@ui5/[email protected]

11 Dec 15:42
Compare
Choose a tag to compare
Pre-release

0.7.0-rc.3 (2019-12-11)

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

@ui5/[email protected]

11 Dec 10:45
Compare
Choose a tag to compare
Pre-release

0.7.0-rc.2 (2019-12-11)

Bug Fixes

  • base: Fix modernizr side effect (5436bd4)

v0.7.0-rc.1

19 Nov 08:53
Compare
Choose a tag to compare
v0.7.0-rc.1 Pre-release
Pre-release

0.7.0-rc.1 (2019-11-19)

Bug Fixes

  • AnalyticalTable: Loading Placeholder now respects show prop of columns (#224) (fe98dcb)
  • AnalyticalTable: Resize table content correctly if columns are hidden or minWidth is set (#228) (af1aadc)
  • Text: Show ellipsis if text is overflowing at default width (#225) (5b78651)

v0.7.0-rc.0

12 Nov 14:36
Compare
Choose a tag to compare
v0.7.0-rc.0 Pre-release
Pre-release

0.7.0-rc.0 (2019-11-12)

Bug Fixes

  • AnalyticalTable: Allow copy cell values in non-selectable mode (#210) (2e1e339)
  • AnalyticalTable: Fix overscan count (#208) (a975e62)
  • AnalyticalTable: Fix scrolling and resizing (#206) (fe50a43)
  • AnalyticalTable: Fixed resizable columns and horizontal scrolling (#211) (b289749)
  • AnalyticalTable: return correct item key for rerenders (#216) (4b1891f)
  • Notification: Add onClose prop, fix semantic-icon size (#220) (ed6ae9b)
  • Notification: Removed/renamed props to adopt to UI5-Webcomponents conventions (#223) (5ac74de)
  • ObjectPage: enable scroll by dragging scrollbar (#209) (58b708d)
  • SegmentedButton: call onClick prop on SegmentedButtonItem if set (#218) (bc9bef3)

Features

  • AnalyticalTable: Add prop alternateRowColor (#212) (d82d2d9)
  • AnalyticalTable: Refactoring, add onRowExpandChange and placeholder loading (#207) (2ae4bf6)
  • Notifications: Add Notification and NotificationGroup component (#171) (78200e2)
  • ObjectPage: Enable selecting a subSection by prop (#213) (f927ab3)
  • polyfills: Add Safari Polyfill (#219) (1801269)

BREAKING CHANGES

  • AnalyticalTable: Removed unused prop cellHeight, use rowHeight instead
  • AnalyticalTable: Removed unused prop reactTableProps
  • AnalyticalTable: Removed unused prop getTableProps
  • AnalyticalTable: Removed unused prop getHeaderGroupsProps
  • AnalyticalTable: Removed unused prop getHeaderProps
  • AnalyticalTable: Removed unused prop getRowProps
  • AnalyticalTable: Removed unused prop getCellProps

v0.5.0

15 Aug 07:45
Compare
Choose a tag to compare

v0.5.0 (2019-08-15)

Combined Changelog from 0.4.1 to 0.5.0

Features

Bug Fixes

  • Charts: Show Loading Placeholder (#64) (589f787)
  • VariantManagement: initialSelectedKey prop is working as intended (#75) (a5e4267)
  • AnalyticalTable: Header is now resizable (#76) (eadd61a)
  • FilterBar: Increase margin between FilterItems in FilterBar (#80) (ee94065)
  • ObjectPage: Don't crash in default mode with only 1 child provided (#81) (2e5ddb5)
  • Custom Components: adding ref to CommonProps interface (#84) (bb612ec)
  • charts: Repeat the color palette if more datasets than colors are used (#86) (e22387c)

Code Refactoring

  • Charts: Update ref API and color maps (#62) (a343567)
  • VariantManagement: removed unused prop enabled (#77) (5080316)

BREAKING CHANGES

  • Charts: innerChartRef is replaced by ref
  • Charts: sap_belize and sap_belize_plus stylings are not longer exported
  • Charts: Name of color variables for all themes changed. Now sapUiChartAccent1 to sapUiChartAccent12 plus sapUiChartGood, sapUiChartBad and sapUiChartHighlight are available
  • VariantManagement: Removed prop enabled, please use disabled instead. This change should not affect your applications, because enabled was never implemented.
  • AnalyticalCard: Prop renderHeader renamed to header, now accepting the React Element direclty
  • AnalyticalCardHeader: Prop loading was removed as it was not part of the specs

v4.0.1

19 Jul 06:57
Compare
Choose a tag to compare

0.4.1 (2019-07-19)

Bug Fixes

  • FilterItem: BusyIndicator is displayed when loading prop is true (#63) (9d88985)
  • AnalyticalTable: BusyIndicator is displayed when loading prop is true (#61) (f841ead)
  • Spinner: Enabled Spinning again (#59) (740891f), closes #57