Skip to content

Vaadin Flow Components V24.5.3

Choose a tag to compare

@vaadin-bot vaadin-bot released this 04 Nov 13:15
· 49 commits to 24.5 since this release
f97839c

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:
    • Do not require UI to generate property namespace (#6761). PR:6776
    • Access UI through container element in ComponentRenderer (#6759). PR:6762

Compatibility

  • This release use Web Components listed in Vaadin Platform 24.5.2
  • Tested with Vaadin Flow version 24.5.3