Changes since 24.5.0.alpha18
New features
-
Generate layout.json
Commit · Pull requestGenrate a layout.json for Hilla to automatically enable server layouts part of vaadin/hilla#2709
Fixes
-
Evaluate target not active
Commit · Pull request · IssueFor 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 requestNodeInstall.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.