Skip to content

Vaadin Flow 2.8.10

Choose a tag to compare

@vaadin-bot vaadin-bot released this 23 May 17:08
· 1 commit to 2.8 since this release
b2eb18d

Changes since 2.8.9

All changes

Fixes

  • Nullify a registration when listener removed (#16855)
    Commit · Pull request

  • Remove detach listener when javascript execution completes (#16836)
    Commit · Pull request

    A detach listener is added for pending javascript invocation owner nodes to clean up the queue, if the owner gets detached. This change also removes the detach listener when the javascript execution completes.