Changes since 24.0.10
Fixes
-
Fix native compilation and runtime (#17088)
Commit · Pull request · IssueThis 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 requestUI 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.