Skip to content

Vaadin Flow 23.0.12

Choose a tag to compare

@vaadin-bot vaadin-bot released this 05 Aug 08:17
· 12 commits to 23.0 since this release
2a9906e

Changes since 23.0.11

All changes

New features

  • Allow disabling validation status change listener registration on binder
    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)

Fixes

  • Not show warning if no poll listener (#14236)
    Commit · Pull request

  • Let DataCommunicator#flush keep track of which StateTree is supposed to execute its flushRequest (#14068)
    Commit · Pull request

    DataCommunicator#flush can be stuck when moving between UI instances, for instance when the @PreserveOnRefresh annotation is present.