Skip to content

Vaadin Flow 9.0.24

Choose a tag to compare

@vaadin-bot vaadin-bot released this 23 Dec 06:00
· 26 commits to 9.0 since this release
309768d

Changes since 9.0.23

All changes

Fixes

  • Session resynchronization for embedded webcomponents (#15421)
    Commit · Pull request

  • Flush all changes for events that triggers event listeners (#14035)
    Commit · Pull request · Issue

  • Collect changes until UI is not dirty (#15517) (#15521)
    Commit · Pull request · Issue

    When UidlWriter collects changes to send to the client, it may happen that UI is still dirty because features may enqueue additional changes. As a side effect, if UI is still dirty after UIDL response is written, a useless PUSH action is performed. This change performs changes collection until the UI is no more dirty.