Skip to content

Latest commit

 

History

History
520 lines (315 loc) · 8.72 KB

What_s_New_in_OpenUI5_1_132_bd2e61f.md

File metadata and controls

520 lines (315 loc) · 8.72 KB
loio
bd2e61ff57714ee28efdb5abb83af2e4

What's New in OpenUI5 1.132

With this release OpenUI5 is upgraded from version 1.131 to 1.132.


Version

Type

Category

Title

Description

Action

Available as of

1.132

Changed

Control

sap.ui.mdc.FilterBar

sap.ui.mdc.FilterBar

We have introduced the option to filter a value help using the Empty and NotEmpty operators not only in fields of type string, but also in fields of type Date and DateTime. For more information, see the API Reference and the Sample.

Changed•Control•Info Only•1.132

Info Only

2025-01-23

1.132

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

Info Only

2025-01-23

1.132

Changed

Control

sap.ui.integration.widgets.Card

sap.ui.integration.widgets.Card

  • We have extended the combo box filter with an additional attribute to allow for grouping items. For more information, see the Sample.
  • Cards of type WebPage are no longer experimental. The WebPage Integration Cards now support relative URLs for their src property.

Changed•Control•Info Only•1.132

Info Only

2025-01-23

1.132

Changed

Control

sap.m.Button

sap.m.Button

We have introduced a new BadgeStyle property that allows for the badge notification to be represented either as a number in default style or as a dot in attention style. For more information, see the Sample.

Changed•Control•Info Only•1.132

Info Only

2025-01-23

1.132

Changed

Control

sap.m.TimePicker

sap.m.TimePicker

To improve accessibility, TimePicker now displays tooltips for hours, minutes, and seconds. For more information, see the Sample.

Changed•Control•Info Only•1.132

Info Only

2025-01-23

1.132

Changed

Control

sap.m.ViewSettingsDialog

sap.m.ViewSettingsDialog

We have added a new preventable beforeClose event, for cases where the dialog should not close after selecting OK. For more information, see the API Reference.

Changed•Control•Info Only•1.132

Info Only

2025-01-23

1.132

Changed

Control

sap.m.Menu

sap.m.Menu

It's now possible to navigate through the elements added to the endContent aggregation. We've removed the experimental tag from the endContent aggregation. For more information, see the Sample.

Changed•Control•Info Only•1.132

Info Only

2025-01-23

1.132

Changed

Feature

Types and Formatters

Types and Formatters

The new version of OpenUI5 introduces the following features:

  • The decimals format option of sap.ui.model.type.Unit and sap.ui.model.odata.type.Unit now defaults to 3 decimals if none of the decimals, maxFractionDigits, or minFractionDigits format options is set.

  • We have provided the new decimalPadding format option for the currency, float, and unit instances of sap.ui.core.format.NumberFormat. This format option is also available for types using the respective NumberFormat instances. In particular, it is available for sap.ui.model.odata.type.Currency and sap.ui.model.odata.type.Unit.

    For more information, see the API Reference for NumberFormat, Currency, and Unit.

Changed•Feature•Info Only•1.132

Info Only

2025-01-23

1.132

Changed

Feature

OpenUI5 OData V4 Model

OpenUI5 OData V4 Model

We have renamed the iLevels parameter of the sap.ui.model.odata.v4.Context#expand function introduced experimentally with OpenUI5 1.128 to bAll. Like the bAll parameter of Context#collapse, it is now available and can be used productively.For more information, see the API Reference for Context#expand and Context#collapse.

Changed•Feature•Info Only•1.132

Info Only

2025-01-23

1.132

Changed

Control

sap.m.Avatar

sap.m.Avatar

  • We have introduced a new badgeIconColor property that enables applications to define the color of the badge icon to indicate different statuses or categories. You can find a list of accepted values in the new sap.m.AvatarBadgeColor enumeration.For more information, see the API Reference.

  • We have introduced handling for displaying a badge without an icon with a new custom URI. When using sap-icon://avatar-icon-none as the value in the showBorder property, the badge remains visible and can display a background color or tooltip.

For more information, see the API Reference.

Changed•Control•Info Only•1.132

Info Only

2025-01-23

1.132

Changed

Control

sap.m.IllustratedMessage

sap.m.IllustratedMessage

We have introduced a new src property that enables applications to define the illustration to be displayed as a graphical element within the control.For more information, see the API Reference and the Sample.

Changed•Control•Info Only•1.132

Info Only

2025-01-23