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.128 to 1.129.
Version
Type
Category
Title
Description
Action
Available as of
1.129
Changed
Feature
OpenUI5 OData V4 Model
OpenUI5 OData V4 Model
The new version of the OpenUI5 OData V4 model introduces the following features:
We have added the experimental $$separate binding parameter to ODataListBinding, which allows you to load properties with a longer loading time in a separate request. At the moment, only navigation properties can be specified in $$separate. Note that this parameter must not be used in productive applications yet.
We now support filtering by aggregated properties. For more information, see Filtering.
Changed•Feature•Info Only•1.129
Info Only
2024-10-03
1.129
Changed
Feature
OpenUI5 OData V2 Model
OpenUI5 OData V2 Model
We now provide the sap.ui.model.odata.ODataMetaModel#getFunctionImportParameterContext method, which provides the parameter context for sap.ui.model.odata.ODataMetaModel#getODataValueLists. This enables the lazy loading of value list metadata of function import parameters.
The control can now display multiple links within its text using the controls aggregation.
Changed•Control•Info Only•1.129
Info Only
2024-10-03
1.129
Changed
Control
sap.m.Select
sap.m.Select
We have enhanced sap.m.Select so that now navigating with the arrow keys in a selection in the control can be reverted using the [Esc] key, even when the selection list is closed.
Changed•Control•Info Only•1.129
Info Only
2024-10-03
1.129
Deprecated
Feature
Deprecations
Deprecations
There are currently no major deprecations. For a complete list of all deprecations, see Deprecated APIs.
Deprecated•Feature•Info Only•1.129
Info Only
2024-10-03
1.129
Changed
Control
sap.ui.mdc.Table
sap.ui.mdc.Table
We have added the scrollThreshold property. It only affects the inner table if it is of type TableType.Table. For more information, see the API Reference.
Changed•Control•Info Only•1.129
Info Only
2024-10-03
1.129
Changed
Control
sap.m.List, sap.m.Table, sap.m.Tree
sap.m.List, sap.m.Table, sap.m.Tree
Group headers for the relevant items in these controls are now sticky, so they remain in a fixed position at the top of the page during vertical scrolling.
We have adapted and tidied up the structure of the context menu of group headers (for example, we have added submenus). In addition, the mobile menu button for group headers has been removed.
We have tidied up the interactive row count mode and the related entities: We have aligned the visual design of the resizer with the sap.ui.layout.Splitter control and improved the interaction, for example, the auto-resize and some missing keyboard shortcuts. We have also added the maxRowCount property with a default value. To improve accessibility, we have also added ARIA roles and attributes. For more information, see the API Reference and the Sample.
We have added the scrollThreshold property to the controls. It resembles the existing threshold property , but it is only used for scrolling. For more information, see the API Reference.
Changed•Control•Info Only•1.129
Info Only
2024-10-03
1.129
Changed
Control
sap.m.PlanningCalendar
sap.m.PlanningCalendar
A busy indicator is now shown while the rows are still loading. This prevents a misleading noData message from being displayed. For more information, see the API Reference.
Changed•Control•Info Only•1.129
Info Only
2024-10-03
1.129
Changed
Control
sap.m.ResponsivePopover
sap.m.ResponsivePopover
We have added a new footer aggregation to the control. This aggregation allows for the action buttons to be moved into an overflow menu on smaller screens when there isn't enough space. For more information, see the Sample.
Changed•Control•Info Only•1.129
Info Only
2024-10-03
1.129
Changed
Control
sap.ui.integration.widgets.Card
sap.ui.integration.widgets.Card
We have added a new selectedIndex property to the ComboBox (experimental) filter. The property can provide an initial selected index of the combo box. As a developer, use this property if the keys of the items are not known up front. For more information, see the Combo Box Filter section and Sample in the Card Explorer.
Changed•Control•Info Only•1.129
Info Only
2024-10-03
1.129
Changed
Control
sap.ui.unified.Menu
sap.ui.unified.Menu
We have added a new closed event, which is fired when a menu is closed. For more information, see the API Reference.