@ui5/webcomponents-react
Advanced tools
Changelog
2.0.0 (2024-08-23)
ssr
folder has been removed as the UI5 Web Components now natively support being imported in Node.js environments. You can import all components from @ui5/webcomponents-react
.selectedFlatRows
has been removed from the detail
object of onRowSelect
.MicroBarChart
component as been removed as this is a legacy component which is not covered by design specs anymore.Changelog
2.0.0-rc.3 (2024-08-21)
CustomElementsScope
import path (#6184) (de68b2d), closes #6183onClose
is not passed (#6226) (7981491), closes #6215createPortal
(#6242) (a571981)Modals
component instead of being rendered into document.body
FilterBar
component was completely overhauled and references of input elements aren’t copied to the filters dialog anymore, also internal logic for reordering and selection has been removed, meaning it’s necessary to control their values manually (e.g. via React state).onToggleFilters
: The detail
property of the event now only includes visible
and nativeDetail
properties. filters
and search
have been removed.onFiltersDialogSave
: The detail
property of the event now only includes selectedFilterKeys
, reorderedFilterKeys
and nativeDetail
properties. elements
, toggledElements
, filters
, search
, orderIds
have been removed.onFiltersDialogCancel
: The event is now a callback instead of a Ui5CustomEvent
. It implements the escPressed
parameter.onFiltersDialogClose
: The event is now a callback instead of a Ui5CustomEvent
. It implements the closeTrigger
parameter.onFiltersDialogSelectionChange
: The event is now a callback instead of a Ui5CustomEvent
. It implements a payload object as parameter.onFiltersDialogSearch
: The event is now a standard Input
onInput
event. The detail
properties value
and element
have been removed.onClear
: The event is now a standard ToolbarButton
onClick
event. The detail
properties filters
and search
have been removed.onGo
: The event is now a standard ToolbarButton
onClick
event. The detail
properties elements
, filters
, search
, nativeDetail
have been removed.onRestore
: The event is now a callback instead of a CustomEvent
. It implements a payload object as parameter.onFiltersDialogOpen (TypeScript)
: The target of the event is now a ToolbarButton
.portalContainer
has been removed as it's no longer needed due to the Popover API used in the Popover
ui5 web component.FilterGroupItem
: orderId
has been removed. Please use filterKey
instead.Changelog
2.0.0-rc.2 (2024-08-07)
aria-hidden
to multi selection checkboxes (#6134) (082d1c0), closes #6133Text
(#6123) (277120b)currentTarget
type (#6167) (656ad5a), closes #6136