Skip to content

Vaadin Flow 24.1.16

Choose a tag to compare

@vaadin-bot vaadin-bot released this 25 Oct 13:07
· 21 commits to 24.1 since this release
531bf3c

Changes since 24.1.15

All changes

Fixes

  • 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

    to the same parent and at the same time in a detachListener removes components from the parent.