Vaadin Flow 24.2.1
Changes since 24.2.0
New features
-
Add handleDisconnect method to plugin (#17888)
Commit · Pull requestAdd the possibility to be notified when the devTools is disconnected from the client.
Fixes
-
Page calculation when not equally divisible (#17920)
Commit · Pull request · IssueFaulty 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 · IssueExecution 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 · IssueRemove and add component to the same parent and at the same time in a detachListener component removes other components from the parent.