Skip to content

Vaadin Flow 24.3.0.rc1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 05 Dec 07:28
· 156 commits to 24.3 since this release
e5386ce

Changes since 24.3.0.beta1

All changes

New features

  • Anchor handling for react-router (#18141)
    Commit · Pull request

    Add anchor handling so we do not loose all data for flow navigation.

  • Show informative page during dev-bundle creation (#18140)
    Commit · Pull request · Issue

    When a new dev-bundle is required, the server startup is blocked until the bundle creation completes. This change allow the server startup to complete, showing an informative page to the user until the bundle creation is completed.

Fixes