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.90 to 1.91.
Version
Type
Category
Title
Description
Action
Available as of
1.91
Changed
Feature
OpenUI5 OData V2 Model
OpenUI5 OData V2 Model
A Content-ID header has been added to all non-read requests in a batch request. For failing change sets, the Content-ID of individual messages in the error response is used to map the message to the correct request. This allows you to calculate the correct target.
Changed•Feature•Info Only•1.91
Info Only
2021-06-17
1.91
Changed
Feature
OpenUI5 OData V4 Model
OpenUI5 OData V4 Model
The new version of the OpenUI5 OData V4 model introduces the following features:
For a list binding with visual grouping, that is with a groupLevels list provided in the $$aggregation binding parameter, you can now request the $count parameter. The resulting count represents the number of records at the leaf level. The $count parameter can be accessed through the header context as described in Binding Collection Inline Count.
We now provide a new sap.ui.model.odata.v4.ODataListBinding#getCount method that allows you to get the count of elements or leaves in your collection.For more information, see the API Reference.
Changed•Feature•Info Only•1.91
Info Only
2021-06-17
1.91
Changed
Control
sap.m.App
sap.m.App
Until now, sap.m.App assumed that it wasn't nested and always appeared as the top-level root DOM element for apps. With the new isTopLevel property, you can now disable this behavior for different use cases, such as nested components and standalone usage.For more information, see the API Reference.
Changed•Control•Info Only•1.91
Info Only
2021-06-17
1.91
Changed
Control
sap.m.ExpandableText
sap.m.ExpandableText
Тhe control now also implements the new emptyIndicatorMode property. It allows developers to display an empty text as a language-dependent “-” symbol.For more information, see the API Reference.
Changed•Control•Info Only•1.91
Info Only
2021-06-17
1.91
Changed
Control
sap.m.Table
sap.m.Table
We introduced the ColumnResizer plugin that handles column resizing for a responsive table.For more information, see the API Reference
Changed•Control•Info Only•1.91
Info Only
2021-06-17
1.91
Changed
User Documentation
sap.m.Table Documentation Enhancement
sap.m.Table Documentation Enhancement
We have enhanced the existing documentation for the sap.m.Table control and related entities with details about column width handling, such as the strict layout and the pop-in feature.