Skip to content

marko@5.33.16

Choose a tag to compare

@github-actions github-actions released this 15 Apr 22:40
· 1139 commits to main since this release

Patch Changes

  • #2205 af4adcd Thanks @DylanPiercey! - Fix issue where native tags with no-update were not having their key serialized from the server causing a hydration diffing issue in some cases.

  • #2204 11acdf6 Thanks @DylanPiercey! - Fix regression where interpolating null/undefined in a script/style tag was being replaced with an empty string instead of toString'd and added.

    Eg <script>${undefined}</> was changed to render nothing, when previously it output undefined as a string inside the script.

    Note this behavior should not be relied on and will change in the next major of Marko to normalize the interpolated value to an empty string for nullish values.