Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vaadin/flow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.11
Choose a base ref
...
head repository: vaadin/flow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.12.0
Choose a head ref
  • 10 commits
  • 105 files changed
  • 4 contributors

Commits on Apr 10, 2025

  1. feat: backport of PWA icon image lazy generation (2.11) (#21262)

    This commit is a backport of #16994 (limited to PWA icon handling) and #14607
    
    Fixes #21253
    mcollovati authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    d466470 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. feat: backport of PWA icons generation at build time (#21279)

    Backport #20516 to Flow 2.11
    
    Fixes #21254
    mcollovati authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    ee4e84b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. chore: Upgrade to 2.12

    mshabarov committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    665eb65 View commit details
    Browse the repository at this point in the history
  2. chore!: Upgrade default Node.js to 22 and supported to 20 (2.12) (#21322

    )
    
    * chore!: Upgrade default Node.js to 22 and supported to 20
    
    * upgrade pnpm to 8
    
    * fix test
    mshabarov authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    9f483a9 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. Configuration menu
    Copy the full SHA
    4e53228 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. feat: Upgrade webpack to version 5 (2.12) (#21375)

    Updated webpack to version 5
    Replaces file-loader with Webpack 5 assets feature, as recommanded 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
    
    Part of #21334
    mcollovati authored May 22, 2025
    Configuration menu
    Copy the full SHA
    e44c91a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1292ea6 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. Configuration menu
    Copy the full SHA
    2d0cf22 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. chore: downgrade byte-buddy to 1.12.23 (#21560)

    Downgrade byte-buddy version to prevent class scanning issues
    cause by Java 24 classes present in the latest multi version
    artifact.
    mcollovati authored May 30, 2025
    Configuration menu
    Copy the full SHA
    3e7ab0d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    7efbd91 View commit details
    Browse the repository at this point in the history
Loading