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
We have added a new sample that demonstrates how to use sap.m.IllustratedMessage with an external illustration set. For more information, see the Sample.
We have added a new ariaTitleLevel property. It allows setting custom aria-level values to the title in sap.m.IllustratedMessage. For more information, see the API Reference.
Changed•Control•Info Only•1.112
Info Only
2023-03-23
1.112
Deprecated
Control
sap.m.MessagePage
sap.m.MessagePage
We have deprecated the sap.m.MessagePage, and recommend using the sap.m.IllustratedMessage instead.
Deprecated•Control•Info Only•1.112
Info Only
2023-03-23
1.112
Changed
Control
sap.ui.integration.widgets.Card
sap.ui.integration.widgets.Card
We have (experimentally) introduced two new ShowCard and HideCard actions that enable you, from one card, to open another card that shows more details or actions. The ShowCard action opens a dialog with the new card, which is created by a given manifest. The HideCard action closes this dialog. For more information, see the Show Card section and the Sample in the Card Explorer.
We have (experimentally) enhanced the Object card and now it also supports Image and Input as content types. For more information, see the Object Card section and the Samples in the Card Explorer.
We have added a new (experimental) previewMode property that can be used when the end user is exploring, selecting, or configuring cards. It depends on the host environment to trigger the card rendering into the required preview mode. The available options for the host developers are:
Off (default) - live data is displayed.
MockData - the card shows mock data, loaded using a data request. The card developer should set the data source in the data/mockData part of the manifest.
Abstract - the card shows an abstract placeholder without loading data.
The date range filter now supports several new options: dateTimeRange, fromDateTime, toDateTime, and dateTime. For more information, see the Date Range Filter section and the Sample in the Card Explorer.
Changed•Control•Info Only•1.112
Info Only
2023-03-23
1.112
Changed
Feature
OpenUI5 OData V4 Model
OpenUI5 OData V4 Model
The new version of the OpenUI5 OData V4 model introduces the following features:
We now provide Deep Create in a first version as an experimental feature. You can use a transient context as the binding context of a list binding and call sap.ui.model.odata.v4.ODataListBinding#create on that dependent list binding. Note that the Deep Create feature is currently neither complete nor intended for productive use.
You can now specify $$sharedRequest:false for list bindings. This is helpful for list bindings of separate value list models, as $$sharedRequest defaults to true for these bindings.