Skip to content

Vaadin Flow 24.5.0.beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 30 Sep 06:42
· 14 commits to 24.5 since this release
06c7707

Changes since 24.5.0.beta2

All changes

New features

Fixes

  • Add nodeVersion in gradle plugin settings (#20059)
    Commit · Pull request

    Prior to this fix, the settings declared in Gradle were not being passed to the plugin. For example, changing the nodeVersion in build.gradle did not update the actual nodeVersion used.

  • Queued navigate with React Router (#19985)
    Commit · Pull request · Issue


  • Store layout packages (#20075)
    Commit · Pull request · Issue

    Store layout packages in development mode reload cache as layouts may not be in same packages as routes.

  • Layout should be collected as entyrpoint (#20076)
    Commit · Pull request · Issue

    Layout annotated classes should be collected as entrypoints for production builds.

  • Update title after navigation (#20047)
    Commit · Pull request · Issue

    Update the page title after navigation has ended to not have the wrong title in history.

  • Hide root output element (#20040)
    Commit · Pull request · Issue

    Ensures that root output element added for React router in Flow.tsx doesn't accidentally change the main layout with CSS rules targeting it.