Skip to content

v0.9.0-rc.9

Pre-release
Pre-release
Compare
Choose a tag to compare

0.9.0-rc.9 (2020-04-03)

This release includes the update of the @ui5/webcomponents to version 1.0.0-rc.6. For detailed information about their changes, please take at look at the UI5 Web Components Changelog.

Bug Fixes

  • AnalyticalTable: fix tree-table selection, add selectionBehavior prop + enum (#401) (7aab047)
  • useViewportRange: don't update state after unmount (#402) (6b8daef)

Features

  • AnalyticalTable: add infiniteScroll and keyboard navigation for cells (#397) (c6b64ba)
  • AnalyticalTable: add possibility to clear sorting in column header (#399) (137da3f)
  • Framework: update to ui5-webcomponents-rc.6 (#392) (84a3f90), closes #349
  • ThemeProvider: add global css classes (#400) (d0c811d)

BREAKING CHANGES

  • AnalyticalTable: replace noSelectionColumn prop with selectionBehavior enum
  • AnalyticalTable: column option groupable replaced by disableGroupBy: boolean
  • AnalyticalTable: column option sortable replaced by disableSortBy: boolean
  • AnalyticalTable: column option filterable replaced by disableFilters: boolean
  • AnalyticalTable: Enabling grouping, sorting or filtering on column level by e.g disableGroupBy: false will not overwrite the table overall setting in case e.g. groupable={false}
  • Framework: Replace Avatar Component with Avatar UI5 Web Component
  • Framework: Replace Carousel Component with Carousel UI5 Web Component
  • Framework: Replace SegmentedButton Component with SegmentedButton UI5 Web Component
  • Framework: Deleted SegmentedButtonItem, replaced by ToggleButton
  • Framework: Remove MessageToast Component, replaced by Toast UI5 Web Component
  • Framework: ThemeProvider: Remove prop withToastContainer
  • Framework: AvatarSize: Remove value Custom
  • Framework: ButtonDesign: RenameAccept to Positive
  • Framework: ButtonDesign: RenameReject to Negative
  • Framework: InputType: Rename Url to URL
  • Framework: CarouselArrowsPlacement: Rename PageIndicator to Navigation
  • Framework: BusyIndicator : change default size of busy dots to Medium
  • Framework: Icon : src property is removed in favor of name
  • Framework: MessageStrip : replace icon property with icon slot to allow setting arbitrary content by the user
  • Framework: MultiComboBox : Does not longer accept StandardListItem as child, use MultiComboBoxItem instead
  • Framework: ShellBar : profile property is removed in favour of profile slot
  • Framework: TabContainer : onItemSelect event is renamed to onTabSelect and the item event parameter is renamed to tab.
  • Framework: Card : the property subtitle has been renamed to subheading
  • Framework: TextArea : the property maxLength has been renamed to maxlength
  • Framework: ThemeProvider : new prop theme is required for correct theming in addition to importing import '@ui5/webcomponents-react/lib/ThemingSupport'
  • Framework: configuring of compact size is removed, use the ui5-content-density-compact CSS class to apply compact size.