You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this release SAPUI5 is upgraded from version 1.90 to 1.91.
Version
Type
Category
Title
Description
Action
Available as of
1.91
Changed
Feature
SAPUI5 OData V2 Model
SAPUI5 OData V2 Model
A Content-ID header has been added to all non-read requests in a batch request. For failing change sets, the Content-ID of individual messages in the error response is used to map the message to the correct request. This allows you to calculate the correct target.
Changed•Feature•Info Only•1.91
Info Only
2021-06-17
1.91
Changed
Feature
SAPUI5 OData V4 Model
SAPUI5 OData V4 Model
The new version of the SAPUI5 OData V4 model introduces the following features:
For a list binding with visual grouping, that is with a groupLevels list provided in the $$aggregation binding parameter, you can now request the $count parameter. The resulting count represents the number of records at the leaf level. The $count parameter can be accessed through the header context as described in Binding Collection Inline Count.
We now provide a new sap.ui.model.odata.v4.ODataListBinding#getCount method that allows you to get the count of elements or leaves in your collection.For more information, see the API Reference.
Changed•Feature•Info Only•1.91
Info Only
2021-06-17
1.91
Changed
Feature
New Data Type Property for Spreadsheet Export
New Data Type Property for Spreadsheet Export
The additional utc property is now available for date and time information. It determines whether column definitions of type sap.ui.export.EdmType.Date/DateTime/Time are exported as UTC time or as the local time of the user.For more information, see Spreadsheet Export, the API Reference, and the Samples.
Changed•Feature•Info Only•1.91
Info Only
2021-06-17
1.91
Changed
Control
sap.m.App
sap.m.App
Until now, sap.m.App assumed that it wasn't nested and always appeared as the top-level root DOM element for apps. With the new isTopLevel property, you can now disable this behavior for different use cases, such as nested components and standalone usage.For more information, see the API Reference.
Changed•Control•Info Only•1.91
Info Only
2021-06-17
1.91
Changed
Control
sap.m.ExpandableText
sap.m.ExpandableText
Тhe control now also implements the new emptyIndicatorMode property. It allows developers to display an empty text as a language-dependent “-” symbol.For more information, see the API Reference.
Changed•Control•Info Only•1.91
Info Only
2021-06-17
1.91
Changed
Control
sap.m.Table
sap.m.Table
We introduced the ColumnResizer plugin that handles column resizing for a responsive table.For more information, see the API Reference
Changed•Control•Info Only•1.91
Info Only
2021-06-17
1.91
Changed
Control
sap.ui.comp.smartfield.SmartField
sap.ui.comp.smartfield.SmartField
The SmartField control now supports currency and unit of measure custom lists in the model. In these custom lists you can define supported currency and units of measure, and decimal number requirements. This function is enabled by adding the com.sap.vocabularies.CodeList.v1.CurrencyCodes annotation for currency and com.sap.vocabularies.CodeList.v1.UnitsOfMeasure for units of measure. Once the annotations are added, SmartField handles the validation and formatting of the values according to the definitions in the list.
Changed•Control•Info Only•1.91
Info Only
2021-06-17
1.91
Changed
Control
sap.ui.comp.smarttable.SmartTable
sap.ui.comp.smarttable.SmartTable
We have added the showPasteButtonPaste button in the table and use the paste feature based on the sap.m.plugins.PasteProvider plugin. For more information, see the API Reference for the method, the API Reference for the plugin, and the Sample.
We have enabled the enableAutoColumnWidth property for the calculation of custom column width. For more information, see the API Reference and the Sample.
Changed•Control•Info Only•1.91
Info Only
2021-06-17
1.91
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:
Application developers can now use building blocks in custom sections, that allow you, for example, to create a visual representation of your data in a convenient way. For more information, see Building Blocks.
Application developers can now specify a dimension or a measure using "GroupableProperties" and "AggregatableProperties" at an entity set level. For more information, see Configuring Charts.
List report and object page templates now also support parametrized entities. For more information, see Configuring Filter Bars.
The values of parameters in the action dialog can be prefilled using an extension function. For more information, see the section Default Values Defined at the Front End in the topic Actions.
Application developers can now use value help collections for draft-enabled entities. For more information, see Field Help.
Application developers can now use the FetchValues property to define if values in the value list are loaded immediately or when a user chooses the Go button. For more information, see Field Help.
The values of parameters in the action dialog can now be prefilled by an extension function. For more information, see Actions.
The 'Share' functionality is now automatically hidden for new drafts. For more information, see The Share Functionality.
Application developers can now set a default value for semantic date range filter fields on the filter bar. For more information, see Enabling Semantic Operators in the Filter Bar.
Application developers can now configure a confirmation popup for discarding drafts. For more information, see Confirmation Popups.
Changed•SAP Fiori Elements•Info Only•1.91
Info Only
2021-06-17
1.91
Changed
User Documentation
sap.m.Table Documentation Enhancement
sap.m.Table Documentation Enhancement
We have enhanced the existing documentation for the sap.m.Table control and related entities with details about column width handling, such as the strict layout and the pop-in feature.