Skip to content

Latest commit

 

History

History
880 lines (514 loc) · 25.1 KB

What_s_New_in_OpenUI5_1_130_85609d4.md

File metadata and controls

880 lines (514 loc) · 25.1 KB
loio
85609d48f6954cf1a13724c1aaa78c63

What's New in OpenUI5 1.130

With this release OpenUI5 is upgraded from version 1.129 to 1.130.


Version

Type

Category

Title

Description

Action

Available as of

1.130

Deprecated

Feature

Deprecations

Deprecations

There are currently no major deprecations. For a complete list of all deprecations, see Deprecated APIs.

Deprecated•Feature•Info Only•1.130

Info Only

2024-10-31

1.130

Changed

Control

sap.m.List

sap.m.List

Up to now, labels in lists might have been truncated. We have now enabled wrapping for input list items, which is already a feature for standard list items. We have also introduced the contentSize property to adjust the behavior for input controls of different sizes. For more information, see the API Reference.

Changed•Control•Info Only•1.130

Info Only

2024-10-31

1.130

Changed

Control

sap.m.plugins.CellSelector

sap.m.plugins.CellSelector

We have now made the selectionChange event public. The event indicates that the user changed the selection of cells. For more information, see the API Reference.

Changed•Control•Info Only•1.130

Info Only

2024-10-31

1.130

Changed

Control

sap.ui.mdc.Table

sap.ui.mdc.Table

We have enabled the interactive row mode for tables of type GridTableType. For more information, see the API Reference.

Changed•Control•Info Only•1.130

Info Only

2024-10-31

1.130

Changed

Control

sap.m.MultiComboBox

sap.m.MultiComboBox

We have corrected the accessibility validation to hide the checkbox from the accessibility tree and make it non-interactive. This ensures compliance with the latest accessibility standards.

Changed•Control•Info Only•1.130

Info Only

2024-10-31

1.130

Changed

Feature

OpenUI5 Types

OpenUI5 Types

The parse error messages of the following types now contain an example showing the expected format:

  • sap.ui.model.type.Date
  • sap.ui.model.type.Time
  • sap.ui.model.type.DateTime
  • sap.ui.model.type.DateInterval
  • sap.ui.model.type.TimeInterval
  • sap.ui.model.type.DateTimeInterval

Changed•Feature•Info Only•1.130

Info Only

2024-10-31

1.130

Changed

Feature

OpenUI5 Formatter

OpenUI5 Formatter

When using the currency instance of sap.ui.core.format.NumberFormat#getCurrencyInstance without providing custom currencies, the number of decimals defined in the Unicode Common Locale Data Repository for the given currency is used when formatting the amount unless the decimals format option is provided.

For more information, see the API Reference.

Changed•Feature•Info Only•1.130

Info Only

2024-10-31

1.130

Changed

Feature

OpenUI5 OData V4 Model

OpenUI5 OData V4 Model

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

  • The support for OneWay property bindings for properties of complex type, introduced as an experimental feature with OpenUI5 1.126, is now available; you can use it in productive applications.

    For more information, see Property Binding With an Object Value.

  • The selection feature introduced with OpenUI5 1.111 is now available and can be used productively.

    For more information, see Selectionand the API Reference for v4.Context#setSelected and #isSelected.

  • The createInPlace property, introduced as an experimental feature with OpenUI5 1.126 for the $$aggregation binding parameter and the sap.ui.model.odata.v4.ODataListBinding#setAggregation API, is now available and can be used productively.

    For more information, see Recursive Hierarchyand the API Reference.

  • The sap.ui.model.odata.v4.Context#expand method now returns a Promise.

    For more information, see the API Reference.

  • We have provided the new sap.ui.model.odata.v4.Context#getFilter method. It returns an sap.ui.model.Filter corresponding to the context.

    For more information, see the API Reference.

Changed•Feature•Info Only•1.130

Info Only

2024-10-31

1.130

Changed

Feature

Demo Kit: Improved search in collapsed nodes

Demo Kit: Improved search in collapsed nodes

Previously, when using a browser search ([Ctrl] + [F] ) or the Demo Kit’s global search, results in collapsed nodes, such as code samples or sections, wouldn’t be highlighted. These nodes would remain collapsed. We’ve improved this experience, and now when users perform a search that includes collapsed nodes, the nodes expand, and the search term is highlighted.

Changed•Feature•Info Only•1.130

Info Only

2024-10-31

1.130

Changed

Control

sap.m.Select

sap.m.Select

We’ve added a new beforeOpen event. This event indicates that the control is opening and triggers before the sap.m.SelectList opens.For more information, see the API Reference.

Changed•Control•Info Only•1.130

Info Only

2024-10-31

1.130

Changed

Control

sap.m.Avatar

sap.m.Avatar

We have improved the control behavior. The magnifier icon is no longer displayed for avatars when an icon URI is set as the source image.For more information, see the API Reference.

Changed•Control•Info Only•1.130

Info Only

2024-10-31

1.130

Changed

Control

sap.m.Carousel

sap.m.Carousel

To improve the accessibility of the control, we have set the navigation arrows to be always visible on touch devices. The behavior on desktop devices doesn't change - the navigation arrows are always shown, except when the arrows are placed over the content (sap.m.CarouselArrowsPlacement.Content) when they are shown only on hover. For more information, see the Sample.

Changed•Control•Info Only•1.130

Info Only

2024-10-31

1.130

Changed

Control

sap.m.DynamicDateRange

sap.m.DynamicDateRange

We have enhanced the options for date ranges of type Last X Minutes / Hours / Days / Weeks / Months / Quarters / Years and Next X Minutes / Hours / Days / Weeks / Months / Quarters / Years. Until now, the control has returned intervals that exclude the current period. For example, if today is 17 October 2024, then Last 2 Days would return the interval 15 October 2024 – 16 October 2024. We have now added additional options and the users also have the choice to include the current period. Therefore, in the same example, the control would return 16 October 2024 – 17 October 2024. For more information, see the Sample.

Changed•Control•Info Only•1.130

Info Only

2024-10-31

1.130

Changed

Control

sap.m.TableSelectDialog

sap.m.TableSelectDialog

We have improved the UX of the control when the dialog is in single-selection mode and the rememberSelections property is set. When a user selects an item and reopens the dialog, the selection is preserved. Now, if the user selects the same item again, the dialog closes automatically. For more information, see the API Reference.

Changed•Control•Info Only•1.130

Info Only

2024-10-31

1.130

Changed

Control


sap.ui.integration.widgets.Card

sap.ui.integration.widgets.Card

  • Application developers can now specify the first day of the week in a Calendar card by setting the option calendarWeekNumbering in the card manifest to one of the available options: Default, ISO_8601, MiddleEastern, or WesternTraditional. For more information, see the API Reference and the Sample.

  • We have added a new use12HourFormat Boolean property to the Calendar card, which enables developers to display the card either in 24-hour (default) or 12-hour format.

  • We have improved the UX in the pagination for List, Table, and Timeline cards. Previously, users could flip back and forth through the items of the card in place. Now, they can scroll through the items. Scrolling happens in a separate card, which opens in a dialog after selecting the Show More button. For more information, see the Pagination section and the Sample.

  • The Component card now supports file upload functionality. To achieve this, we have enhanced the card’s request method to support parameters of type FormData. For more information, see the API Reference and the Sample.

  • We have introduced a new fitType property for icons in the Default Header and in the Object card. You can use it to define how the image fits in the icon space. The new property accepts values from the sap.m.AvatarImageFitType enum, with the default value Cover. For more information, see the Default Header section and the Sample.

Changed•Control•Info Only•1.130

Info Only

2024-10-31

Parent topic:Previous Versions

Related Information

What's New in OpenUI5 1.131

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.119

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