Releases: marko-js/marko
Releases · marko-js/marko
marko@5.22.0
Minor Changes
- #1865
797e90489
Thanks @DylanPiercey! - Changes the "default" attributes name to be "value". This is technically a breaking change, but it primarily only impacts the tags-api-preview which will also be getting a release to support this change.
Patch Changes
- Updated dependencies [
797e90489
]:- @marko/compiler@5.23.0
- @marko/translator-default@5.22.0
@marko/translator-default@5.22.0
Minor Changes
- #1865
797e90489
Thanks @DylanPiercey! - Changes the "default" attributes name to be "value". This is technically a breaking change, but it primarily only impacts the tags-api-preview which will also be getting a release to support this change.
@marko/compiler@5.23.0
Minor Changes
- #1865
797e90489
Thanks @DylanPiercey! - Changes the "default" attributes name to be "value". This is technically a breaking change, but it primarily only impacts the tags-api-preview which will also be getting a release to support this change.
marko@5.21.11
Patch Changes
-
#1862
30e0ea43d
Thanks @DylanPiercey! - Avoid mutating component instance in HMR mode. (Improves support in tags api preview) -
Updated dependencies [
30e0ea43d
]:- @marko/compiler@5.22.10
- @marko/translator-default@5.21.8
@marko/translator-default@5.21.8
Patch Changes
- #1862
30e0ea43d
Thanks @DylanPiercey! - Avoid mutating component instance in HMR mode. (Improves support in tags api preview)
@marko/compiler@5.22.10
Patch Changes
- #1862
30e0ea43d
Thanks @DylanPiercey! - Avoid mutating component instance in HMR mode. (Improves support in tags api preview)
marko@5.21.10
Patch Changes
-
#1860
e64809458
Thanks @DylanPiercey! - Improve tag scanning performance. -
#1860
e64809458
Thanks @DylanPiercey! - Update htmljs-parser version. -
Updated dependencies [
e64809458
,e64809458
]:- @marko/compiler@5.22.9
- @marko/translator-default@5.21.7
@marko/translator-default@5.21.7
Patch Changes
-
#1860
e64809458
Thanks @DylanPiercey! - Improve tag scanning performance. -
#1860
e64809458
Thanks @DylanPiercey! - Update htmljs-parser version.
@marko/compiler@5.22.9
Patch Changes
-
#1860
e64809458
Thanks @DylanPiercey! - Improve tag scanning performance. -
#1860
e64809458
Thanks @DylanPiercey! - Update htmljs-parser version.
@marko/compiler@5.22.8
Patch Changes
- #1855
760824659
Thanks @DylanPiercey! - Fix browser-refresh client support when using @marko/compiler/register