Patch Changes
-
#3222
c6166b0Thanks @DylanPiercey! - Fix issue where if a lazy loaded chunk loaded before the entry chunk it could cause a runtime error around missing serializable functions. Defers lazy load chunk initialization until after the main entry chunk. -
#3219
ddaf642Thanks @DylanPiercey! - Fix issue with bound dynamic/computed member expression getting incorrect change handler property. -
#3219
ddaf642Thanks @DylanPiercey! - Fix issue with spread tag arguments to a known tag in csr. -
#3221
9941ac5Thanks @DylanPiercey! - Fix serialization of a known child's scope when it receives a reactive value through a...restdestructure that is forwarded to descendants. The parent now propagates a serialize reason for the rest binding, so the child (and its descendants) resume correctly instead of crashing on the first hydrated update. -
#3219
ddaf642Thanks @DylanPiercey! - Ensure consistent attribute ordering across server and client renders. -
#3219
ddaf642Thanks @DylanPiercey! - Fix issue with native tag change handlers not always causing the server render to output a visit marker. -
#3221
91fbe09Thanks @DylanPiercey! - Fix bound attribute refinement modifier on a destructured value forwarding the modified value through the change handler instead of reassigning the destructuredconstbinding. -
Updated dependencies [
ddaf642]:- @marko/compiler@5.39.65