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
The type-ahead (autocomplete) functionality is updated to always suggest the exactly matched item and not autocomplete the value further, if there are other non-exact item matches.
Changed•Control•Info Only•1.111
Info Only
2023-02-23
1.111
Changed
Control
sap.m.NavContainer
sap.m.NavContainer
We have introduced a new navigationFinished event. The event is fired when navigation between two pages has completed regardless of whether the DOM is ready or not. This is useful when performing navigation before the sap.m.NavContainer is rendered. For more information, see the API Reference.
Changed•Control•Info Only•1.111
Info Only
2023-02-23
1.111
Changed
Control
sap.m.IllustratedMessage
sap.m.IllustratedMessage
We have introduced a new enableDefaultTitleAndDescription property. It provides the option to enable/disable the default title and description when using the default illustration set. For more information, see the API Reference.
Changed•Control•Info Only•1.111
Info Only
2023-02-23
1.111
Deprecated
Control
sap.m.ActionSelect
sap.m.ActionSelect
We have deprecated the sap.m.ActionSelect control.
Deprecated•Control•Info Only•1.111
Info Only
2023-02-23
1.111
Changed
Control
sap.ui.unified.Calendar
sap.ui.unified.Calendar
We have implemented the initialFocusedDate property in sap.ui.unified.Calendar, which holds a reference to a JavaScript Date Object and can be used to define the date that was initially navigated to in the calendar. For more information, see the API Reference.
Changed•Control•Info Only•1.111
Info Only
2023-02-23
1.111
Changed
Control
sap.ui.unified.CalendarLegend
sap.ui.unified.CalendarLegend
The sap.ui.unified.CalendarLegend control offers a new functionality. If an instance of this is associated to sap.ui.unified.Calendar, its calendar legend items can be focused and keyboard navigation between them is provided. For more information, see the API Reference.
Changed•Control•Info Only•1.111
Info Only
2023-02-23
1.111
Changed
Control
sap.m.DynamicDateRange
sap.m.DynamicDateRange
We have implemented a new calendarWeekNumbering property in the sap.m.DynamicDateRange. Using this property, you can set predefined settings to the control about week numbering and the first day of the week. For more information, see the API Reference.
Changed•Control•Info Only•1.111
Info Only
2023-02-23
1.111
Changed
Control
sap.m.DynamicDateRange
sap.m.DynamicDateRange
We have implemented new options in the sap.m.DynamicDateRange control for Minutes, Last Hours, Next Minutes and Next Hours. Using these options, you can select smaller time frames. For more information, see the API Reference.
Changed•Control•Info Only•1.111
Info Only
2023-02-23
1.111
Changed
Feature
OpenUI5 OData V4 Model
OpenUI5 OData V4 Model
User input into inactive rows is now regarded as a pending change by
You can prevent the activation of inactive rows after user input since OpenUI5 1.109 using sap.ui.base.Event#preventDefault in the handler of the createActivate event.
The new version of OpenUI5 introduces the following features for time zone configuration:
We provide sap.ui.core.date.UI5Date. It inherits from the JavaScript Date and works in a similar way, but uses the time zone provided via the sap-timezone URL parameter instead of the local time zone of the browser. The UI5Date.getInstance factory method returns a UI5Date instance if a time zone different from the local time zone of the browser was provided to OpenUI5; otherwise, it returns a JavaScript Date.
DateFormat and UI5 types in sap.ui.model.odata.type now use UI5Date, and any methods previously returning a JavaScript Date now return a UI5Date if a time zone different from the local time zone of the browser was provided.
The DynamicDateRange control now provides the toDates static public method that replaces DynamicDateUtil's existing toDates method and returns either UI5Dates or native JavaScript Dates.
We have adapted the following controls to use UI5Date instead of JavaScript's native Date:
sap.m.DatePicker,
sap.m.TimePicker,
sap.m.DateTimePicker,
sap.m.DateRangeSelection,
sap.ui.unified.Calendar.
We provide the getModelValue method for
sap.ui.model.odata.type.Date,
sap.ui.model.odata.type.DateTime,
sap.ui.model.odata.type.DateTimeOffset,
sap.ui.model.odata.type.Time,
sap.ui.model.odata.type.TimeOfDay.
It returns the model representation of the provided UI5Date or Date.
Changed•Feature•Info Only•1.111
Info Only
2023-02-23
1.111
Changed
Control
sap.m.SelectDialog
sap.m.SelectDialog
To improve the accessibility of the control, the initial focus is now set on the list during data loading. Once the data is loaded, the focus is moved to the first list item. For more information, see the API Reference.
Changed•Control•Info Only•1.111
Info Only
2023-02-23
1.111
Changed
Control
sap.ui.integration.widgets.Card
sap.ui.integration.widgets.Card
We have added a new timeout setting for data request sections. It describes the timeout (in milliseconds) for the request. A value of 0 means that there is no timeout. The default value is 15000 milliseconds. For more information, see the Data Handling section and the Sample in the Card Explorer.
As a card developer, you can now use rating indicators in the Object card. For more information, see the Object Card section and the Sample in the Card Explorer.