Skip to content

Latest commit

 

History

History
794 lines (462 loc) · 22.4 KB

What_s_New_in_OpenUI5_1_119_0b1903a.md

File metadata and controls

794 lines (462 loc) · 22.4 KB
loio
0b1903a1fcf04cb588985d7f01b0796e

What's New in OpenUI5 1.119

With this release OpenUI5 is upgraded from version 1.118 to 1.119.


Version

Type

Category

Title

Description

Action

Available as of

1.119

Changed

Control

sap.m.p13n.Popup

sap.m.p13n.Popup

To select all columns in the personalization dialog, the user can now use the Select All option. For more information, see the API Reference.

Changed•Control•Info Only•1.119

Info Only

2023-10-05

1.119

Changed

Feature

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

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

  • You can now use sap.m.plugins.CellSelector (experimental) for cell selection in a table. It can also be used for the sap.ui.mdc.Table control (experimental). For more information, see the API Reference.

  • We have made the different row mode elements of the tables available. They replace the various properties (now deprecated) that used to define, for example, whether a fixed number of rows is displayed in a table, or whether the user can change the number of displayed rows. For more information, see the API Reference and the Sample.

Changed•Feature•Info Only•1.119

Info Only

2023-10-05

1.119

Changed

Feature

sap.m.plugins.CopyProvider

sap.m.plugins.CopyProvider

Users can now copy a cell block they have selected. To provide the required settings, we have introduced the sap.m.plugins.CopyPreference enumeration that allows users to either only copy selected cells or both rows and cells that they have selected. For more information, see the API Reference.

Changed•Feature•Info Only•1.119

Info Only

2023-10-05

1.119

Deprecated

Feature

Deprecations

Deprecations

We have deprecated the following entities for sap.ui.table*:

  • visibleRowCountMode

  • visibleRowCount

  • fixedRowCount

  • fixedBottomRowCount

  • rowHeight

  • minAutoRowCount

Deprecated•Feature•Info Only•1.119

Info Only

2023-10-05

1.119

Changed

Control

sap.ui.mdc.Table (experimental)

sap.ui.mdc.Table (experimental)

Drag and drop has been enabled for the rows of the (experimental) sap.ui.mdc.Table control. For more information, see the API Reference.

Changed•Control•Info Only•1.119

Info Only

2023-10-05

1.119

Deprecated

Control

valueHelpOnly functionality

valueHelpOnly functionality

We have deprecated the valueHelpOnly functionality in the sap.m.Input control and its usage is discouraged. The reason is linked to the proper accessibility state of the control, therefore we advise against its further use.

Deprecated•Control•Info Only•1.119

Info Only

2023-10-05

1.119

Changed

Feature

OpenUI5 Data Types

OpenUI5 Data Types

The getPlaceholderText method is no longer experimental and can be used productively. It was introduced with OpenUI5 1.114 and is used with the following data types:

  • sap.ui.model.odata.type.ODataType and any OData types inheriting from it
  • sap.ui.model.odata.type.DateTimeWithTimezone
  • sap.ui.model.type.Date
  • sap.ui.model.type.DateInterval

Changed•Feature•Info Only•1.119

Info Only

2023-10-05

1.119

Changed

Feature

OpenUI5 Client Models

OpenUI5 Client Models

Client models like sap.ui.model.json.JSONModel now support the ignoreMessages binding parameter for property bindings.

For more information, see the API Reference.

Changed•Feature•Info Only•1.119

Info Only

2023-10-05

1.119

Changed

Feature

OpenUI5 OData V2 Model

OpenUI5 OData V2 Model

For the tokenHandling parameter of the v2.ODataModel, we now support the additional skipServerCache string value. If you provide this value, the security token is not cached with the server as a key. This prevents failing $batch requests when accessing services running on different back-end systems behind a reverse proxy. Use this option only if the system landscape is known.

Changed•Feature•Info Only•1.119

Info Only

2023-10-05

1.119

Changed

Feature

OpenUI5 OData V4 Model

OpenUI5 OData V4 Model

The new version of the OpenUI5 OData V4 model introduces the following features:

  • Experimental: You can now move nodes in recursive hierarchies. This experimental feature must not be used in productive applications yet.

    For more information, see the API Reference.

  • Experimental: The sap.ui.model.odata.v4.ODataContextBinding#execute method can now also return a so-called return value context if the path of the binding parameter contains a navigation property. This experimental feature must not be used in productive applications yet.

    For more information, see the API Reference.

Changed•Feature•Info Only•1.119

Info Only

2023-10-05

1.119

Changed

Control

sap.m.MenuButton

sap.m.MenuButton

The beforeMenuOpen event, which was previously fired in split button mode only, now also fires in regular mode. For more information, see the API Reference.

Changed•Control•Info Only•1.119

Info Only

2023-10-05

1.119

Changed

Control

sap.m.PlanningCalendar

sap.m.PlanningCalendar

We have introduced a new rowHeaderPress event that is fired when the row header is pressed with a mouse click or when reached by the keyboard. This new event replaces the deprecated rowHeaderClick event, which was fired on mouse click only. For more information, see the API Reference.

Changed•Control•Info Only•1.119

Info Only

2023-10-05

1.119

Changed

Control

sap.ui.integration.widgets.Card

sap.ui.integration.widgets.Card

  • We have updated the Adaptive type sap.ui.integration.widgets.Card to support the newest markdown features available for Microsoft Adaptive Cards. Тhe markdown third-party packages are now updated to version 12.3.2. For more information, see the Adaptive Card Learn section and Markdown Samples in the Card Explorer.
  • Client-side pagination now provides access to the paginator model. Before, access was available only for server-side pagination. Card developers can now leverage the power of skip, size, and pageIndex model values to create more informative cards using data binding. For more information, see the Pagination Learn section and Samples in the Card Explorer.
  • The (experimental) ShowCard action is used to show another card with more details or additional actions. We have introduced two new (experimental) properties to control the card:
    • closeButton - shows or hides a Close button in the header of the card. For more information, see the Default Header and Numeric Header Learn sections in the Card Explorer.
    • resizable - controls whether the card can be resized. For more information, see the Show Card Learn section in the Card Explorer.

Changed•Control•Info Only•1.119

Info Only

2023-10-05

Parent topic:Previous Versions

Related Information

What's New in OpenUI5 1.131

What's New in OpenUI5 1.130

What's New in OpenUI5 1.129

What's New in OpenUI5 1.128

What's New in OpenUI5 1.127

What's New in OpenUI5 1.126

What's New in OpenUI5 1.125

What's New in OpenUI5 1.124

What's New in OpenUI5 1.123

What's New in OpenUI5 1.122

What's New in OpenUI5 1.121

What's New in OpenUI5 1.120

What's New in OpenUI5 1.118

What's New in OpenUI5 1.117

What's New in OpenUI5 1.116

What's New in OpenUI5 1.115

What's New in OpenUI5 1.114

What's New in OpenUI5 1.113

What's New in OpenUI5 1.112

What's New in OpenUI5 1.111

What's New in OpenUI5 1.110

What's New in OpenUI5 1.109

What's New in OpenUI5 1.108

What's New in OpenUI5 1.107

What's New in OpenUI5 1.106

What's New in OpenUI5 1.105

What's New in OpenUI5 1.104

What's New in OpenUI5 1.103

What's New in OpenUI5 1.102

What's New in OpenUI5 1.101

What's New in OpenUI5 1.100

What's New in OpenUI5 1.99

What's New in OpenUI5 1.98

What's New in OpenUI5 1.97

What's New in OpenUI5 1.96

What's New in OpenUI5 1.95

What's New in OpenUI5 1.94

What's New in OpenUI5 1.93

What's New in OpenUI5 1.92

What's New in OpenUI5 1.91

What's New in OpenUI5 1.90

What's New in OpenUI5 1.89

What's New in OpenUI5 1.88

What's New in OpenUI5 1.87

What's New in OpenUI5 1.86

What's New in OpenUI5 1.85

What's New in OpenUI5 1.84

What's New in OpenUI5 1.82

What's New in OpenUI5 1.81

What's New in OpenUI5 1.80

What's New in OpenUI5 1.79

What's New in OpenUI5 1.78

What's New in OpenUI5 1.77

What's New in OpenUI5 1.76

What's New in OpenUI5 1.75

What's New in OpenUI5 1.74

What's New in OpenUI5 1.73

What's New in OpenUI5 1.72

What's New in OpenUI5 1.71

What's New in OpenUI5 1.70

What's New in OpenUI5 1.69

What's New in OpenUI5 1.68

What's New in OpenUI5 1.67

What's New in OpenUI5 1.66

What's New in OpenUI5 1.65

What's New in OpenUI5 1.64

What's New in OpenUI5 1.63

What's New in OpenUI5 1.62

What's New in OpenUI5 1.61

What's New in OpenUI5 1.60

What's New in OpenUI5 1.58

What's New in OpenUI5 1.56

What's New in OpenUI5 1.54

What's New in OpenUI5 1.52

What's New in OpenUI5 1.50

What's New in OpenUI5 1.48

What's New in OpenUI5 1.46

What's New in OpenUI5 1.44

What's New in OpenUI5 1.42

What's New in OpenUI5 1.40

What's New in OpenUI5 1.38