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.12.2
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.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 3 contributors

Commits on Aug 18, 2025

  1. fix: Fixed high CPU usage due to pending JS commands (#22024) (#22035) (

    #22049)
    
    Field "pendingJsInvocations" should be a Set instead of a List in order
    to avoid O(n^2) operations. This greatly improves performance in
    situations where many fields are updated constantly and the JS command
    queue becomes very large.
    
    Fixes #22024
    mshabarov authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    9a5095d View commit details
    Browse the repository at this point in the history
  2. docs: clarify javadoc for bean-level validation with unbound bean (#2…

    …2054) (#22058)
    
    Co-authored-by: Teppo Kurki <teppo.kurki@vaadin.com>
    vaadin-bot and tepi authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    b8f5341 View commit details
    Browse the repository at this point in the history
Loading