Skip to content

Vaadin Flow 24.5.14

Choose a tag to compare

@vaadin-bot vaadin-bot released this 19 Feb 08:46
· 15 commits to 24.5 since this release
ed8265c

Changes since 24.5.13

All changes

Fixes

  • Complete client websocket future on open (#20587)
    Commit · Pull request · Issue

    Completing the websocket future in onOpen event prevents the connection to hang indefintely when application run on low resources.

  • Improve class scanning filter (#20978)
    Commit · Pull request

    Ignores additional well-known packages when scanning classes to find frontend resources.