Skip to content

Vaadin Flow 24.3.6

Choose a tag to compare

@vaadin-bot vaadin-bot released this 02 Mar 11:00
· 81 commits to 24.3 since this release

Changes since 24.3.5

All changes

Fixes

  • Expose effective plugin configuration at vaadin.effective
    Commit · Pull request

  • Expose Properties in VaadinFlowPluginExtension
    Commit · Pull request

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

  • 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.

  • 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.

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

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