github vaadin/flow 24.8.0.alpha6
Vaadin Flow 24.8.0.alpha6

latest releases: 24.8.0.alpha8, 24.6.10, 24.8.0.alpha7...
pre-release8 days ago

Changes since 24.8.0.alpha5

All changes

New features

  • Add feature flag for Master Detail Layout
    Commit · Pull request

    Adds a feature flag for the Master Detail Layout component. Note that we want to release the component as a preview feature in 24.7, so that people can try it out sooner. So let's cherry-pick the flag to that branch as well.

Fixes

  • Prevent resending message when request is in progress
    Commit · Pull request · Issue

    When a request takes longer to respond than the configured maxMessageSuspendTimeout, the Flow client still attempts to resend the last message to the server, causing inconsistencies with the connection state indicator in subsequent requests. This change prevents messages from being resent while a request is in progress. It also updates the reconnection mechanism to properly attempt an HTTP request, instead of merely re-adding the unsent message to the client queue.

  • Add native hint for feature flags file
    Commit · Pull request · Issue

Don't miss a new flow release

NewReleases is sending notifications on new releases.