github vaadin/flow 23.3.2
Vaadin Flow 23.3.2

latest releases: 24.4.0.beta1, 24.4.0.alpha32, 23.3.30...
16 months ago

Changes since 23.3.1

All changes

Fixes

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

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

    This patch fixes timing issues that may cause events to happen in wrong order on the server side.

  • Remove Serializable interface from AuthenticationContext (#15497)
    Commit · Pull request

    The component is Serializable because the idea was to potentially inject it into Vaadin views, but this may cause several issues: deserializating views we may end up with many of them Spring beans and we do not provide a simple way to inject them upon deserialization Kubernetes Kit This change removes the implementation of Serializable interface and updates javadocs.

  • Collect changes until UI is not dirty (#15517)
    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.

Don't miss a new flow release

NewReleases is sending notifications on new releases.