@ui5/webcomponents-react-cli
Advanced tools
Changelog
2.6.0 (2025-01-09)
onFiltersDialogSelectionChange
(#6724) (0e289fa), closes #6720"search"
(#6791) (9919542)Changelog
2.5.0 (2024-12-09)
BusyIndicator
if table has data (#6614) (36aa447)activeSegment
handling & fix focus behavior (#6686) (d5b612d), closes #6683useSyncExternalStore
shim with react
import (#6650) (af15a8c)hideApplyAutomatically
(#6624) (06a88f5), closes #6618readOnly
behavior (#6628) (fe389bc), closes #6622 #6617Changelog
2.4.0 (2024-11-05)
aria-expanded
(#6587) (a74ffbc), closes #6516Changelog
2.3.3 (2024-10-31)
onRowClick
and accessor function (#6520) (c838d80), closes #6519main
imports (#6554) (d432c5e)Changelog
2.3.0 (2024-10-17)
type
of TableRow
(#6468) (659b432)hideToolbar
is active (#6464) (65d48a5), closes #6461Changelog
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 #6136Changelog
2.0.0-rc.1 (2024-07-19)
DynamicPage
(#6086) (93819a9)wrapping
to maxLines
(#6085) (a879a9b)react
and react-dom
version is now 18.0.0headerContent
has been renamed to headerArea
and
now only accepts the ObjectPageHeader
component.headerTitle
has been renamed to titleArea
and now
only accepts the ObjectPageTitle
component.footer
has been renamed to footerArea
.onToggleHeaderContent
has been renamed to
onToggleHeaderArea
onPinnedStateChange
has been renamed to
onPinButtonToggle
actions
has been renamed to
actionsBar
. Instead of single actions, the Toolbar
component should
now be passed.navigationActions
has been
renamed to navigationBar
. Instead of single actions, the Toolbar
component should now be passed.actionsToolbarProps
: Since it's
now recommended passing the Toolbar
component directly, this prop is
redundant.navigationActionsToolbarProps
:
Since it's now recommended passing the Toolbar
component directly,
this prop is redundant.