Skip to content

Vaadin Flow 24.5.0.alpha15

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 30 Aug 12:31
· 272 commits to main since this release
c8ff229

Changes since 24.5.0.alpha14

All changes

Fixes

  • Options should correct the reactEnable flag
    Commit · Pull request

    The reactEnable flag should be automatically corrected to false if vaadin router is used instead of react router.

  • Clean outlet automatically
    Commit · Pull request

    Remove outlet for layout element automatically so that we don't end up with multiple outlets on the page.

  • React file not added when reactEnabled false
    Commit · Pull request · Issue

    Do not add the outlet file if react is not enabled as the required react node files are not available.

  • Validate Layout annotation
    Commit · Pull request

    Add validation that Layout annotated classes are on classes that extend RouterLayout.