Skip to content

Vaadin Flow 24.0.11

Choose a tag to compare

@vaadin-bot vaadin-bot released this 29 Jun 13:16
· 29 commits to 24.0 since this release
db43bd2

Changes since 24.0.10

All changes

Fixes

  • Fix native compilation and runtime (#17088)
    Commit · Pull request · Issue

    This change fixes handling of resource in the native build and register hints for classes required for PWA icon generation at runtime.

  • Ignore pending JS invocations for invisible node in UI dirty check (#17109)
    Commit · Pull request

    UI dirty check currently takes into account also pending JS invocation for invisible node, that however will not be sent to the client. This change updates the check to only consider JS invocation that should be effectively sent to the browser.