Vaadin Flow Components V24.6.0.alpha2
Pre-releaseVaadin Flow Components 24.6.0.alpha2
This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.
Changes in Flow Components from 24.6.0.alpha1
Changes in All Components
- Chore:
Changes in vaadin-grid-flow
-
New Features:
-
Fixes:
Changes in vaadin-login-flow
- Fixes:
-
⧉ Remove default login listener when setting form action. PR:6669
Setting both login listeners and form action can cause unexpected behaviors because of concurrent processing of form submission processing and login event. For example, if form submission ends in a session ID change and a redirect to a different page, the UIDL request may fail with a session expiration response, causing the Flow client to reload the page and potentially cancel the ongoing redirection. In addition, after from submission, the login event would be sent to a dismissed UI. This change removes the default login listener when setting a form action, and logs a warning when setting both an action and custom login listeners.
-
Changes in vaadin-renderer-flow
- Fixes:
Compatibility
- This release use Web Components listed in Vaadin Platform 24.6.0.alpha2
- Tested with Vaadin Flow version 24.6.0.alpha2