Skip to content

@marko/runtime-tags@6.3.41

Choose a tag to compare

@github-actions github-actions released this 18 Aug 22:02
· 2 commits to main since this release
2fec13f

Patch Changes

  • #3995 2a4fe2e Thanks @DylanPiercey! - A render-time hoist of a tag-variable alias no longer emits an undeclared $name_getter; it calls _hoist_read_error like other illegal hoist reads.

  • #3997 d3ded54 Thanks @DylanPiercey! - Resume a Class-API parent's direct inline event handlers on a Tags-API child, including under a split parent. They previously serialized as a noop, so a split parent's handler never fired and the rest only worked once the parent rerendered.

  • #3999 cb6e6f4 Thanks @LuLaValva! - Improve types for Marko 5 w/ interop