Changes since 24.4.0.alpha23
Fixes
-
Pass development mode to FS Router vite plugin
Commit · Pull request -
Prevent unecessary writes on flow-build-info.json
Commit · Pull requestPrevents 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 requestCurrently, 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 requestThe 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