github vaadin/flow 23.0.4
Vaadin Flow 23.0.4

latest releases: 24.3.10, 24.4.0.beta1, 24.4.0.alpha32...
2 years ago

Changes since 23.0.3

All changes

Fixes

  • Change build-frontend goal phase (#13360)
    Commit · Pull request · Issue

    Change the build-frontend goal defaultPhase from prepare-package to process-classes. This will make it so that if defined the build task will also be executed for server run.

  • Clean and do not add plugins (#13386)
    Commit · Pull request · Issue

    Plugins are used as full path and not through node_modules. Do not add plugins to package.json and clean away any existing plugins

  • Validate node and npm on creation (#13374)
    Commit · Pull request · Issue

    Always when creating a FrontendTools validate node and npm so that if the global node is too old and we should use the installed one we do not use the global npm even if it was new enough.

  • Break loop in visitor (#13370)
    Commit · Pull request · Issue

    Do not constantly add children of a node that has already had all children added once.

  • Be more graceful with exceptions when reading usage stats (#13363)
    Commit · Pull request · Issue

Don't miss a new flow release

NewReleases is sending notifications on new releases.