Skip to content

Vaadin Flow 23.3.26

Choose a tag to compare

@vaadin-bot vaadin-bot released this 07 Dec 17:23
· 22 commits to 23.3 since this release
df419d0

Changes since 23.3.25

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.