Skip to content

@marko/runtime-tags@6.3.40

Choose a tag to compare

@github-actions github-actions released this 18 Aug 15:35
· 6 commits to main since this release

Patch Changes

  • #3990 c425ea9 Thanks @DylanPiercey! - A streamed <try> placeholder with state now resumes as its own branch: its scopes ship with the flush that registers its effects (so lifecycles see their input), and swapping the body in destroys it — its listeners and effects no longer outlive it.

  • #3991 a909c03 Thanks @DylanPiercey! - Hoist a single $global read per template in HTML output so deferred callbacks close over the value instead of throwing when the render chunk is gone.