Skip to content

@marko/runtime-tags@6.1.8

Latest

Choose a tag to compare

Patch Changes

  • #3222 c6166b0 Thanks @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 ddaf642 Thanks @DylanPiercey! - Fix issue with bound dynamic/computed member expression getting incorrect change handler property.

  • #3219 ddaf642 Thanks @DylanPiercey! - Fix issue with spread tag arguments to a known tag in csr.

  • #3221 9941ac5 Thanks @DylanPiercey! - Fix serialization of a known child's scope when it receives a reactive value through a ...rest destructure 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 ddaf642 Thanks @DylanPiercey! - Ensure consistent attribute ordering across server and client renders.

  • #3219 ddaf642 Thanks @DylanPiercey! - Fix issue with native tag change handlers not always causing the server render to output a visit marker.

  • #3221 91fbe09 Thanks @DylanPiercey! - Fix bound attribute refinement modifier on a destructured value forwarding the modified value through the change handler instead of reassigning the destructured const binding.

  • Updated dependencies [ddaf642]:

    • @marko/compiler@5.39.65