Releases: marko-js/marko
marko@5.37.20
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/compiler@5.39.13
@marko/translator-interop-class-tags@0.2.18
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 [
08e0d24
,ff2f413
,b05c1f7
,08e0d24
,cfca41a
,4c87458
,53de7a0
]:- marko@5.37.20
- @marko/runtime-tags@0.3.47
@marko/runtime-tags@0.3.47
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/compiler@5.39.13
@marko/compiler@5.39.13
marko@5.37.19
Patch Changes
- #2541
6c24a30
Thanks @DylanPiercey! - Fix issue with no-update-body on native elements without a key not always being preserved during hydrate.
marko@5.37.18
Patch Changes
- #2537
ae24290
Thanks @DylanPiercey! - Consolidate create branch logic, optimizing code size and creating branches with only side effects and no template code.
@marko/translator-interop-class-tags@0.2.17
Patch Changes
-
#2537
ae24290
Thanks @DylanPiercey! - Consolidate create branch logic, optimizing code size and creating branches with only side effects and no template code. -
Updated dependencies [
c4fd6e7
,ae24290
]:- @marko/runtime-tags@0.3.46
- marko@5.37.18
@marko/runtime-tags@0.3.46
Patch Changes
-
#2537
c4fd6e7
Thanks @DylanPiercey! - Rename renderer apis to content and create shorthand api for creating registered contents. -
#2537
ae24290
Thanks @DylanPiercey! - Consolidate create branch logic, optimizing code size and creating branches with only side effects and no template code.
@marko/runtime-tags@0.3.45
Patch Changes
- #2535
43522b7
Thanks @DylanPiercey! - Avoid creating intersections for closures which are now handled via the queue.
marko@5.37.17
Patch Changes
-
#2531
6065ff2
Thanks @DylanPiercey! - Ensure & is escaped for server side attributes to improve consistency with csr. -
#2532
5c8c549
Thanks @DylanPiercey! - Update tags api interop.