Skip to content

Vaadin Flow 24.3.0.alpha5

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 16 Nov 09:10
· 2796 commits to main since this release
b92d292

Changes since 24.3.0.alpha4

All changes

Fixes

  • Support accept property in StreamReceiverHandler
    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'.

  • Improve error message when a component is moved from one UI to another.
    Commit · Pull request · Issue