Skip to content

Vaadin Flow 2.9.1

Choose a tag to compare

@vaadin-bot vaadin-bot released this 23 May 17:07
· 26 commits to 2.9 since this release
796a4da

Changes since 2.9.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.

  • Set Lookup attribute to servlet context from OSGi servlet context
    Commit · Pull request · Issue

    This change ensures that Lookup is set in servlet context attributes when initializing VaadinServlet in OSGi environment.