Skip to content

Releases: marko-js/marko

@marko/[email protected]

05 Mar 18:05
Compare
Choose a tag to compare

Patch Changes

@marko/[email protected]

05 Mar 15:39
Compare
Choose a tag to compare

Patch Changes

@marko/[email protected]

04 Mar 22:57
Compare
Choose a tag to compare

Patch Changes

  • #2547 1fb32b8 Thanks @DylanPiercey! - Fix issue with for/if telling the parent to avoid serializing a marker when it was necessary.

  • #2547 ce86dec Thanks @DylanPiercey! - Fix issue where branches with no render content were not having child scopes initialized properly.

@marko/[email protected]

04 Mar 18:17
Compare
Choose a tag to compare

Patch Changes

  • #2545 be54ab2 Thanks @DylanPiercey! - Deoptimize serializer assignments after 100 assignments to the same reference. This avoids an issue where 1192 assignments in a chain caused a Maximum callstack error in chrome.

[email protected]

03 Mar 21:31
Compare
Choose a tag to compare

Patch Changes

@marko/[email protected]

03 Mar 21:31
Compare
Choose a tag to compare

Patch Changes

@marko/[email protected]

03 Mar 21:31
Compare
Choose a tag to compare

Patch Changes

@marko/[email protected]

03 Mar 21:31
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Feb 23:23
Compare
Choose a tag to compare

Patch Changes

  • #2541 6c24a30 Thanks @DylanPiercey! - Fix issue with no-update-body on native elements without a key not always being preserved during hydrate.

[email protected]

26 Feb 21:31
Compare
Choose a tag to compare

Patch Changes

  • #2537 ae24290 Thanks @DylanPiercey! - Consolidate create branch logic, optimizing code size and creating branches with only side effects and no template code.