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.103 to 1.104.
Version
Type
Category
Title
Description
Action
Available as of
1.104
Changed
Control
sap.m.Link
sap.m.Link
We have provided a new API in the control, and now app developers can change the control's role to button when it's used for triggering a function. For more information, see the API Reference.
Changed•Control•Info Only•1.104
Info Only
2022-07-14
1.104
Changed
Control
sap.ui.integration.widgets.Card
sap.ui.integration.widgets.Card
We have (experimentally) enabled the possibility for a shared JavaScript library to be used as an extension by multiple cards. As a card developer, you can set this extension via the manifest. For more information, see the Card Extension section and the Sample in the Card Explorer.
We have made the loading placeholders for Table and Object cards more detailed to better reveal the expected loading content. For more information, see the Sample.
We have (experimentally) introduced the possibility for ComboBox or TextArea form inputs to be used inside the Object card. Afterwards, you can process and submit the data provided with these form inputs to a back-end service. For more information, see the Object Card section and the Sample in the Card Explorer.
The Object card (experimentally) supports custom error message when there is empty data retrieved from the back end. To enable this feature, we have added a new hasData property inside the content section of the manifest. Card developers should set this property to point to a chosen data attribute. At runtime, if a condition is met, the corresponding illustrated message is displayed. For more information, see the Sample.