github vaadin/flow 24.0.8
Vaadin Flow 24.0.8

latest releases: 24.4.0.beta1, 24.4.0.alpha32, 23.3.30...
11 months ago

Changes since 24.0.7

All changes

Fixes

  • Nullify a registration when listener removed (#16855)
    Commit · Pull request

  • Remove detach listener when javascript execution completes (#16836)
    Commit · Pull request

    A detach listener is added for pending javascript invocation owner nodes to clean up the queue, if the owner gets detached. This change also removes the detach listener when the javascript execution completes.

  • Propagate exception raised during stream write
    Commit · Pull request

    If an exception is thrown, and then another exception is thrown when trying to close() the stream, the exception that gets propagated to the outside world is the bogus/meaningless close() exception, not the actual root cause exception. This makes debugging much harder because the root cause exception is being completely lost.

  • Run the IndexHtmlRequestListener after the whole page is complete (#16786)
    Commit · Pull request

    This ensures you can overwrite all parts of the index page in listeners

  • Try polling again on connection refused (#16638)
    Commit · Pull request

    This should fix problems with the dev mode not ready page showing forever on startup

  • Restore JRebel support (#16758)
    Commit · Pull request

    JRebel detects BrowserLiveReloadAccess and uses it to trigger the browser reload

Don't miss a new flow release

NewReleases is sending notifications on new releases.