Releases: marko-js/marko
[email protected]
Patch Changes
-
#2691
0758ae7
Thanks @DylanPiercey! - Fix issue where scriptlets with comments were being printed without brackets when printing the marko ast. -
Updated dependencies [
0758ae7
]:- @marko/[email protected]
@marko/[email protected]
Patch Changes
-
#2691
0758ae7
Thanks @DylanPiercey! - Fix issue where scriptlets with comments were being printed without brackets when printing the marko ast. -
#2689
7185a53
Thanks @DylanPiercey! - Lazily create scopes for effects that run without referencing anything from scope (scope not serialized). -
Updated dependencies [
0758ae7
]:- @marko/[email protected]
@marko/[email protected]
Patch Changes
- #2691
0758ae7
Thanks @DylanPiercey! - Fix issue where scriptlets with comments were being printed without brackets when printing the marko ast.
@marko/[email protected]
Patch Changes
- #2687
219eae8
Thanks @LuLaValva! - Correct SVG types
[email protected]
Patch Changes
- #2684
ef5960b
Thanks @LuLaValva! - Add types for SVG tags
@marko/[email protected]
Patch Changes
-
#2684
ef5960b
Thanks @LuLaValva! - Add types for SVG tags -
#2685
00828b0
Thanks @DylanPiercey! - Fix issue with html-style and html-script not being resumed when they only contain stateful placeholder content.
@marko/[email protected]
Patch Changes
- #2681
dffd5ee
Thanks @DylanPiercey! - Fix issue with local binding reference in same scope
@marko/[email protected]
Patch Changes
-
#2680
692c9a2
Thanks @DylanPiercey! - Fix issue with closures over a for tag param inside attribute tags. -
#2678
ddf2b54
Thanks @DylanPiercey! - Merge closure setup calls into setup functions.
@marko/[email protected]
Patch Changes
- #2676
e906fa0
Thanks @DylanPiercey! - Fix issue where section was missing in translate for a node that was already removed.
@marko/[email protected]
Patch Changes
-
#2674
8c0f463
Thanks @DylanPiercey! - Fix issue with hydrating a closure within a non stateful for loop. -
#2672
2da2ca0
Thanks @DylanPiercey! - Inline closures functions when single closure for section.