Skip to content

Vaadin Flow 23.1.0.alpha2

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 20 Apr 18:38
92d04a0

Changes since 23.1.0.alpha1

All changes

New features

  • Hilla push implementation behind a feature flag
    Commit · Pull request

    This adds support for endpoints methods to return a Flux which will be streamed to the client side to the subscribers that have registered using TheEndpoint.theMethod().onNext(value => ...); The implementation is based on https://socket.io/ but this is not considered to be part of the public API. We should be free to change the underlying implementation if needed.

Fixes