github vaadin/flow 24.4.4
Vaadin Flow 24.4.4

latest releases: 24.5.0.beta4, 23.5.6, 24.3.18...
2 months ago

Changes since 24.4.3

All changes

Fixes

  • Check license for polymer in dev mode only (#19676)
    Commit · Pull request

  • Pass route data through window.Vaadin.routesConfig instead of an import (#19666)
    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 (#19660)
    Commit · Pull request · Issue

Don't miss a new flow release

NewReleases is sending notifications on new releases.