Skip to content

Vaadin Flow 2.12.3

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 20 Aug 10:46
b8f5341

Changes since 2.12.2

All changes

Fixes

  • Fixed high CPU usage due to pending JS commands (#22024) (#22035)
    Commit · Pull request · Issue

    Field "pendingJsInvocations" should be a Set instead of a List in order to avoid O(n^2) operations. This greatly improves performance in situations where many fields are updated constantly and the JS command queue becomes very large.