Skip to content

Releases: marko-js/marko

[email protected]

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

Patch Changes

@marko/[email protected]

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/[email protected]

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

[email protected]

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.

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

19 Apr 04:10
Compare
Choose a tag to compare

Patch Changes

@marko/[email protected]

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

Patch Changes

@marko/[email protected]

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

Major Changes

@marko/[email protected]

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.