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 prevented the overwriting of the high contrast setting of Windows for all OpenUI5 themes when using Chrome and Edge browsers.
Changed•Feature•Info Only•1.101
Info Only
2022-04-21
1.101
Changed
Feature
OpenUI5 OData V2 Model
OpenUI5 OData V2 Model
The new sap.ui.model.odata.v2.Context#delete method deletes a binding's Context irrespective of its status, including inactive, transient, and persisted contexts.For more information, see the API Reference.
Changed•Feature•Info Only•1.101
Info Only
2022-04-21
1.101
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 support the setting of a different binding context for a relative list binding with transient contexts.
sap.ui.model.odata.v4.AnnotationHelper#format now evaluates the com.sap.vocabularies.common.v1.Timezone annotation of properties of the Edm.DateTimeOffset type. A composite binding with an sap.ui.model.odata.type.DateTimeWithTimezone type is generated, showing the date/time and the time zone. For more information, see AnnotationHelper.
We provide a new sample application that demonstrates how data in different controls can be kept in sync. The application also shows important aspects of consuming a draft-enabled back-end service.For more information, see the Sample.
Changed•Feature•Info Only•1.101
Info Only
2022-04-21
1.101
Changed
Control
sap.m.List, sap.m.Table, sap.m.Tree
sap.m.List, sap.m.Table, sap.m.Tree
For better user experience with a more visual approach and a more conversational tone, these tables can now use another control, for example, the sap.m.IllustratedMessage control, based on the new noData aggregation. This control can be used if no data is available for a table. For more information, see the API Reference for the noData aggregation and the API Reference for IllustratedMessage.
Changed•Control•Info Only•1.101
Info Only
2022-04-21
1.101
Changed
Control
sap.m.upload.UploadSet
sap.m.upload.UploadSet
You can now sort, group, and filter the items within UploadSet.For more information, see the API Reference and the Samples.
Changed•Control•Info Only•1.101
Info Only
2022-04-21
1.101
Changed
Control
sap.m.Wizard
sap.m.Wizard
We have introduced the navigationChange event. It is fired when the current visible step is changed by either tapping on the sap.m.WizardProgressNavigator or scrolling through the steps. For more information, see the API Reference and the Sample.
We have also removed the experimental flag for the sap.m.WizardRenderMode property. For more information, see the API Reference.