github vaadin/flow 2.12.3
Vaadin Flow 2.12.3

latest releases: 24.9.0-beta3, 25.0.0-alpha12, 25.0.0-alpha11...
16 days ago

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.

Don't miss a new flow release

NewReleases is sending notifications on new releases.