github vaadin/flow 24.5.0.alpha6
Vaadin Flow 24.5.0.alpha6

latest releases: 24.4.4, 24.3.13
pre-release3 days ago

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

Don't miss a new flow release

NewReleases is sending notifications on new releases.