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.114 to 1.115.
Version
Type
Category
Title
Description
Action
Available as of
1.115
Changed
Feature
sap.m.p13n.Engine
sap.m.p13n.Engine
We have added more samples for the Engine and deprecated the following entities: TablePersoController and TablePersoDialog. For more information, see Personalization, the API Reference, and the Sample for sap.ui.table.Table, the Sample for sap.m.Table, and the Sample for sap.f.GridList.
We have deprecated the editable property. For more information, see the API Reference.
Deprecated•Control•Info Only•1.115
Info Only
2023-06-15
1.115
New
Feature
Introduction of sap.ui.mdc library (experimental)
Introduction of sap.ui.mdc library (experimental)
We have introduced the sap.ui.mdc library experimentally. This library contains smart composite controls that are metadata-driven and allow applications to use them with any OpenUI5 model and any data protocol. For more information, see sap.ui.mdc and the API Reference.
New•Feature•Info Only•1.115
Info Only
2023-06-15
1.115
Changed
Feature
OpenUI5 OData V4 Model
OpenUI5 OData V4 Model
The new version of the OpenUI5 OData V4 model introduces the following features:
You can now close the current changeset in Auto groups by calling sap.ui.model.odata.v4.ODataModel#submitBatch. For any additional change requests that are created afterwards and make it into the same $batch request, a new changeset is created.
The new version of OpenUI5 provides the parseEmptyValueToZero format option for the following numeric OData types:
sap.ui.model.odata.type.Byte
sap.ui.model.odata.type.Decimal
sap.ui.model.odata.type.Double
sap.ui.model.odata.type.Int
sap.ui.model.odata.type.Int16
sap.ui.model.odata.type.Int32
sap.ui.model.odata.type.Int64
sap.ui.model.odata.type.SByte
sap.ui.model.odata.type.Single
Empty input, that is, null or "", is parsed to 0 if parseEmptyValueToZero is set to true and if the nullable constraint is false.
For more information, see, for example, the API Reference for sap.ui.model.odata.type.Int16.
Changed•Feature•Info Only•1.115
Info Only
2023-06-15
1.115
Changed
Control
sap.ui.integration.widgets.Card
sap.ui.integration.widgets.Card
Using the new (experimental) modelSizeLimit property, you can set the maximum number of entries that are used for all list bindings inside the card. This feature is important for cards that use forms and filters. The default modelSizeLimit value is 1000. For more information, see the Integration Card Configuration section and the Sample in the Card Explorer.
We have (experimentally) introduced a new input field in the Object Card that enables the users to pick a date.
For more information, see the Object Card section and the Sample in the Card Explorer.
We have introduced a new showColon property for labels in the Object Card. When set to false it hides the colons. The default value is true, in which case all colons are automatically shown. For more information, see the Object Card section and the Sample in the Card Explorer.
Changed•Control•Info Only•1.115
Info Only
2023-06-15
1.115
Changed
Control
sap.m.Button
sap.m.Button
We have added a new accessibleRole property that can receive a value from an enumeration called sap.m.ButtonAccessibleRole and the application developer can select one of two values – Default or Link.
We have provided an API that will allow the application to change the H level based on your needs so that the correct heading level structure is presented on the page. For more information, see the API Reference.
Changed•Control•Info Only•1.115
Info Only
2023-06-15
1.115
Changed
Control
sap.f.SidePanel
sap.f.SidePanel
We have added the ability to place the sap.f.SidePanel control on the left side of the screen. Previously it was fixed only to the right side.