Vaadin Flow 24.5.0.beta2
Pre-releaseChanges since 24.5.0.beta1
New features
-
Report application URL when application is started (#20027)
Commit · Pull requestThis is useful in a couple of cases: 1. Browser launcher is not enabled 2. Browser launcher does not work 3. You closed the browser tab and a new one is not automatically reopened when you restart
Fixes
-
Validate Control Center feature when used (#20024)
Commit · Pull request · IssueChanges production build info to validate Control Center feature only when VaadinActuatorEndpoint is in the class path. Class will be included with
control-center-starter
Vaadin platform dependency. -
Close overlay drawer on click (#19984)
Commit · Pull request · IssueClose the overlay drawer even when clicking on same link and no actual navigation happens. This in case the flag has for some reason not been reset after a click.
-
Do not throw if re-setting the login view (#19996)
Commit · Pull request · Issue -
Ensure session is registered with Hotswapper
Commit · Pull request · IssueVaadinSession references are registered in Hotswapper in a session init listener. However, the listener might not always been invoked, for example if the HTTP session is serialized and deserialized on server restart. This change registers a UI init listener to make sure VaadinSession reference is also registered for existing sessions.
-
Fail fast if view defines same path for route and route alias
Commit · Pull request · Issue -
Forward with optional callback
Commit · Pull request