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.99 to 1.100.
Version
Type
Category
Title
Description
Action
Available as of
1.100
New
Feature
New Theme Flavors Available for SAP Fiori User Experience (Experimental)
New Theme Flavors Available for SAP Fiori User Experience (Experimental)
The new flavors for the preview version of the Horizon visual theme for SAP Fiori are now available (theme IDs: sap_horizon_dark, sap_horizon_hcb, and sap_horizon_hcw). In addition to Morning Horizon, which was introduced in an earlier release, we have now also provided Evening Horizon, Horizon High Contrast Black, and Horizon High Contrast White.
The themes have the status 'experimental' and are thus subject to change. They must not be used as a basis for custom themes as long as the status is 'experimental'.
New•Feature•Info Only•1.100
Info Only
2022-03-24
1.100
Changed
Feature
OpenUI5 OData V2 Model
OpenUI5 OData V2 Model
You can now access the status of a Context in bindings with the @$ui5.context.isInactive and @$ui5.context.isTransient instance annotations.For more information, see the API Reference for #isInactive and the API Reference for #isTransient.
Changed•Feature•Info Only•1.100
Info Only
2022-03-24
1.100
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.ODataModel#getKeepAliveContext method introduced with OpenUI5 1.99 also works if either no context exists in the identified list binding or if no list binding could be identified at all.For more information, see the API Reference and Relative Bindings.
You can now refresh a list binding with transient records.
Changed•Feature•Info Only•1.100
Info Only
2022-03-24
1.100
Changed
Control
sap.m.QuickView
sap.m.QuickView
The control now displays a language-dependent “–” symbol when the text for a value is empty. For more information, see the API Reference and the Sample.
Changed•Control•Info Only•1.100
Info Only
2022-03-24
1.100
Changed
Control
sap.m.Select
sap.m.Select
The sap.m.Select control has a new liveChange event that fires when the user navigates to a different item.For more information, see the API Reference.
Changed•Control•Info Only•1.100
Info Only
2022-03-24
1.100
Changed
Control
sap.ui.integration.widgets.Card
sap.ui.integration.widgets.Card
The showMessage method is now (experimentally) available for all card types. It allows developers to display a message to the user. For more information, see the Sample in the Card Explorer.
We have introduced a new initials formatter, which creates initials from names. The default length of the returned initials is 2, but you can control it using the optional length property. For more information, see the Initials Formatter section and the Sample in the Card Explorer.
We have added a new Sample that demonstrates how you can use expression binding with EncodeURIComponent formatter. Expression binding also supports some of the native JS functions like Array, Boolean, Date, Infinity, isFinite, isNaN, JSON, Math, NaN, Number, Object, parseFloat, parseInt, RegExp, String, and undefined.