Skip to content

Latest commit

 

History

History
875 lines (512 loc) · 23.2 KB

what-s-new-in-sapui5-1-115-409fde8.md

File metadata and controls

875 lines (512 loc) · 23.2 KB

What's New in SAPUI5 1.115

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.

Changed•Feature•Info Only•1.115

Info Only

2023-06-15

1.115

Deprecated

Control

sap.ui.table.AnalyticalTable, sap.ui.table.Table, sap.ui.table.TreeTable

sap.ui.table.AnalyticalTable, sap.ui.table.Table, sap.ui.table.TreeTable

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:

Changed•SAP Fiori Elements•Info Only•1.115

Info Only

2023-06-15

1.115

Changed

SAP Fiori Elements

SAP Fiori elements for OData V4

SAP Fiori elements for OData V4

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.

    For more information, see the API Reference.

  • We now support the "Deep Create" scenario for navigation properties of cardinality "many", that is, collection-valued navigation properties.

    For more information, see Creating an Entity.

Changed•Feature•Info Only•1.115

Info Only

2023-06-15

1.115

Changed

Feature

SAPUI5 OData Types

SAPUI5 OData Types

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.

For more information, see the API Reference.

Changed•Control•Info Only•1.115

Info Only

2023-06-15

1.115

Changed

Control

sap.m.DynamicDateRange

sap.m.DynamicDateRange

We removed the experimental tag of the control. This changes the API to make the control more stable and easier to use.

For more information, see the API Reference.

Changed•Control•Info Only•1.115

Info Only

2023-06-15

1.115

Changed

Control

sap.m.Wizard

sap.m.Wizard

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.

For more information, see the API Reference.

Changed•Control•Info Only•1.115

Info Only

2023-06-15

Related Information

What's New in SAPUI5 1.130

What's New in SAPUI5 1.129

What's New in SAPUI5 1.128

What's New in SAPUI5 1.127

What's New in SAPUI5 1.126

What's New in SAPUI5 1.125

What's New in SAPUI5 1.124

What's New in SAPUI5 1.123

What's New in SAPUI5 1.122

What's New in SAPUI5 1.121

What's New in SAPUI5 1.120

What's New in SAPUI5 1.119

What's New in SAPUI5 1.118

What's New in SAPUI5 1.117

What's New in SAPUI5 1.116

What's New in SAPUI5 1.114

What's New in SAPUI5 1.113

What's New in SAPUI5 1.112

What's New in SAPUI5 1.111

What's New in SAPUI5 1.110

What's New in SAPUI5 1.109

What's New in SAPUI5 1.108

What's New in SAPUI5 1.107

What's New in SAPUI5 1.106

What's New in SAPUI5 1.105

What's New in SAPUI5 1.104

What's New in SAPUI5 1.103

What's New in SAPUI5 1.102

What's New in SAPUI5 1.101

What's New in SAPUI5 1.100

What's New in SAPUI5 1.99

What's New in SAPUI5 1.98

What's New in SAPUI5 1.97

What's New in SAPUI5 1.96

What's New in SAPUI5 1.95

What's New in SAPUI5 1.94

What's New in SAPUI5 1.93

What's New in SAPUI5 1.92

What's New in SAPUI5 1.91

What's New in SAPUI5 1.90

What's New in SAPUI5 1.89

What's New in SAPUI5 1.88

What's New in SAPUI5 1.87

What's New in SAPUI5 1.86

What's New in SAPUI5 1.85

What's New in SAPUI5 1.84

What's New in SAPUI5 1.82

What's New in SAPUI5 1.81

What's New in SAPUI5 1.80

What's New in SAPUI5 1.79

What's New in SAPUI5 1.78

What's New in SAPUI5 1.77

What's New in SAPUI5 1.76

What's New in SAPUI5 1.75

What's New in SAPUI5 1.74

What's New in SAPUI5 1.73

What's New in SAPUI5 1.72

What's New in SAPUI5 1.71

What's New in SAPUI5 1.70

What's New in SAPUI5 1.69

What's New in SAPUI5 1.68

What's New in SAPUI5 1.67

What's New in SAPUI5 1.66

What's New in SAPUI5 1.65

What's New in SAPUI5 1.64

What's New in SAPUI5 1.63

What's New in SAPUI5 1.62

What's New in SAPUI5 1.61

What's New in SAPUI5 1.60

What's New in SAPUI5 1.58

What's New in SAPUI5 1.56

What's New in SAPUI5 1.54

What's New in SAPUI5 1.52

What's New in SAPUI5 1.50

What's New in SAPUI5 1.48

What's New in SAPUI5 1.46

What's New in SAPUI5 1.44

What's New in SAPUI5 1.42

What's New in SAPUI5 1.40

What's New in SAPUI5 1.38