Skip to content

Vaadin Flow 2.9.0.alpha1

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 13 Mar 17:19
· 35 commits to 2.9 since this release
473d773

Changes since 2.8.6

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.