Skip to content

Vaadin Flow Components V24.6.0.alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 05 Nov 09:11
· 9 commits to main since this release
ab13177

Vaadin 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:
    • Increase Web-Component version
    • Increase Web-Component version
    • Increase Web-Component version

Changes in vaadin-grid-flow

  • New Features:

    • Conditional selection of grid items. PR:6740
  • Fixes:

    • Do not throw when opening Java records in GridEditor. PR:6772
    • Ignore non-column children when setting column order. PR:6733

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

Compatibility