You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebComponentWrapper: Fixed event handler removal after prop update (2b93c12)
BREAKING CHANGES
FilterBar: replaced boolean value with render function
List: the "selectionChange" event param "items" has been renamed to "selectedItems".
List: the "backgroundDesign" property has been removed, use the corresponding CSS variable (--_ui5_listitem_background_color) to alter the list items` background.
Panel: the "backgroundDesign" property has been removed, use the corresponding CSS variables (--_ui5_panel_background_color) to alter the panel background.
DatePicker: 'liveChange' event has been renamed to 'input'.
CheckBox: property "readOnly" has been renamed to "readonly".
RadioButton: property "readOnly" has been renamed to "readonly".