Skip to content

Vaadin Flow 7.0.0.rc1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 26 May 19:40
· 108 commits to 7.0 since this release

Vaadin Flow 7.0.0.rc1

Changes in Flow from 7.0.0.beta5

  • Fixes:

    • Use x64 version for mac for old nodejs (#11065). PR:11067. Ticket:11060

      Use the x64 package for mac if the installed node version is < 16.0.0 as ARM package is not available before this.

    • Using a custom RouteRegistry (#11033). PR:11052. Ticket:11022

      Make it possible to create a custom RouteRegistry and add test module for it.

    • Permit access to /themes/** (#11040). PR:11053

    • Don't update cached extended details inside callback (#11043). PR:11048. Ticket:473

      Makes fetching extended client details work for Multiplatform Runtime.

  • ⧉ All changes