Skip to content

Vaadin Flow 2.9.0

Choose a tag to compare

@vaadin-bot vaadin-bot released this 03 May 08:17
· 30 commits to 2.9 since this release
b260fc5

Changes since 2.8.8

All changes

New features

  • Enable running npm ci mode
    Commit · Pull request

    Enables running npm build using npm ci instead of npm install, and pnpm build with --frozen-lockfile parameter. This will make the build install the exact package versions defined in the package lock file. To enable this build mode, set the system property ci.build to true.