Skip to content

Vaadin Flow 24.5.0.alpha19

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 13 Sep 06:40
· 47 commits to main since this release
626e465

Changes since 24.5.0.alpha18

All changes

New features

Fixes

  • Evaluate target not active
    Commit · Pull request · Issue

    For deciding what action to take we should evaluate where we are going and not the current active path.

  • Propagate Premium Features flag value to configuration
    Commit · Pull request


  • Wait for output reading to complete before parsing version
    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.