Skip to content

Vaadin Flow 24.3.18

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 30 Sep 06:48
· 3 commits to 24.3 since this release
09c919a

Changes since 24.3.17

All changes

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.

  • Fail fast if view defines same path for route and route alias (#19977)
    Commit · Pull request · Issue

  • Wait for output reading to complete before parsing version (#19921)
    Commit · Pull request

    NodeInstall.getVersion currently does not block waiting for STDOUT and STDERR to be read completely. This causes random failure during node installation because of forcing an empty version. This change waits for future to complete before parsing the version value.