github vaadin/flow 24.8.6
Vaadin Flow 24.8.6

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

Changes since 24.8.5

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.

  • Support callpod user agent format (#21828)
    Commit · Pull request · Issues 21829, 21546

  • Run only one queued navigate() at a time (#22021)
    Commit · Pull request

    This fixes cases where the server sends multiple navigate() calls in the same response. There is currently no IT that would fail but this might very well resolve some edge/timing cases without ITs. This is needed also for React 19 where timing is slightly different and the current solution does not work.

Don't miss a new flow release

NewReleases is sending notifications on new releases.