github vaadin/flow 24.2.5
Vaadin Flow 24.2.5

latest releases: 24.5.0.beta4, 23.5.6, 24.3.18...
10 months ago

Changes since 24.2.4

All changes

Fixes

  • Postpone commands scheduled with runWhenAttached for detached nodes (#18172)
    Commit · Pull request · Issues 1434, 18020

    When detach listeners are called, the node still has a parent set, causing commands scheduled with runWhenAttached to be executed immediately. This change make runWhenAttached postpone the command by registering an attach listener, if called durint node detach.

  • Revert "fix: support accept property in StreamReceiverHandler (#18022)"
    This reverts commit 67a9156.
    Reverts #18022
    Fixes regression found in #18185. Reverted instead of patching in favor for better API in future.

Don't miss a new flow release

NewReleases is sending notifications on new releases.