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.125 to 1.126.
Version
Type
Category
Title
Description
Action
Available as of
1.126
Changed
Control
sap.m.Avatar
sap.m.Avatar
You can now add badges without requiring a press event.
When the sap.m.Avatar with a badge is in focus, the badgeTooltip is now announced by screen readers.
Changed•Control•Info Only•1.126
Info Only
2024-07-11
1.126
Changed
Control
sap.m.InputBase
sap.m.InputBase
We have exposed the setPreferredUserInteraction method to allow application developers to set the preferred interaction type for the input controls. For more information, see the API Reference.
Changed•Control•Info Only•1.126
Info Only
2024-07-11
1.126
Changed
Control
sap.m.RadioButton
sap.m.RadioButton
The control now supports wrapping. By default, the wrapping is disabled, and the label text is truncated without hyphenation. You can control its behavior using the new wrapping and wrappingType properties. For more information, see the API Reference and the Sample.
Changed•Control•Info Only•1.126
Info Only
2024-07-11
1.126
Changed
Control
sap.ui.integration.widgets.Card
sap.ui.integration.widgets.Card
We have added a new displayZeroValue property to the (experimental) StackedBar micro chart. When set to true (default), each bar of the chart is displayed, even if its corresponding value is zero. For more information, see the Card Micro Charts section and the Sample in the Card Explorer.
We have added a new fitType property to the icons in List and Table cards. Using the new property, you can now control how the image fits in the available icon space. For more information, see the List Card Charts and the Table Card sections in the Card Explorer.
We have (experimentally) enhanced the responsive behavior of the cards. For more information, see the Sample in the Card Explorer.
Changed•Control•Info Only•1.126
Info Only
2024-07-11
1.126
Changed
Feature
OpenUI5 OData Models
OpenUI5 OData Models
We have adapted the calculation of the $top and $skip query options for both the sap.ui.model.odata.v2.ODataModel and the sap.ui.model.odata.v4.ODataModel so that more data is requested when scrolling in a list. These requests now typically have a $top value that corresponds to the threshold parameter set for the sap.ui.table.Table control.
The new version of the OpenUI5 OData V4 model introduces the following features:
When you use the experimental selection feature, a selectionChanged event is now raised by the sap.ui.model.odata.v4.ODataListBinding if the selection is either changed via sap.ui.model.odata.v4.Context#setSelected or by changing the value of the @$ui5.context.isSelected client-side annotation.
We have provided the experimental createInPlace parameter for the $$aggregation / sap.ui.model.odata.v4.ODataListBinding#setAggregation binding parameter. When set, newly created nodes are shown in the back-end position and not in first position among their siblings.
There are currently no major deprecations. For a complete list of all deprecations, see Deprecated APIs.
Deprecated•Feature•Info Only•1.126
Info Only
2024-07-11
1.126
Changed
Control
sap.ui.mdc.Table
sap.ui.mdc.Table
We have now added keyboard support for reordering columns in this control. The reordering is done using drag and drop, which is why the keyboard support is offered via the aggregations of the drag and drop implementation. For more information, see the API Reference.
Changed•Control•Info Only•1.126
Info Only
2024-07-11
1.126
Changed
Control
sap.m.table.columnmenu.Menu
sap.m.table.columnmenu.Menu
We have adapted the entities of the sap.m.table.columnmenu class: The IColumnHeaderMenu interface is now no longer experimental and offers some new methods and events. We have also improved the documentation and provided a new sample with a custom column menu. For more information, see the API Reference and the Sample.