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
With this release OpenUI5 is upgraded from version 1.124 to 1.125.
Version
Type
Category
Title
Description
Action
Available as of
1.125
Changed
Control
sap.ui.mdc.Table
sap.ui.mdc.Table
In the table in the View Settings dialog (P13n), you can now use the Select All option to select all columns at once to make them visible. For more information, see the Sample.
We have added a tutorial that allows you to build and try out your own artifacts based on the controls in the sap.ui.mdc library. For more information, see the OpenUI5 MDC Tutorial.
Changed•Feature•Info Only•1.125
Info Only
2024-06-13
1.125
Changed
Control
sap.ui.mdc.Table
sap.ui.mdc.Table, sap.ui.mdc.table.DragDropConfig
We have enhanced the DropInfo configuration: You can now use preventDefault for the dragover event. This way, you can disable dropping on a specific location, for example, between two table rows. To help consumers find out whether to prevent the default of the dragenter event when dragging over the edge of two DOM nodes, we have also added the dropPosition parameter to the event. For more information, see the API Reference for the dragOver event and the API Reference for DragDropConfig.
We have introduced the browserEvent parameter for all drag-and-drop-related events in DragDropConfig allowing consumers to access the DataTransfer object. For more information, see the API Reference.
Changed•Control•Info Only•1.125
Info Only
2024-06-13
1.125
Deprecated
Feature
OpenUI5 Resource Model
OpenUI5 Resource Model
We have deprecated the async parameter of the sap.ui.model.resource.ResourceModel API. A warning is now logged if the async parameter is not set to true.
Deprecated•Feature•Info Only•1.125
Info Only
2024-06-13
1.125
Changed
Feature
OpenUI5 OData V4 Model
OpenUI5 OData V4 Model
The maintenance of recursive hierarchies is no longer experimental; you can now use it in productive applications. For more information, see Recursive Hierarchy.
Changed•Feature•Info Only•1.125
Info Only
2024-06-13
1.125
Changed
Feature
Icon Explorer
Icon Explorer
We have added the following new icons to the SAP Fiori Tools icon font:
business-application-studio
clone-from-git
business-accelerator
Find the icon that fits your needs using the Icon Explorer tool.
Changed•Feature•Info Only•1.125
Info Only
2024-06-13
1.125
Changed
Control
sap.m.Carousel
sap.m.Carousel
You can now display the carousel’s page indicator over the content. To enable this behavior, we have created a new sap.m.CarouselPageIndicatorPlacementType enumeration, that replaces the old sap.m.PlacementType. The new enumeration has two additional values that you can use for this purpose - OverContentTop and OverContentBottom. For more information, see the API Reference and the Sample.
Changed•Control•Info Only•1.125
Info Only
2024-06-13
1.125
Changed
Control
sap.m.PlanningCalendar
sap.m.PlanningCalendar
Using the new noData aggregation, you can now set the control to display an illustrated message when there is no data available. For more information, see the API Reference.
Changed•Control•Info Only•1.125
Info Only
2024-06-13
1.125
Changed
Control
sap.m.SinglePlanningCalendar
sap.m.SinglePlanningCalendar
To enhance the accessibility of the control, we have enabled screen readers to announce information about the number of appointments hidden in the More button, along with the corresponding date of these appointments.
We have added a new sourceLink property to the moreLinkPress event. The new property enables developers to identify the exact More button that has been pressed. For more information, see the API Reference.
Changed•Control•Info Only•1.125
Info Only
2024-06-13
1.125
Changed
Control
sap.ui.integration.widgets.Card
sap.ui.integration.widgets.Card
You can now set the card to display a custom image loaded from the extension, rather than the default illustrated message. For more information, see the Custom Image Message sample in the Card Explorer.
The rendered card now has a data-help-id attribute set on its root element. This data-help-id is useful when you want to connect the card with a help system for the end user, for example SAP Companion. For more information, see the Help ID section in the Card Explorer.