github vaadin/flow 24.2.1
Vaadin Flow 24.2.1

latest releases: 23.5.5, 24.5.0.alpha20, 24.5.0.beta1...
11 months ago

Changes since 24.2.0

All changes

New features

  • Add handleDisconnect method to plugin (#17888)
    Commit · Pull request

    Add the possibility to be notified when the devTools is disconnected from the client.

Fixes

  • Page calculation when not equally divisible (#17920)
    Commit · Pull request · Issue

    Faulty calculation in cases where the offset is not equally divisible with the limit/pageSize.

  • Show Hilla version when Hilla is available (#17889)
    Commit · Pull request · Issue

  • Exit disconnect if disconnection already happened (#17901)
    Commit · Pull request · Issue

  • Consume output from postinstall executions (#17844)
    Commit · Pull request · Issue

    Execution of postinstall tasks can lead to a deadlock if the subprocess produces more output on stdout than can fit in the pipe buffer. This change ensures that the output of the subprocess if correctly consumed.

  • Readding component that on detach removes components (#17837)
    Commit · Pull request · Issue

    Remove and add component to the same parent and at the same time in a detachListener component removes other components from the parent.

Don't miss a new flow release

NewReleases is sending notifications on new releases.