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.91 to 1.92.
Version
Type
Category
Title
Description
Action
Available as of
1.92
New
Control
sap.m.DynamicDateRange (Experimental)
sap.m.DynamicDateRange (Experimental)
The new (experimental) DynamicDateRange control enables users to select absolute and relative dates and date ranges using a different offset from the current date. Application developers can configure the list of values offered. The DynamicDateRange control supports several standard options, but as a developer, you can also define a custom option that fits your specific use case. For more information, see the API Reference and the Sample.
New•Control•Info Only•1.92
Info Only
2021-07-15
1.92
Changed
Feature
OpenUI5 OData V4 Model
OpenUI5 OData V4 Model
The new version of the OpenUI5 OData V4 model introduces the following features:
The sap.ui.model.odata.v4.Context#setKeepAlive method now provides an additional bRequestMessages parameter that allows you to request bound messages for the kept-alive context. The message property is identified through the com.sap.vocabularies.Common.v1.Messages annotation. For more information, see Server Messages in the OData V4 Model.
You can now execute actions with the Prefer header handling=strict. For more information, see Strict Handling.
We now support absolute property bindings of $count. Note that this will display the count as it is provided by the server. If a count that includes transient entries is required, the header context has to be used. For more information, see Binding Collection Inline Count.
Changed•Feature•Info Only•1.92
Info Only
2021-07-15
1.92
Changed
Control
sap.m.Dialog
sap.m.Dialog
We have updated the colors of value-state status icons. Now, they have better color-contrast ratios for improved accessibility. For more information, see the Sample.
Changed•Control•Info Only•1.92
Info Only
2021-07-15
1.92
Changed
Control
sap.m.List, sap.m.Table, sap.m.Tree
sap.m.List, sap.m.Table, sap.m.Tree
We have provided the new requestItems method that lets you load more data in a control. You can now trigger the growing feature manually, if the growing property is set to true. For more information, see the API Reference.
Changed•Control•Info Only•1.92
Info Only
2021-07-15
1.92
Changed
Control
sap.m.QuickViewPage
sap.m.QuickViewPage
The control now supports avatars, which display business objects, images, initials, and more. To enable this functionality, the QuickViewPage control uses sap.m.Avatar as an aggregation. The icon and fallbackIcon properties of the QuickViewPage are now deprecated. Instead, developers should use the functionality of the new avatar aggregation.For more information, see the API Reference and the Sample.
Changed•Control•Info Only•1.92
Info Only
2021-07-15
1.92
Changed
Control
sap.ui.integration.widgets.Card
sap.ui.integration.widgets.Card
The charts in the Analytical card now support (in experimental state) interactions on the detail level. Until now, users could only interact with the whole content area. Now, the user can click on separate points of the charts. As an application developer you can configure two optional scenarios upon click:
Trigger navigation actions defined by the actionableArea (experimental) property.
Open a popover with more details about the selected point defined by the popover (experimental) property.
We have added a new resize event, fired when the contents of the sap.ui.layout.PaneContainer are resized.For more information, see the API Reference and the Sample.