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.93 to 1.94.
Version
Type
Category
Title
Description
Action
Available as of
1.94
Changed
Feature
OpenUI5 OData V2 Model
OpenUI5 OData V2 Model
We now provide the sap.ui.model.odata.v2.Context#isTransient method, which returns information about whether an entity created on the client is not yet saved in the back-end system.
Changed•Feature•Info Only•1.94
Info Only
2021-09-09
1.94
Changed
Feature
OpenUI5 OData V4 Model
OpenUI5 OData V4 Model
The new version of the OpenUI5 OData V4 model introduces the following features:
Bound transition messages can now also be received in the sap-messages header. This can be useful if the payload, and hence any messages within the payload, is not available, for example in a success response of an action or function without corresponding return type. In this case, the server can send a bound transition message in the sap-messages header that the OData V4 model can forward to the message model.
XML templating can now process the @com.sap.vocabularies.UI.v1.DoNotCheckScaleOfMeasureQuantity annotation. This annotation prevents the validation of the number of decimals.
A new @$ui5.node.groupLevelCount instance annotation for data aggregation scenarios. It represents the number of direct children of a group node. For more information, see Data Aggregation and Recursive Hierarchy.
Changed•Feature•Info Only•1.94
Info Only
2021-09-09
1.94
Changed
Feature
Whitespaces Visualization
Whitespaces Visualization
We have created a new sample pattern that showcases how whitespaces can be enabled on the application level, for freestyle applications. For more information, see Whitespaces Concept and the Sample.
Changed•Feature•Info Only•1.94
Info Only
2021-09-09
1.94
Changed
Control
sap.m.IconTabBar
sap.m.IconTabBar
We have updated the colors of value-state status icons. Now, they have better color-contrast ratios for improved accessibility. For more information, see the Sample.
Changed•Control•Info Only•1.94
Info Only
2021-09-09
1.94
Changed
Control
sap.m.Input, sap.m.MultiInput
sap.m.Input, sap.m.MultiInput
We have introduced the showClearIcon property. If set to true, when there is text input it shows an additional icon that allows users to clear their input. For more information, see the API Reference.
Changed•Control•Info Only•1.94
Info Only
2021-09-09
1.94
Changed
Control
sap.m.List
sap.m.List
You can now adapt the default wrapping behavior for titles and descriptions in lists and define the number of characters after which wrapping is done by using the new wrapCharLimit property. For more information, see the API Reference and the Sample.
Changed•Control•Info Only•1.94
Info Only
2021-09-09
1.94
Changed
Control
sap.m.MenuButton
sap.m.MenuButton
We have introduced a new beforeMenuOpen event, fired when the arrow button of the sap.m.MenuButton in split mode is pressed, and before the dropdown menu opens. For more information, see the API Reference and the Sample.
Changed•Control•Info Only•1.94
Info Only
2021-09-09
1.94
Changed
Control
sap.m.PlanningCalendar
sap.m.PlanningCalendar
The new firstDayOfWeek property enables developers to set the first day of week that is displayed in the week-based views of the PlanningCalendar - Week view, and OneMonth view (on small devices). Valid values are 0 to 6 starting on Sunday. If there is no valid value set, the default from the user locale is used. For more information, see the API Reference and the Sample.
Changed•Control•Info Only•1.94
Info Only
2021-09-09
1.94
Changed
Control
sap.ui.integration.widgets.Card
sap.ui.integration.widgets.Card
We have updated the Microsoft Adaptive Cards SDK from version 1.2.3 to version 2.9.0, which will give us the possibility to adopt and consume the latest features and functionalities in future releases.