github vaadin/flow 24.1.19
Vaadin Flow 24.1.19

10 months ago

Changes since 24.1.18

All changes

Fixes

  • Prevent propagating IO errors when serving PWA icons (#18023) (CP: 24.1)
    Commit · Pull request · Issue

    An IOException when writing a PWA icon on the HTTP response can neither be fixed nor handled and causes a lot of log spamming. This change catches the error and logs it at debug level.

  • Improve error message when a component is moved from one UI to another. (#18019) (CP: 24.1)
    Commit · Pull request · Issue

  • Update atmosphere to 3.0.3.slf4jvaadin2 (#18046)
    Commit · Pull request

  • Support accept property in StreamReceiverHandler (#18022)
    Commit · Pull request

    StreamReceiverHandler understands accept property of the target element to block unwanted mime types. accept property takes comma separated list of mime types like 'text/plain, text/html'. e.g. for '/' or 'text/*'. e.g. for '.pdf'.

Don't miss a new flow release

NewReleases is sending notifications on new releases.