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.104 to 1.105.
Note:
Content marked as Preview is provided as a courtesy, without a warranty, and may be subject to change. For more information, see the preview disclaimer.
Version
Type
Category
Title
Description
Action
Available as of
1.105
Changed
Control
sap.m.List
sap.m.List
To improve accessibility, we have replaced the existing ARIA roles. The following new default roles are available:
role=list for lists
role=listitem for list items
We have also improved the accessibility for the group headers of grouped lists by, for example, adding the ARIA role role=group.
Changed•Control•Info Only•1.105
Info Only
2022-08-11
1.105
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.105
Info Only
2022-08-11
1.105
Changed
Control
sap.ui.integration.widgets.Card
sap.ui.integration.widgets.Card
We have introduced the tooltip property, which is used to provide more information to the user about what will happen after they click the link and the action is executed. It can be used by ObjectGroupItems of type Default with actions – for example, link, email, or phone. For more information, see the Object Card section and the Sample in the Card Explorer.
Changed•Control•Info Only•1.105
Info Only
2022-08-11
1.105
Changed
Control
sap.m.IllustratedMessage
sap.m.IllustratedMessage
We have enabled vertical responsiveness for the control. The sap.m.IllustratedMessage is adjusted automatically, depending also on the available height. For more information, see the API Reference.
Changed•Control•Info Only•1.105
Info Only
2022-08-11
1.105
Changed
Control
sap.m.Dialog
sap.m.Dialog
We have enabled a new keyboard shortcut for sap.m.Dialog with a footer button of type Accept or Emphasized. Buttons can be triggered by pressing [Ctrl] + [Enter] for Windows and [Ctrl] + [Enter] /[Cmd] + [Enter] for Mac OS. For more information, see the Sample.
Changed•Control•Info Only•1.105
Info Only
2022-08-11
1.105
Changed
Feature
OpenUI5 OData V4 Model
OpenUI5 OData V4 Model
We have started to work on supporting recursive hierarchies and deferred deletion. Both features are work in progress. As of now, they are flagged as experimental and must not be used for productive applications.
Stricter Validation of Decimal and Grouping Separators
Stricter Validation of Decimal and Grouping Separators
Note:
The following information concerns important upcoming changes for end users. These changes may require end users to adjust and/or test cases to be adapted, but they won't stop or disrupt software or processes.
If a user added grouping separators when entering a number, the parsing logic ignored them. This could result in an unwanted number if the user confused grouping separators and decimal separators. Since OpenUI5 1.99, the grouping separators are checked against the current locale to largely prevent that the user confuses these types of separators.
UI Changed•Announcement•Info Only•1.105
Info Only
2022-08-11
1.105
Changed
Announcement
Deactivation of Default Time Zone Configuration Feature
Deactivation of Default Time Zone Configuration Feature
Note:
The following information concerns important upcoming changes for end users. These changes may require end users to adjust and/or test cases to be adapted, but they won't stop or disrupt software or processes.
We needed to deactivate the feature to configure the default time zone via the time zone configuration option in sap.ui.core.Configuration and the API method sap.ui.core.Configuration.setTimezone. Reason: There was a risk that dates are visualized by one day off. This wrong date might have been persisted to the back end.
This feature was introduced with UI5 1.102.0. The following UI5 versions still contain this feature:
1.102.0 to 1.102.5
1.103
1.104
If you are on one of these releases, we recommend that you upgrade to a higher version where this feature is deactivated.
Deactivated as of:
1.106
1.105
1.102.6
We plan to bring this feature back in a different form at a later point in time.