Changes since 24.7.2
New features
-
Add feature flag for Master Detail Layout (#21239)
Commit · Pull requestAdds a feature flag for the Master Detail Layout component. Note that we want to release the component as a preview feature in 24.7, so that people can try it out sooner. So let's cherry-pick the flag to that branch as well.
Fixes
-
Prevent serialization to leak CurrentInstances (#21277)
Commit · Pull requestDuring serialization and deserialization of VaadinSession and UI, CurrentInstances may be set but not present in the original instances map, causing the added instance to leak outside the scope of the deserialization hook method. This fix ensures all instances set by the hooks are wiped out before restoring the original instances.