v0.9.0-rc.9
Pre-release
Pre-release
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 withselectionBehavior
enum - AnalyticalTable: column option
groupable
replaced bydisableGroupBy: boolean
- AnalyticalTable: column option
sortable
replaced bydisableSortBy: boolean
- AnalyticalTable: column option
filterable
replaced bydisableFilters: 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: Rename
Accept
toPositive
- Framework: ButtonDesign: Rename
Reject
toNegative
- Framework: InputType: Rename
Url
toURL
- Framework: CarouselArrowsPlacement: Rename
PageIndicator
toNavigation
- Framework: BusyIndicator : change default size of busy dots to
Medium
- Framework: Icon :
src
property is removed in favor ofname
- 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, useMultiComboBoxItem
instead - Framework: ShellBar : profile property is removed in favour of profile slot
- Framework: TabContainer :
onItemSelect
event is renamed toonTabSelect
and the item event parameter is renamed to tab. - Framework: Card : the property
subtitle
has been renamed tosubheading
- Framework: TextArea : the property
maxLength
has been renamed tomaxlength
- Framework: ThemeProvider : new prop
theme
is required for correct theming in addition to importingimport '@ui5/webcomponents-react/lib/ThemingSupport'
- Framework: configuring of compact size is removed, use the
ui5-content-density-compact
CSS class to apply compact size.