Skip to content

Vaadin Flow 24.3.0.rc2

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 07 Dec 17:22
· 150 commits to 24.3 since this release
3aa0bbc

Changes since 24.3.0.rc1

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.

  • Generate files to Frontend (#18241)
    Commit · Pull request · Issue

    Generate the App.tsx and routes.tsx to Frontend and correct the import in index.ts