github vaadin/flow 24.3.18
Vaadin Flow 24.3.18

4 hours ago

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.

Don't miss a new flow release

NewReleases is sending notifications on new releases.