Releases: marko-js/marko
Releases · marko-js/marko
marko@5.36.0
Minor Changes
- #2380
c5d2b48
Thanks @DylanPiercey! - ReplaceoptimizeKnownTemplates
with a better an simpleroptimizeRegistryId
api.
Patch Changes
- Updated dependencies [
c5d2b48
]:- @marko/translator-default@6.1.0
- @marko/compiler@5.38.0
@marko/translator-tags@0.4.0
Minor Changes
- #2380
c5d2b48
Thanks @DylanPiercey! - ReplaceoptimizeKnownTemplates
with a better an simpleroptimizeRegistryId
api.
Patch Changes
- Updated dependencies [
c5d2b48
]:- @marko/babel-utils@6.6.0
@marko/translator-interop-class-tags@0.1.33
Patch Changes
- Updated dependencies [
c5d2b48
]:- @marko/translator-default@6.1.0
- @marko/translator-tags@0.4.0
- @marko/babel-utils@6.6.0
@marko/translator-default@6.1.0
Minor Changes
- #2380
c5d2b48
Thanks @DylanPiercey! - ReplaceoptimizeKnownTemplates
with a better an simpleroptimizeRegistryId
api.
Patch Changes
- Updated dependencies [
c5d2b48
]:- @marko/babel-utils@6.6.0
@marko/compiler@5.38.0
Minor Changes
- #2380
c5d2b48
Thanks @DylanPiercey! - ReplaceoptimizeKnownTemplates
with a better an simpleroptimizeRegistryId
api.
Patch Changes
- Updated dependencies [
c5d2b48
]:- @marko/babel-utils@6.6.0
@marko/babel-utils@6.6.0
Minor Changes
- #2380
c5d2b48
Thanks @DylanPiercey! - ReplaceoptimizeKnownTemplates
with a better an simpleroptimizeRegistryId
api.
@marko/translator-tags@0.3.2
Patch Changes
-
#2378
ecfba07
Thanks @DylanPiercey! - Add trailing HTML api and ensure that closing</body>
and</html>
are always appended to the end of the stream if they are rendered. -
Updated dependencies [
ecfba07
]:- @marko/runtime-tags@0.2.2
@marko/translator-tags@0.3.1
Patch Changes
-
#2376
07de4fc
Thanks @DylanPiercey! - Expose psuedo internal$global.__flush__
api to be used by bundler integrations. -
Updated dependencies [
07de4fc
]:- @marko/runtime-tags@0.2.1
@marko/translator-tags@0.3.0
Minor Changes
- #2374
d8a9ee5
Thanks @DylanPiercey! - Support valueChange attribute on<return>
tag.
Patch Changes
- Updated dependencies [
d8a9ee5
]:- @marko/runtime-tags@0.2.0
@marko/translator-tags@0.2.24
Patch Changes
- #2372
2fa5df5
Thanks @DylanPiercey! - Ensure tag name type analysis only returns a custom tag when we can perform child template analysis.