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 OpenUI5 is upgraded from version 1.69 to 1.70.
Version
Type
Category
Title
Description
Action
Available as of
1.70
New
Control
sap.f.GridListItem
sap.f.GridListItem
We have introduced a new control GridListItem to be used in the default items``sap.f.GridList. It consists of a header toolbar and content. aggregation of
Note that even though the content aggregation can be used for any control, complex responsive layout controls, such as Table and Form, should not be used.
The new version of the OpenUI5 OData V4 model introduces the following features:
The sap.ui.model.odata.v4.ODataListBinding.requestContexts method is available for requesting and accessing a collection in controller code through list bindings.
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 freestyle and SAP Fiori elements 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.
We have polished the code, added right-to-left (RTL) support, and implemented a polyfill for Microsoft Internet Explorer 11 and Microsoft Edge browsers.For more information, see the API Reference and the Sample.
Changed•Control•Info Only•1.70
Info Only
2019-09-12
1.70
Changed
Control
sap.m.ColorPalette
sap.m.ColorPalette
With the new displayMode enum property of sap.m.ColorPalettePopover, you can now control which variant of sap.m.ColorPicker is visualized when the More colors... button is pressed.For more information, see the API Reference and the Sample.
Changed•Control•Info Only•1.70
Info Only
2019-09-12
1.70
Changed
Control
sap.m.DatePicker
sap.m.DatePicker
We have introduced a more intuitive way for users to confirm date selection. Setting the new showFooter property enables a footer with OK and Cancel buttons for the user to confirm or cancel the date selection. When showFooter is set to true, the picker no longer closes when a day is selected and there's no need to reopen the picker to select the month or year.For more information, see the API Reference and the Sample.
Changed•Control•Info Only•1.70
Info Only
2019-09-12
1.70
Changed
Control
sap.m.SelectDialog
sap.m.SelectDialog
We have introduced a new clearButtonPressed parameter for the search event of the control. The parameter is set to true when the Clear button of the search field is pressed.
We have introduced the resizable and draggable properties for the control. If the resizable property is set to true, SelectDialog has a resize handler in its bottom-right corner. If the draggable property is set to true, the control can be dragged by its header. Both properties are available in desktop mode only.
We have introduced support for indicating working hours in the sap.m.SinglePlanningCalendar control. Additionally, app developers can now show or hide the rest of the hours in the day. The startHour and endHour properties define the starting and ending hours of the working day, and these are indicated visually on the screen. The fullDay property contains a boolean flag, which determines whether nonworking hours are aslo displayed.For more information, see the API Reference and the Sample.
Changed•Control•Info Only•1.70
Info Only
2019-09-12
1.70
Changed
Control
sap.m.TableSelectDialog
sap.m.TableSelectDialog
We have extended the search event of the control with a new clearButtonPressed parameter. The value of this parameter is set to true when the event is fired by pressing the Clear button and to false, when the Search button is pressed.For more information, see the API Reference and the Samples.
Changed•Control•Info Only•1.70
Info Only
2019-09-12
1.70
Changed
Control
sap.ui.table.AnalyticalTable
sap.ui.table.AnalyticalTable
When you group columns in an analytical table, you can now select Expand All in the context menu to expand all nodes. Also, you can now expand individual nodes via the context menu by selecting Expand Level. For more information, see the API Reference.
Changed•Control•Info Only•1.70
Info Only
2019-09-12
1.70
Changed
Control
sap.ui.unified.Calendar
sap.ui.unified.Calendar
We have improved the navigation in the multiple months view for sap.ui.unified.Calendar. When you navigate to the next/previous months, the displayed calendar view is now with one month increments/decrements, instead of two. Note that this behaviour comes out of the box without setting any properties.For more information, see the API Reference and the Sample.