Skip to content

Vaadin Flow 23.0.0

Choose a tag to compare

@vaadin-bot vaadin-bot released this 01 Mar 14:10
· 153 commits to 23.0 since this release
4b89940

Changes since 23.0.0.rc1

All changes

Fixes

  • @CssImport for Vite
    Commit · Pull request

  • Remove home node_modules before install (#13172)
    Commit · Pull request

    Files left by previous node+npm installation caused corrupted installation when unpacking on top of an existing installation. Fixed by removing ~/.vaadin/node/node_modules prior to installation of newer version. Also removes overrides management of devDependencies.

  • Clean overrides for removed dependencies (#13170)
    Commit · Pull request

    Overrides should also automatically be cleaned from the package.json if there is no dependency that the override would be targeting.

  • Show patience notice right before npm install starts (#13151)
    Commit · Pull request