Skip to content

Vaadin Flow 23.1.0.alpha4

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 28 Apr 05:40
eeb89a8

Changes since 23.1.0.alpha3

All changes

New features

Fixes

  • Optimize Binder#doWriteIfValid to avoid duplicate field level validations
    Commit · Pull request

  • Ignore server-modality for poll RPC invocations
    Commit · Pull request · Issue

    The inert status of the UI as the result of server-modality should be ignored for some RPC calls such as polling events.

  • Exclude license-checker and usage-statistics from optimizeDeps
    Commit · Pull request

    Excludes @vaadin/vaadin-license-checker and @vaadin/vaadin-usage-statistics from the Vite deps optimization to prevent the special part of their source code serialized into a code comment from eliminating in dev mode:

  • Do not select from session if parent has a better match
    Commit · Pull request · Issue

    Check if parent registry contains a better match than the session registry.