Skip to content

Vaadin Flow 9.1.1

Choose a tag to compare

@vaadin-bot vaadin-bot released this 24 May 14:01
· 38 commits to 9.1 since this release
3b135de

Changes since 9.1.0

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.