Skip to content

Vaadin Flow 9.0.11

Choose a tag to compare

@vaadin-bot vaadin-bot released this 04 Apr 09:07
· 128 commits to 9.0 since this release
29cba1e

Changes since 9.0.10

All changes

Fixes

  • 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.

  • 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.

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