github marko-js/marko @marko/runtime-tags@6.3.29

3 hours ago

Patch Changes

  • #3685 ab06701 Thanks @DylanPiercey! - Report a default export in a template as a compile error. The template is compiled into the module's default export, so a second one silently produced a module with two.

  • #3675 dcc9ffb Thanks @DylanPiercey! - Give <show> an explicit end marker so control flow in its body cannot invalidate the range, which previously removed unrelated siblings, left the toggle stuck, or crashed on reveal.

  • #3684 160d81d Thanks @DylanPiercey! - Report a compile error when a <show> is a direct child of a table or select element, where its hidden-content wrapper was discarded by the HTML parser and the content rendered instead of being hidden.

  • #3685 ab06701 Thanks @DylanPiercey! - Support serializing functions imported from another template. A template that exports a function now reserves a register id for it, and templates that import it share a single generated module that registers it.

  • Updated dependencies [f47497c]:

    • @marko/compiler@5.41.12

Don't miss a new marko release

NewReleases is sending notifications on new releases.