github vaadin/flow 24.9.4
Vaadin Flow 24.9.4

latest release: 24.8.11
one day ago

Changes since 24.9.3

All changes

Fixes

  • Set Content-Length header in InputStreamDownloadHandler (#22558) (#22564)
    Commit · Pull request

    InputStreamDownloadHandler now properly sets the Content-Length HTTP header when provided in DownloadResponse, enabling browsers to display download progress and allowing TransferProgressListener implementations to calculate accurate progress percentages. This aligns behavior with FileDownloadHandler. 🤖 Generated with Claude Code

  • No empty first line in log (#22523)
    Commit · Pull request · Issue

    Added message to not log with "" and throwable.

  • Store UI reference on start (#22532)
    Commit · Pull request · Issue

    Store UI ref to have a correct ui for TransferProgress even when element is detached during transfer.

  • Fix glob pattern in runtime hints registration (#22531)
    Commit · Pull request · Issue

    in order to match resources in subfolders. Also adds some basic test to ensure main resources are accepted

Don't miss a new flow release

NewReleases is sending notifications on new releases.