Skip to content

Vaadin Flow 2.12.0

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 09 Jun 08:49
· 1 commit to 2.12 since this release
7efbd91

Changes since 2.11.0

All changes

Breaking changes

  • Upgrade default Node.js to 22 and supported to 20 (2.12) (#21322)

New features

  • Backport of PWA icons generation at build time (#21279)
    Backport of #16994 (limited to PWA icon handling) to 2.12.

  • Backport of PWA icon image lazy generation (#21262)
    Backport #20516 to Flow 2.12.

  • Upgrade webpack to version 5 (2.12) (#21375)
    Updated webpack to version 5.
    Replaces file-loader with Webpack 5 assets feature, as recommended in the migration guide.
    Bumps several npm dependencies.
    Update Webpack configuration to correctly handle /VAADIN public path both in dev and prod modes.
    Update flow Javascript plugins to adapt to Webpack dependencies changes.