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.130 to 1.131.
Version
Type
Category
Title
Description
Action
Available as of
1.131
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.131
Info Only
2024-11-28
1.131
Changed
Control
sap.ui.mdc.Table
sap.ui.mdc.Table
To collapse/expand either an entire node or an entire tree in tables with TreeTableType, we have introduced a MenuButton. For each functionality, the related function must be implemented in the configuration object of TableDelegate. For OData V4, we have already implemented this as a default functionality. For more information, see the API Reference.
We have enabled sticky group headers by default for tables with ResponsiveTableType. Group headers now remain in a fixed position at the top of the page during vertical scrolling. For more information, see the Sample.
We now also support the Indication09 and Indication10 color values for row highlights. Due to the accessibility contrast requirements, only values of Indication01 to Indication10 are supported. For more information, see the API Reference.
Changed•Control•Info Only•1.131
Info Only
2024-11-28
1.131
Changed
Feature
OpenUI5 Formatter
OpenUI5 Formatter
When using the currency instance of sap.ui.core.format.NumberFormat with the style format option set to short or long, the number of decimals provided with custom currencies or defined in the Unicode Common Locale Data Repository is not applied for formatting.
Changed•Feature•Info Only•1.131
Info Only
2024-11-28
1.131
Changed
Feature
sap.ui.model.sorter
sap.ui.model.sorter
We have provided getters for the binding path and the sorting order parameter of sap.ui.model.sorter.
Changed•Feature•Info Only•1.131
Info Only
2024-11-28
1.131
Changed
Feature
OpenUI5 OData V4 Model
OpenUI5 OData V4 Model
The new version of the OpenUI5 OData V4 model introduces the following features:
You can now modify the annotations of a separate value help service using local annotation files. For more information, see Value Lists.
We have provided the experimental separateReceived event at the sap.ui.model.odata.v4.ODataListBinding for columns loaded separately using the experimental $$separate binding parameter introduced with OpenUI5 1.129.
Changed•Feature•Info Only•1.131
Info Only
2024-11-28
1.131
Changed
Feature
Improved Focus Handling in OpenUI5
Improved Focus Handling in OpenUI5
Whenever a UI5 element loses focus due to becoming disabled, invisible, or destroyed, the focus now automatically shifts to the next logical element, ensuring improved navigation and accessibility. Control developers can customize this behavior by overriding the default onfocusfail handler to meet specific control requirements.
The down-arrow navigation has been updated to align with the specifications and the ARIA standard. Now, if there is a selection made through the type-ahead (autocomplete) functionality, pressing the [Down Arrow] key moves the focus to the next available item in the dropdown menu.
Changed•Control•Info Only•1.131
Info Only
2024-11-28
1.131
Changed
Control
sap.m.IconTabBar
sap.m.IconTabBar
We have made some visual improvements when the headerBackgroundDesign is set to Transparent. Now, the control won't show any unnecessary borders or shadows, and looks better when used in content with a transparent design. For more information, see the API Reference.
Changed•Control•Info Only•1.131
Info Only
2024-11-28
1.131
Changed
Control
sap.m.MaskInput
sap.m.MaskInput
We have introduced a new submit event that fires when users press [Enter] and submit a value. The event is fired only when the control is enabled and editable, regardless of whether there's a change in the submitted value. For more information, see the API Reference.
Changed•Control•Info Only•1.131
Info Only
2024-11-28
1.131
Changed
Control
sap.m.Menu
sap.m.Menu
We have introduced a new beforeClose event, fired when the menu is closed. For more information, see the API Reference.
Changed•Control•Info Only•1.131
Info Only
2024-11-28
1.131
Changed
Control
sap.m.Popover
sap.m.Popover
Users can now resize the control in all directions, depending on the position of the opener. For more information, see the Sample.
Changed•Control•Info Only•1.131
Info Only
2024-11-28
1.131
Changed
Control
sap.ui.integration.widgets.Card
sap.ui.integration.widgets.Card
You can now set actions in the card header to be placed as nested items in a menu. This feature allows you to group multiple actions. For more information, see the Custom Actions and the Host Actions samples.