Releases: SAP/ui5-webcomponents-react
Releases · SAP/ui5-webcomponents-react
v0.9.0-rc.14
0.9.0-rc.14 (2020-04-10)
Bug Fixes
- Framework: fix sideEffect-full files in react production build (f5c02b1)
v0.9.0-rc.13
0.9.0-rc.13 (2020-04-09)
Bug Fixes
- AnalyticalTable: move ResizeObserver creation into effect to avoid blank tables on second mount (#420) (a237d51)
- VariantManagement: fix invalid hook calls (#421) (820d28d)
BREAKING CHANGES
- VariantManagement: rename prop
initialSelectedKey
toselectedKey
v0.9.0-rc.12
v0.9.0-rc.11
0.9.0-rc.11 (2020-04-09)
Bug Fixes
- AnalyticalTable: fix scrollbar issue on column reorder & initial horizontal scrolling (#413) (4665db7)
- Charts: separate size monitoring for height and width (#417) (a771fd3)
- Framework: fix side-effects in rollup build (#414) (b64fc5f)
- Grid: fix incorrect layout when rendered before Device was initialized (#418) (cb62961)
- ThemingSupport: don't load fiori_3 parameters twice (#416) (b5421a6)
Code Refactoring
BREAKING CHANGES
- withWebComponent: the dependencies
@ui5/webcomponents
,@ui5/webcomponents-fiori
and@ui5/webcomponents-icons
are nowpeerDependencies
and have to be installed next to@ui5/webcomponents-react
v0.9.0-rc.10
0.9.0-rc.10 (2020-04-07)
Bug Fixes
- AnalyticalTable: fix column filter and allow spaces as input (#411) (4003065)
- AnalyticalTable: skip first table paint as long as column width has not been calculated (#406) (528d048)
- AnalyticalTableColumnDefinition: Add props typing to ComponenType (#409) (6e3d549)
Code Refactoring
Features
BREAKING CHANGES
- Popovers: Dialog: Remove property
open
. You can now open a dialog by attaching a ref to the dialog and call the methodopen()
. - Popovers: Popover: Removed props
openBy
,openByStyle
,open
andpropagateOpenByClickEvent
. For opening a popover after e.g. a button click attach a ref to the popover and use the button click hander for calling.openBy(event.target)
on the popover ref. - Popovers: ResponsivePopover: Removed props
openBy
,openByStyle
,open
andpropagateOpenByClickEvent
. For opening a responsive popover after e.g. a button click attach a ref to the responsive popover and use the Button click hander for calling.open(event.target)
on the responsive popover ref.
v0.9.0-rc.9
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.