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

latest release: @marko/compiler@5.42.5
4 hours ago

Patch Changes

  • #4095 f95cd6a Thanks @DylanPiercey! - Normalize static native dynamic tag names (<${"br"}/>) before analysis so they use the same void-element, textarea, and text-only handling as direct native tags. Genuinely dynamic tag names and custom/core tag collisions retain their existing dynamic behavior.

  • #4116 17ea1d0 Thanks @DylanPiercey! - Fix custom tags that shadow a text-only native tag (title, textarea) dropping their body content

  • #4121 07b202d Thanks @DylanPiercey! - Fix a bound PascalCase tag (eg <Layout>) compiling as a dynamic tag when its direct child is a control flow tag such as <if>.

  • #4095 2e052fc Thanks @DylanPiercey! - Decode HTML character references in literal <title> text before client updates, matching the server render without decoding interpolated values.

  • Updated dependencies [f5df06a]:

    • @marko/compiler@5.42.5

Don't miss a new marko release

NewReleases is sending notifications on new releases.