Skip to content

Vaadin Flow 24.5.0.alpha6

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 05 Jul 06:55
· 2109 commits to main since this release
9b88c4c

Changes since 24.5.0.alpha5

All changes

Fixes

  • Pass route data through window.Vaadin.routesConfig instead of an import
    Commit · Pull request · Issue

    Instead of importing routes.js/routes.ts/routes.tsx from the project into Flow.tsx and creating a circular dependency, this moves importing of routes.js to a new file that is always included when react is used vaadin-react.tsx. This file publishes the routes as window.Vaadin.routesConfig so that Flow.tsx can read them from there without directly depending on routes.js

  • Make index.tsx HMR compatible
    Commit · Pull request · Issue