Skip to content

Vaadin Flow 24.4.0.alpha24

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 25 Mar 13:30
· 146 commits to main since this release
5299908

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