Skip to content

Vaadin Flow 23.5.8

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 04 Nov 07:58
· 1 commit to 23.5 since this release
584676e

Changes since 23.5.7

All changes

Fixes

  • Prevent Optional capture in serializable predicate (#20360)
    Commit · Pull request

    Optional is not serializable, so capturing it into a SerializablePredicate will prevent serialization to succeed.

  • Use capture for dragLeave (#20291)
    Commit · Pull request