Skip to content

Vaadin Flow 23.3.15

Choose a tag to compare

@vaadin-bot vaadin-bot released this 28 Jun 08:01
· 71 commits to 23.3 since this release
496583f

Changes since 23.3.14

All changes

Fixes

  • Ignore pending JS invocations for invisible node in UI dirty check (#17109)
    Commit · Pull request

    UI dirty check currently takes into account also pending JS invocation for invisible node, that however will not be sent to the client. This change updates the check to only consider JS invocation that should be effectively sent to the browser.