Skip to content

Vaadin Flow 24.2.1

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 26 Oct 12:03
· 64 commits to 24.2 since this release
5d72084

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.