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.106 to 1.107.
Version
Type
Category
Title
Description
Action
Available as of
1.107
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.107
Info Only
2022-10-06
1.107
Changed
Control
sap.m.List, sap.m.Table, sap.m.Tree
sap.m.List, sap.m.Table, sap.m.Tree
To improve performance, we have now made the initial rendering faster: Table, tree, and list items are now already created when the data is requested from the back end. When the data is received, the binding context is updated. This way, rendering the UI with the requested data becomes faster.
Changed•Control•Info Only•1.107
Info Only
2022-10-06
1.107
Changed
Control
sap.m.upload.UploadSet
sap.m.upload.UploadSet
We've introduced directory (folder) uploads using the UploadSet control. It allows you to directly upload files from directories and subdirectories by configuring the directory property. You can also use the drag and drop feature to upload directories.
Changed•Control•Info Only•1.107
Info Only
2022-10-06
1.107
Changed
Feature
OpenUI5 OData V4 Model
OpenUI5 OData V4 Model
We now provide the sap.ui.model.odata.v4.ODataModel#getServiceUrl, sap.ui.model.odata.v4.ODataModel#getKeyPredicate, andsap.ui.model.odata.v4.ODataModel#requestKeyPredicate methods.For more information, see the API Reference for #getServiceUrl, #getKeyPredicate, and #requestKeyPredicate.
Changed•Feature•Info Only•1.107
Info Only
2022-10-06
1.107
Changed
Feature
Edit on GitHub Button
Edit on GitHub Button
We have enabled external collaboration for our documentation through github.com. You can now contribute to our content through pull requests or by asking for enhancements by opening GitHub issues.
Changed•Feature•Info Only•1.107
Info Only
2022-10-06
1.107
Changed
Control
sap.uxap.ObjectPageSection
sap.uxap.ObjectPageSection
We have added a new wrapTitle property. It allows long titles to wrap into multiple lines. For more information, see the API Reference.
Changed•Control•Info Only•1.107
Info Only
2022-10-06
1.107
New
Announcement
Documentation now open for contributions on GitHub
Documentation now open for contributions on GitHub
The new (experimental) titleMaxLines and subTitleMaxLines properties enable you to limit the number of lines for the title and subtitle in both the Default and Numeric card headers. Additionally, with the new (experimental) detailsMaxLines property you can also limit the number of lines for the details in the Numeric card header. For more information, see the Default Header and Numeric Header sections in the Card Explorer.
You can now add items of type Link (experimental) in the actionsStrip of footers and list items. For more information, see the Card Footer section and the Sample in the Card Explorer.
All icons now have a new initials property, which is used as a fallback if the src property is not set or there is an issue with the resource. For more information, see the List Card section in the Card Explorer.
You can now configure the visibility of card headers using the new visible Boolean property. Card developers can set this property in the manifest. Additionally, they can add it to the Configuration.js, which will also enable card administrators, who are using the Configuration editor, to control the visibility of the card header. For more information, see the Default Header and Numeric Header sections and the Sample in the Card Explorer.
We have added a new (experimental) stateChanged event that is fired when the state of the card is changed. For example, when the card is initialized, a new page inside the card is selected, a filter is changed, or data is refreshed. For more information, see the API Reference.