Skip to content

Vaadin Flow 23.1.8

Choose a tag to compare

@vaadin-bot vaadin-bot released this 19 Sep 10:14
· 50 commits to 23.1 since this release
265436c

Changes since 23.1.7

All changes

Fixes

  • Be more sensible when adding changes to list of pending changes (#14478)
    Commit · Pull request · Issue

    Makes memory consumption optimisation for collecting state tree changes on the server-side: change list is checked and re-indexed (if needed) on each change, making removed objects be eligible for garbage collecting.

  • Remove presence check on item refresh (#14516)
    Commit · Pull request