Skip to content

Latest commit

 

History

History
1139 lines (676 loc) · 28.9 KB

What_s_New_in_OpenUI5_1_73_231dd13.md

File metadata and controls

1139 lines (676 loc) · 28.9 KB
loio
231dd13787ca4d5c8fd976b0f2fbe82b

What's New in OpenUI5 1.73

With this release OpenUI5 is upgraded from version 1.72 to 1.73.



Version

Type

Category

Title

Description

Action

Available as of

1.73

New

Control

sap.f.AvatarGroup (Experimental)

sap.f.AvatarGroup (Experimental)

AvatarGroup is used to display a group of related avatars, arranged horizontally. The control allows you to display the avatars in different sizes, depending on your use case. Two group types are available: Group and Individual.

For more information, see the API Reference and the Samples.

New•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Feature

Export Functions

Export Functions

The sap.ui.core.util.Export class has been deprecated.

Changed•Feature•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Feature

OpenUI5 OData V4 Model

OpenUI5 OData V4 Model

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

  • Binding of operation parameters as described in OData Operations in the OpenUI5 documentation.

  • Methods for finding bindings that have become public:

    • sap.ui.model.odata.v4.ODataModel#getAllBindings
    • sap.ui.model.Binding#getPath
    • sap.ui.model.Binding#getContext
    • sap.ui.model.Binding#getModel

Restriction:

Due to the limited feature scope of this version of the OpenUI5 OData V4 model, check that all required features are in place before developing applications. Double-check the detailed documentation of the features, as certain parts of a feature may be missing. While we aim to be compatible with existing controls, some controls might not work due to small incompatibilities compared to sap.ui.model.odata.(v2.)ODataModel, or due to missing features in the model (such as tree binding). This also applies to controls such as TreeTable and AnalyticalTable, which are not supported in combination with the OpenUI5 OData V4 model. The interface for applications has been changed for easier and more efficient use of the model. For a summary of these changes, see Changes Compared to OData V2 Model.

For more information, see OData V4 Model, the API Reference, and the Samples.

Changed•Feature•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Control

sap.f.semantic.SemanticPage

sap.f.semantic.SemanticPage

The fitContent property of the sap.f.DynamicPage control is now also exposed in sap.f.semantic.SemanticPage. It's used to optimize the responsiveness and behavior of the control and we recommend using this property when displaying content of adaptive controls that stretch to fill the available space.For more information, see the API Reference.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Control

sap.m.Button

sap.m.Button

Four new button types were introduced in the sap.m.ButtonType enum. Designed as message triggering buttons, use them to open sap.m.MessagePopover. Each button type has a dedicated meaning.

  • Critical
  • Negative
  • Success
  • Neutral

For more information, see the API Reference.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Control

sap.m.ComboBox, sap.m.MultiComboBox

sap.m.ComboBox, sap.m.MultiComboBox

We have updated the behavior of the showItems method. When the control's picker is opened, the dropdown arrow is not in pressed state, as it was previously. Now, pressing the dropdown arrow for the first time opens the control's picker with all items, and with the second press the picker is closed. For more information, see the API Reference.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Control

sap.m.Dialog

sap.m.Dialog

We have enabled responsive padding support. Application developers can now configure sap.m.Dialog and enable its responsive padding in the SAP Fiori 3 themes.

For more information, see Enabling Responsive Paddings According to the Control Width.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Control

sap.m.Input

sap.m.Input

A change event is now fired when the browser autofill fills an input.

Note:

If showValueHelp or showSuggestion are set to true, the native browser autofill will not fire a change event.

For more information, see the API Reference.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Control

sap.m.Label

sap.m.Label

A visual change was introduced for the sap.m.Label control to align it with SAP Fiori Design Guidelines. The asterisk is now positioned on the right side of the text. For more information, see the API Reference and the Sample.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Control

sap.m.list, sap.m.StandardListItem

sap.m.list, sap.m.StandardListItem

The usability of the additional information text and its combination with title and description has been improved for these controls. The information text is no longer truncated if it is shorter than or equal to the character limit predefined by the control. For more information, see the Card Explorer.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Control

sap.m.MessagePopover

sap.m.MessagePopover

We have exposed the groupItems property and navigateBack function as APIs in the control. Using the navigateBack function you can navigate back to the list page, and with the groupItems property you can configure whether or not items should be grouped. For more information, see the API Reference.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Control

sap.m.NotificationListItem, sap.m.NotificationListGroup

sap.m.NotificationListItem, sap.m.NotificationListGroup

We have redesigned the notifications, and now they are lighter, easy to use, and aligned with the SAP Fiori 3 user experience. The changes include:

  • The priority of the notifications is now visualized with a status icon.
  • Action buttons in the sap.m.OverflowToolbar could now be hidden.
  • Collapse/expand functionality of the sap.m.NotificationListGroup is implemented with an arrow button instead of text.
  • For the sap.m.NotificationListGroup, we have enabled an item counter, which represents the count of currently loaded items inside this group. It can be visible or hidden using the new showItemsCounter property.
  • The new authorInitials property is now introduced for sap.m.NotificationListItem. It is visualized as an avatar, and used as a fallback when the authorPicture is not provided. The background color of the avatar is chosen randomly.

For more information, see the API Reference and the Samples.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Control

sap.m.NumericContent

sap.m.NumericContent

A new adaptiveFontSize property is now introduced to meet different country/locale requirements according to the Unicode Common Locale Data Repository (CLDR). For more information, see the API Reference and CLDR.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Control

sap.m.PlanningCalendar

sap.m.PlanningCalendar

We have added a new headerId parameter to the rowHeaderClick event, which enables developers to directly access row header by ID.

Note:

Do not use this feature for PlanningCalendar’s rowHeader modification.

For more information, see the API Reference.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Control

sap.m.ProgressIndicator

sap.m.ProgressIndicator

With the new displayAnimation property, you can now determine whether a percentage change is displayed with or without animation.For more information, see the API Reference and the Sample.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Control

sap.ui.integration.widgets.Card

sap.ui.integration.widgets.Card

  • We have improved the support for the relative date ranges. This allows the card developers to use date ranges, such as lastYear or nextQuarter inside the card's manifest. Such automatically calculated date ranges can be used in data requests or other card attributes. For more information, see Integration Card Date Range Handling in the Card Explorer.
  • We have added a new format namespace to hold formatters used in expression bindings, and added a predefined date formatter method to it. For more information, see the Sample in the Card Explorer.
  • The custom HTML element to consume cards on any web page is refactored. Now, height and width are specified in the standard CSS syntax and no longer as separate tag attributes. For more information, see the Sample in the Card Explorer.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Control

sap.ui.layout.cssgrid.ResponsiveColumnLayout

sap.ui.layout.cssgrid.ResponsiveColumnLayout

This control now also supports Microsoft Internet Explorer 11, due to the implemented polyfill. For more information, see the API Reference and the Sample.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

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

The navigated property that was introduced in version 1.72 is now also available for these controls (if no row actions are available). The property shows a navigation indicator at the end of a row to indicate that the user has either already navigated to further details or can navigate to further details from the item, depending on the application use case. For more information, see the API Reference and the Sample.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Control

sap.uxap.ObjectPageHeader

sap.uxap.ObjectPageHeader

With the new objectImageBackgroundColor property, you can now determine the background color of the icon or the image placeholder used in the sap.uxap.ObjectPageHeader.For more information, see the API Reference and the Sample.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

Changed

Control

sap.uxap.ObjectPageLayout

sap.uxap.ObjectPageLayout

With the new sectionChange event, you can identify when the page is scrolled to a specific section. The section and subSection event parameters are provided when the event is fired.For more information, see the API Reference.

Changed•Control•Info Only•1.73

Info Only

2019-12-05

1.73

New

Feature

Demo Kit Search Highlighting

Demo Kit Search Highlighting

You can now easily find the results you're interested in with the new search highlighting functionality that we implemented for the Search Results page and the API Reference tree filter.

New•Feature•Info Only•1.73

Info Only

2019-12-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.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.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