Patch Changes
-
#4095
f95cd6aThanks @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
17ea1d0Thanks @DylanPiercey! - Fix custom tags that shadow a text-only native tag (title,textarea) dropping their body content -
#4121
07b202dThanks @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
2e052fcThanks @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