Skip to content

Releases: marko-js/marko

marko@5.34.5

16 May 21:45
ec0d35c
Compare
Choose a tag to compare

Patch Changes

  • #2232 a67e1c4 Thanks @DylanPiercey! - Fix issue where the ignoreUnrecognizedTags compiler option was incorrectly escaping attribute tags for recognized tags that did not explicitly define their attribute tags in a marko.json

  • Updated dependencies [a67e1c4]:

    • @marko/translator-default@6.0.1
    • @marko/compiler@5.36.2

@marko/translator-default@6.0.1

16 May 21:45
ec0d35c
Compare
Choose a tag to compare

Patch Changes

  • #2232 a67e1c4 Thanks @DylanPiercey! - Fix issue where the ignoreUnrecognizedTags compiler option was incorrectly escaping attribute tags for recognized tags that did not explicitly define their attribute tags in a marko.json

@marko/compiler@5.36.2

16 May 21:44
ec0d35c
Compare
Choose a tag to compare

Patch Changes

  • #2232 a67e1c4 Thanks @DylanPiercey! - Fix issue where the ignoreUnrecognizedTags compiler option was incorrectly escaping attribute tags for recognized tags that did not explicitly define their attribute tags in a marko.json

marko@5.34.4

10 May 18:58
Compare
Choose a tag to compare

Patch Changes

  • #2226 7691418 Thanks @DylanPiercey! - Fix issue where an out of order await contained an in order await and then another out of order await. This previously caused a race condition where if the final out of order await resolved first, it'd try to send it's content without it's placeholder location being available.

marko@5.34.3

02 May 00:10
5c59829
Compare
Choose a tag to compare

Patch Changes

marko@5.34.2

19 Apr 20:27
08916bb
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [0ee141c]:
    • @marko/translator-default@6.0.0

marko@5.34.1

19 Apr 04:10
Compare
Choose a tag to compare

Patch Changes

  • #2217 4fc4614 Thanks @DylanPiercey! - Fix issue where element keys could be different because of hoisted const elements not always being keyed. This could cause a hydration issue since the server and client compilations would not agree on the keys.

  • Updated dependencies [4fc4614]:

    • @marko/translator-default@5.33.1
    • @marko/compiler@5.36.1

@marko/translator-interop-class-tags@0.1.14

19 Apr 20:27
08916bb
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [0ee141c]:
    • @marko/translator-default@6.0.0

@marko/translator-default@6.0.0

19 Apr 20:27
08916bb
Compare
Choose a tag to compare

Major Changes

@marko/translator-default@5.33.1

19 Apr 04:10
Compare
Choose a tag to compare

Patch Changes

  • #2217 4fc4614 Thanks @DylanPiercey! - Fix issue where element keys could be different because of hoisted const elements not always being keyed. This could cause a hydration issue since the server and client compilations would not agree on the keys.