Releases: marko-js/marko
@marko/[email protected]
Patch Changes
- #2551
2b1ff5e
Thanks @DylanPiercey! - Fix issue with args not being queued with setup.
@marko/[email protected]
Patch Changes
-
#2549
7629cba
Thanks @DylanPiercey! - Fix type for script tag. -
#2549
7629cba
Thanks @DylanPiercey! - Reduce bundle size by inlining (shorter) walks string trimming logic. -
#2549
7629cba
Thanks @DylanPiercey! - Remove unecessary tracking of branch depth.
@marko/[email protected]
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]
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]
Patch Changes
-
#2544
08e0d24
Thanks @DylanPiercey! - Update tags api interop layer. -
#2540
b05c1f7
Thanks @mlrawlings! - refactor signals to no longer mark but rely soley on queueing for proper execution order -
Updated dependencies [
cfca41a
]:- @marko/[email protected]
@marko/[email protected]
@marko/[email protected]
Patch Changes
-
#2544
ff2f413
Thanks @DylanPiercey! - Use unique scope id counter per $global instance. -
#2540
b05c1f7
Thanks @mlrawlings! - refactor signals to no longer mark but rely soley on queueing for proper execution order -
#2544
08e0d24
Thanks @DylanPiercey! - Avoid registering body content when known downstream usage is not serialized. -
#2534
cfca41a
Thanks @rturnq! - Add support for tag varaible hoisting -
#2544
4c87458
Thanks @DylanPiercey! - Minor queue perf improvements. -
#2544
53de7a0
Thanks @DylanPiercey! - Avoid "params" on templates, go straight to providing "input". -
Updated dependencies [
cfca41a
]:- @marko/[email protected]
@marko/[email protected]
[email protected]
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]
Patch Changes
- #2537
ae24290
Thanks @DylanPiercey! - Consolidate create branch logic, optimizing code size and creating branches with only side effects and no template code.