Changes since 23.0.11
New features
-
Allow disabling validation status change listener registration on binder
Commit · Pull requestAdd 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 requestDataCommunicator#flush can be stuck when moving between UI instances, for instance when the @PreserveOnRefresh annotation is present.