Vaadin Flow Components V24.5.3
Vaadin Flow Components 24.5.2
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.5.1
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-login-flow
- Fixes:
-
⧉ Remove default login listener when setting form action (#6669). PR:6753
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: