Releases: marko-js/marko
Releases · marko-js/marko
[email protected]
Minor Changes
- #2380
c5d2b48
Thanks @DylanPiercey! - ReplaceoptimizeKnownTemplates
with a better an simpleroptimizeRegistryId
api.
Patch Changes
- Updated dependencies [
c5d2b48
]:- @marko/[email protected]
- @marko/[email protected]
@marko/[email protected]
Minor Changes
- #2380
c5d2b48
Thanks @DylanPiercey! - ReplaceoptimizeKnownTemplates
with a better an simpleroptimizeRegistryId
api.
Patch Changes
- Updated dependencies [
c5d2b48
]:- @marko/[email protected]
@marko/[email protected]
Patch Changes
- Updated dependencies [
c5d2b48
]:- @marko/[email protected]
- @marko/[email protected]
- @marko/[email protected]
@marko/[email protected]
Minor Changes
- #2380
c5d2b48
Thanks @DylanPiercey! - ReplaceoptimizeKnownTemplates
with a better an simpleroptimizeRegistryId
api.
Patch Changes
- Updated dependencies [
c5d2b48
]:- @marko/[email protected]
@marko/[email protected]
Minor Changes
- #2380
c5d2b48
Thanks @DylanPiercey! - ReplaceoptimizeKnownTemplates
with a better an simpleroptimizeRegistryId
api.
Patch Changes
- Updated dependencies [
c5d2b48
]:- @marko/[email protected]
@marko/[email protected]
Minor Changes
- #2380
c5d2b48
Thanks @DylanPiercey! - ReplaceoptimizeKnownTemplates
with a better an simpleroptimizeRegistryId
api.
@marko/[email protected]
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/[email protected]
@marko/[email protected]
Patch Changes
-
#2376
07de4fc
Thanks @DylanPiercey! - Expose psuedo internal$global.__flush__
api to be used by bundler integrations. -
Updated dependencies [
07de4fc
]:- @marko/[email protected]
@marko/[email protected]
Minor Changes
- #2374
d8a9ee5
Thanks @DylanPiercey! - Support valueChange attribute on<return>
tag.
Patch Changes
- Updated dependencies [
d8a9ee5
]:- @marko/[email protected]
@marko/[email protected]
Patch Changes
- #2372
2fa5df5
Thanks @DylanPiercey! - Ensure tag name type analysis only returns a custom tag when we can perform child template analysis.