Skip to content

Vaadin Flow 24.5.7

Latest
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 26 Nov 10:06
· 5 commits to 24.5 since this release
b057f27

Changes since 24.5.6

All changes

Fixes

  • Vaadin/router added with react-router (#20522)
    Commit · Pull request · Issue

    Exclude vaadin/router when runing in react mode. Without exclusion vaadin/router gets added from the vaadin-core.json package in platform.

  • Multiple fast navigate calls (#20446)
    Commit · Pull request · Issue

    and fast navigate calls throws exception due to faulty blocker state change. Add test view for manual testing. Test script doesn't fail on double click. ---------