Releases: marko-js/marko
@marko/[email protected]
Patch Changes
- #2636
dc748b4
Thanks @DylanPiercey! - Add parenthesized expressions to the list of computable values.
[email protected]
@marko/[email protected]
@marko/[email protected]
Patch Changes
- #2632
e722c2b
Thanks @DylanPiercey! - Improve capturing of serialize reasons.
@marko/[email protected]
@marko/[email protected]
@marko/[email protected]
Patch Changes
-
#2627
9cba851
Thanks @DylanPiercey! - Ensure when tag arguments are used for a dynamic tag with a single argument that it does not become treated the same as normal input. The normal input runtime will add thecontent
as well as default to an empty object which was breaking some usages of tag arguments. -
#2627
540bbf6
Thanks @DylanPiercey! - Fix issue where a single dynamic child was being marked as a single node.
@marko/[email protected]
Patch Changes
-
#2625
88a05bc
Thanks @DylanPiercey! - Fix race condition with client side await tag. -
#2625
88a05bc
Thanks @DylanPiercey! - Fix issue where branches created in a detached await tag would be given the incorrect namespace.
@marko/[email protected]
Patch Changes
-
#2623
525345f
Thanks @DylanPiercey! - Refactor getFile and getProgram handling to avoid circular references between babel-utils and babel-plugin code. -
Updated dependencies [
525345f
]:- @marko/[email protected]
@marko/[email protected]
Patch Changes
-
#2621
aad5a8d
Thanks @DylanPiercey! - Expose getProgram and getFile apis from @marko/compiler/babel-utils. Exposing it directly from the compiler was causing an issue with the website. -
Updated dependencies [
aad5a8d
]:- @marko/[email protected]