Releases: marko-js/marko
@marko/[email protected]
Patch Changes
-
#2479
87fdb82
Thanks @LuLaValva! - Fix nested branch scope signals -
#2476
36eab94
Thanks @DylanPiercey! - Start tag/scope/reorder ids at 1. -
#2476
f481b92
Thanks @DylanPiercey! - Refactor render queue sorting. -
#2478
033332e
Thanks @DylanPiercey! - Minor refactoring.
@marko/[email protected]
Patch Changes
- #2474
52d26c3
Thanks @DylanPiercey! - Fix issue with incorrect render sorting for newly created scopes.
@marko/[email protected]
Patch Changes
- #2472
4608c46
Thanks @DylanPiercey! - Switch back to HTMLTemplateElement for parsing client side html content to avoid automatic tag insertions from the document range api.
[email protected]
Patch Changes
-
#2469
f99d363
Thanks @LuLaValva! - Edit TypeScript names for event handlers -
#2470
218c436
Thanks @DylanPiercey! - Improve tags / class api interop layer for destroyed tags. -
Updated dependencies [
218c436
]:- @marko/[email protected]
@marko/[email protected]
Patch Changes
-
#2470
218c436
Thanks @DylanPiercey! - Fix issue where code within a control flow could execute after the control flow was removed. -
#2469
f99d363
Thanks @LuLaValva! - Edit TypeScript names for event handlers -
#2470
218c436
Thanks @DylanPiercey! - Improve tags / class api interop layer for destroyed tags.
@marko/[email protected]
Patch Changes
-
#2470
218c436
Thanks @DylanPiercey! - Fix issue where code within a control flow could execute after the control flow was removed. -
#2469
f99d363
Thanks @LuLaValva! - Edit TypeScript names for event handlers -
#2468
2762924
Thanks @DylanPiercey! - Fix issue concatinating effects in html writer. -
#2470
218c436
Thanks @DylanPiercey! - Improve tags / class api interop layer for destroyed tags. -
Updated dependencies [
218c436
]:- @marko/[email protected]
@marko/[email protected]
Patch Changes
- #2470
218c436
Thanks @DylanPiercey! - Improve tags / class api interop layer for destroyed tags.
@marko/[email protected]
Patch Changes
- #2466
34e85cc
Thanks @DylanPiercey! - Ensure external style files are imported for tags api component.
[email protected]
Patch Changes
- #2462
631ad47
Thanks @DylanPiercey! - Fix issue where implicit split components (those with no class/component that have event handlers) were not getting the client side render apis.
@marko/[email protected]
Patch Changes
- #2464
68b904f
Thanks @DylanPiercey! - Fix issue reading custom tag var closures.