github vaadin/flow 24.3.0.rc2
Vaadin Flow 24.3.0.rc2

latest releases: 24.5.0.beta4, 23.5.6, 24.3.18...
pre-release10 months ago

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

Don't miss a new flow release

NewReleases is sending notifications on new releases.