github vaadin/flow 24.4.0.alpha24
Vaadin Flow 24.4.0.alpha24

latest releases: 24.5.0.beta4, 23.5.6, 24.3.18...
pre-release6 months ago

Changes since 24.4.0.alpha23

All changes

Fixes

  • Pass development mode to FS Router vite plugin
    Commit · Pull request

  • Prevent unecessary writes on flow-build-info.json
    Commit · Pull request

    Prevents writes on flow-build-info.json if there are no changes. Part of #18907

  • Prevent runWhenAttached command to execute immediately by detach listeners
    Commit · Pull request · Issue

  • Prepend npm folder to vaadin-dev-server setting paths
    Commit · Pull request

    Currently, TaskUpdateSettingsFile produces a json with different content depending if the task is executed by DevModeInitializer or by the build tool plugin (prepare-frontend). With DevModeInitializer path are prepended with the project path, whereas with prepare-frontend they are not. This change makes the tasks behave the same regardless of who is the caller. Part of #18907

  • Make prepare-frontend and DevModeInitializer work consistently
    Commit · Pull request

    The prepare-frontend task run by build tool plugins and DevModeInitializer should produce the same output for dev-server settings. Also deprecates and replaces methods whose name references webpack. Part of #18907

  • Preserve last navigation path with react
    Commit · Pull request · Issue

Don't miss a new flow release

NewReleases is sending notifications on new releases.