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.126 to 1.127.
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.127
Changed
Control
sap.ui.mdc.Chart (experimental)
sap.ui.mdc.Chart (experimental)
To support time series for the chart, we have now implemented time dimensions. We have introduced the timeUnitType property for PropertyInfo to enable this feature. For more information, see the API Reference.
To validate p13n-relevant metadata in the application, we have implemented a consistency check that compares the result returned by the fetchProperties property of the delegate against the propertyInfo property. If the provided propertyInfo is not a subset of the result, an error is thrown. This check is implemented in all controls with a propertyInfo property and a fetchProperties callback in the related delegate.
Changed•Control•Info Only•1.127
Info Only
2024-08-08
1.127
Changed
Feature
CSS Custom Properties for Theming of Custom Controls / Applications
CSS Custom Properties for Theming of Custom Controls/Applications
We have included the theming parameters from the SAP Theming Base Content as CSS custom properties in the Horizon and Quartz themes of OpenUI5. You can now use them in your CSS for your custom controls or applications. We have also extended the Theme Parameter Toolbox to display the CSS custom properties for the Horizon and Quartz themes by default. The previous experimental xx-css-variables configuration option is no longer available.
Support for controller extensions in TypeScript is now complete, comprising now also the use of extensions implemented by others in your own controller in addition to the modification of controllers implemented by others with your own extension.
The new version of the OpenUI5 OData V4 model introduces the following features:
We have improved the experimental OneWay binding support for property bindings for structural properties that have a complex type. Updates on the client are now properly reflected.
We have added the experimental iLevels parameter to sap.ui.model.odata.v4.Context#expand. Note that it must not be used in productive applications yet.
You can now set the menu items of these controls to be selectable. To make this possible, we have introduced the sap.m.MenuItemGroup and sap.ui.unified.MenuItemGroup controls. You have three options to define the selection mode for a group of items: None (default), SingleSelect, and MultiSelect. For more information, see the sap.m.MenuItemGroup and sap.ui.unified.MenuItemGroup API references .