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 SAPUI5 is upgraded from version 1.114 to 1.115.
Tip:
If you want to do a search across all versions of the What's New content, you can also find it in the SAPUI5 What's New viewer.
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 SAPUI5 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
SAP Fiori Elements
SAP Fiori elements for OData V2
SAP Fiori elements for OData V2
The following changes and new features are available for SAP Fiori elements for OData V2:
The following changes and new features are available for SAP Fiori elements for OData V4:
Applications can now programmatically trigger 'Go' in the FilterBar building block. For more information, see The FilterBar Building Block.
Changed•SAP Fiori Elements•Info Only•1.115
Info Only
2023-06-15
1.115
Changed
Feature
SAPUI5 OData V4 Model
SAPUI5 OData V4 Model
The new version of the SAPUI5 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 SAPUI5 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.ui.comp.filterbar.FilterBar, sap.ui.comp.smartfilterbar.SmartFilterBar, sap.ui.comp.smartfield.SmartField, sap.ui.comp.valuehelpdialog.ValueHelpDialog, and sap.m.P13nConditionPanel
sap.ui.comp.filterbar.FilterBar, sap.ui.comp.smartfilterbar.SmartFilterBar,sap.ui.comp.smartfield.SmartField,sap.ui.comp.valuehelpdialog.ValueHelpDialog, and sap.m.P13nConditionPanel
To improve the user experience, we have enabled these controls to display a number keypad on mobile devices when used with relevant numeric data types:
For OData V2: Edm.Decimal, Edm.Double, Edm.Single, and EDM.String with display-format=NonNegative
For OData V4: DigitalSequence
Changed•Control•Info Only•1.115
Info Only
2023-06-15
1.115
Changed
Control
sap.ui.comp.smartfield.SmartField
sap.ui.comp.smartfield.SmartField
We have improved the support for the Common.isTimezone annotation. It is now also supported for fields that have a value help dialog, suggestions, type ahead, and fixed-list value lists.
Changed•Control•Info Only•1.115
Info Only
2023-06-15
1.115
Changed
Control
sap.ui.comp.valuehelpdialog.ValueHelpDialog
sap.ui.comp.valuehelpdialog.ValueHelpDialog
The control now supports In parameters for MultiComboBox filters.
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.