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

latest releases: 24.6.0.alpha4, 24.5.4, 24.6.0.alpha3...
pre-release11 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.