Skip to content

Vaadin Flow 24.2.10

Choose a tag to compare

@vaadin-bot vaadin-bot released this 01 Mar 15:11
· 10 commits to 24.2 since this release
31bf7ea

Changes since 24.2.9

All changes

Fixes

  • Also scan changed files for routes (#18823)
    Commit · Pull request

  • Unbind previous binding for the same field (#18833)
    Commit · Pull request · Issues 18826, 18702

    When a field is bound multiple times, the previous bindings are removed from the Binder internal collection, but they are not unboud, leaving listeners attached to the field. This change unbounds previous bindings when the field is bound again.

  • Fix cache resource validation on application reload (#18754)
    Commit · Pull request · Issue

    Restores known root paths from cache after an application reload to correctly validate new resources.

  • Run setBean validation for changed bindings only (#18735) (#18760)
    Commit · Pull request

  • Upgrade license-checker to 1.12.8 (#18739)
    Commit · Pull request