Releases: UI5/webcomponents-react
Releases · 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,openandpropagateOpenByClickEvent. 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,openandpropagateOpenByClickEvent. 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
noSelectionColumnprop withselectionBehaviorenum - AnalyticalTable: column option
groupablereplaced bydisableGroupBy: boolean - AnalyticalTable: column option
sortablereplaced bydisableSortBy: boolean - AnalyticalTable: column option
filterablereplaced bydisableFilters: boolean - AnalyticalTable: Enabling grouping, sorting or filtering on column level by e.g
disableGroupBy: falsewill not overwrite the table overall setting in case e.g.groupable={false} - Framework: Replace Avatar Component with
AvatarUI5 Web Component - Framework: Replace Carousel Component with
CarouselUI5 Web Component - Framework: Replace SegmentedButton Component with
SegmentedButtonUI5 Web Component - Framework: Deleted SegmentedButtonItem, replaced by ToggleButton
- Framework: Remove MessageToast Component, replaced by
ToastUI5 Web Component - Framework: ThemeProvider: Remove prop
withToastContainer - Framework: AvatarSize: Remove value
Custom - Framework: ButtonDesign: Rename
AccepttoPositive - Framework: ButtonDesign: Rename
RejecttoNegative - Framework: InputType: Rename
UrltoURL - Framework: CarouselArrowsPlacement: Rename
PageIndicatortoNavigation - Framework: BusyIndicator : change default size of busy dots to
Medium - Framework: Icon :
srcproperty 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
StandardListItemas child, useMultiComboBoxIteminstead - Framework: ShellBar : profile property is removed in favour of profile slot
- Framework: TabContainer :
onItemSelectevent is renamed toonTabSelectand the item event parameter is renamed to tab. - Framework: Card : the property
subtitlehas been renamed tosubheading - Framework: TextArea : the property
maxLengthhas been renamed tomaxlength - Framework: ThemeProvider : new prop
themeis 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-compactCSS class to apply compact size.
v0.9.0-rc.8
0.9.0-rc.8 (2020-04-01)
Bug Fixes
v0.9.0-rc.7
v0.9.0-rc.6
v0.9.0-rc.5
v0.9.0-rc.4
v0.9.0-rc.3
0.9.0-rc.3 (2020-03-24)
Bug Fixes
- AnalyticalTable: remove z-index from Table Header which caused issues when using table in an ObjectPage (#377) (3f545c1)
- Grid: Float items correctly in RTL mode (#378) (cdb1a14), closes #371
- ObjectPage: hide first section Header (#374) (7b05ab9)
- SegmentedButton: add intermediate css variable mappings in order to fix styling (#375) (86e962e)