Skip to content

Vaadin Flow 24.2.5

Choose a tag to compare

@vaadin-bot vaadin-bot released this 07 Dec 17:23
· 44 commits to 24.2 since this release
28c812f

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.