Skip to content

Vaadin Flow 9.0.17

Choose a tag to compare

@vaadin-bot vaadin-bot released this 08 Aug 12:29
· 85 commits to 9.0 since this release
9648945

Changes since 9.0.16

All changes

New features

  • Allow disabling validation status change listener registration on binder (#14158) (CP: 9.0)
    Commit · Pull request

    Add binder-level flag to allow disabling of validation status change listener registration for HasValidator fields. Related to #13940 (comment) and #13940 (comment)

  • Remove validation status change listener upon unbind (#14111)
    Commit · Pull request · Issue

    Listener removal was missing when unbind was happening.

Fixes