Skip to content

v0.7.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@MarcusNotheis MarcusNotheis released this 12 Nov 14:36
· 5108 commits to main since this 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