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.94 to 1.95.
Version
Type
Category
Title
Description
Action
Available as of
1.95
Changed
Feature
OpenUI5 OData V2 Model
OpenUI5 OData V2 Model
The new version of the OpenUI5 OData V2 model introduces the following features:
The optional bDeleteCreatedEntities parameter has been added to the sap.ui.model.odata.v2.ODataModel#resetChanges method. If set to true, any created entities are removed.
The sap.ui.model.odata.v2.ODataModel#deleteCreatedEntry method has been deprecated. It does not update controls but cannot be changed for compatibility reasons. Applications should use sap.ui.model.odata.v2.ODataModel#resetChanges instead.
Changed•Feature•Info Only•1.95
Info Only
2021-10-07
1.95
Changed
Feature
OpenUI5 OData V4 Model
OpenUI5 OData V4 Model
The new version of the OpenUI5 OData V4 model introduces the following features:
A new sap.ui.model.odata.v4.ODataContextBinding#moveEntityTo method. You can use this API in a list-detail scenario to load details first, as described in Data Reuse. Note that this method is still a work in progress and should not be used for productive applications yet.
An absolute property binding with a path that ends in $count now supports the $apply, $filter, and $search OData system query options.
You can now provide handlers that provide the security token header. Note that expiration is currently only supported for the X-CSRF-Token header. For more information, see Security Token Handling.
Changed•Feature•Info Only•1.95
Info Only
2021-10-07
1.95
Changed
Control
sap.m.Button
sap.m.Button
We have improved the accessibility of the control, and the screen readers now announce when there is a change in the text, tooltip, or icon in a stand-alone sap.m.Button. For more information, see the API Reference.
Changed•Control•Info Only•1.95
Info Only
2021-10-07
1.95
Changed
Control
sap.m.DatePicker, sap.m.DateRangeSelection, sap.m.DateTimePicker, and sap.ui.unified.Calendar
sap.m.DatePicker, sap.m.DateRangeSelection, sap.m.DateTimePicker, and sap.ui.unified.Calendar
These controls now have the new property showCurrentDateButton, which displays an additional button in the navigation part of the calendar. When pressed, the control navigates to the current date and focuses on it. This feature is available for pickers whose display format allows picking a day. For more information, see the API Reference and the Sample.
Changed•Control•Info Only•1.95
Info Only
2021-10-07
1.95
Changed
Control
sap.m.StandardListItem
sap.m.StandardListItem
Information texts in lists can now also be wrapped if wrapping is enabled for this control. However, a More option for these texts is not available. For more information, see the API Reference for wrapping, the API Reference for info, and the Sample.
Changed•Control•Info Only•1.95
Info Only
2021-10-07
1.95
Changed
Control
sap.ui.integration.widgets.Card
sap.ui.integration.widgets.Card
We have introduced (in experimental state) support for data caching. This feature enables host-environment developers to implement client-side data caching. Additionally, card developers have options to control what data is cached and how it should be cached. For more information, see the Data Handling - Cache, Integrate - Caching sections, and the Sample in the Card Explorer.
The side indicators in the numeric header of the card now support semantic colors. This functionality is achieved using the new state property of the SideIndicator. For more information, see the Analytical Card Sample in the Card Explorer.
We have added a new refreshData method. You can use it to refresh only that part of the card that shows new data, without rerendering the whole card. For more information, see the Refresh Data Sample in the Card Explorer.
The Analytical type card can now visualize (in experimental state) all charts from the sap.viz library. To enable it, we have enhanced the card manifest with new properties - feeds, which allows developers to define more measures and dimensions, and chartProperties to customize the charts. The properties legend, plotArea, title, dimensionAxis, and measureAxis are now deprecated. For more information, see the Analytical Card section and the Sample in the Card Explorer.