Environment
- @cap-js/change-tracking: 1.1.4
- @sap/cds: 9.4.4
- SAPUI5: 1.140.0 - 1.142.0
- Browser: Chrome
Problem
When using change-tracking with SAPUI5 1.140+, the console shows multiple FUTURE FATAL warnings:
[FUTURE FATAL] Invalid property definition for property with key 'Property::valueChangedFrom':
Property contains invalid attribute 'additionalLabels'.
Migrate this control's propertyInfo to avoid breaking changes in the future.
Affected attributes: additionalLabels, annotationPath, typeConfig, type, relativePath
Affected properties: All ChangeView columns (valueChangedFrom, valueChangedTo, parentObjectID, etc.)
Expected behavior
No FUTURE FATAL warnings with supported SAPUI5 versions.
Notes
- App functions correctly despite warnings
- Issue occurs both locally and in SAP Launchpad
- Upgrading from 1.1.3 to 1.1.4 did not resolve the issue