Hello everyone,
I’m currently facing an issue while migrating existing widgets and applications from Experience Builder 1.19 to 1.20.
I noticed a breaking change in the WidgetManifestProperties interface related to the former defaultOffPanel flag, which has been replaced by defaultInControllerUx. In order to preserve the previous behavior for widgets inside a controller, I now need to manually update each widget’s manifest to reflect this new property. After doing so, I also have to restart the client and remove and re-add each modified widget individually for the changes to take effect.
The main issue is that this approach is not scalable, as I cannot realistically modify all widget manifests manually or replace existing widgets with newly added ones, since this would require reconfiguration to reproduce the same behavior.
I also noticed that all built-in widgets already include this update in their manifest.json starting from version 1.20, and there does not appear to be any backward compatibility mechanism in place.
Given these constraints, I would like to know what options are available for handling this migration.
As mentioned earlier, replacing widgets with new instances is not a viable option in my case.
Thank you in advance