Releases: marko-js/marko
@marko/runtime-tags@0.3.25
Patch Changes
- #2474
52d26c3
Thanks @DylanPiercey! - Fix issue with incorrect render sorting for newly created scopes.
@marko/runtime-tags@0.3.24
Patch Changes
- #2472
4608c46
Thanks @DylanPiercey! - Switch back to HTMLTemplateElement for parsing client side html content to avoid automatic tag insertions from the document range api.
marko@5.37.12
Patch Changes
-
#2469
f99d363
Thanks @LuLaValva! - Edit TypeScript names for event handlers -
#2470
218c436
Thanks @DylanPiercey! - Improve tags / class api interop layer for destroyed tags. -
Updated dependencies [
218c436
]:- @marko/compiler@5.39.11
@marko/translator-interop-class-tags@0.2.9
Patch Changes
-
#2470
218c436
Thanks @DylanPiercey! - Fix issue where code within a control flow could execute after the control flow was removed. -
#2469
f99d363
Thanks @LuLaValva! - Edit TypeScript names for event handlers -
#2470
218c436
Thanks @DylanPiercey! - Improve tags / class api interop layer for destroyed tags. -
Updated dependencies [
218c436
,f99d363
,2762924
,218c436
]:- @marko/runtime-tags@0.3.23
- marko@5.37.12
@marko/runtime-tags@0.3.23
Patch Changes
-
#2470
218c436
Thanks @DylanPiercey! - Fix issue where code within a control flow could execute after the control flow was removed. -
#2469
f99d363
Thanks @LuLaValva! - Edit TypeScript names for event handlers -
#2468
2762924
Thanks @DylanPiercey! - Fix issue concatinating effects in html writer. -
#2470
218c436
Thanks @DylanPiercey! - Improve tags / class api interop layer for destroyed tags. -
Updated dependencies [
218c436
]:- @marko/compiler@5.39.11
@marko/compiler@5.39.11
Patch Changes
- #2470
218c436
Thanks @DylanPiercey! - Improve tags / class api interop layer for destroyed tags.
@marko/runtime-tags@0.3.22
Patch Changes
- #2466
34e85cc
Thanks @DylanPiercey! - Ensure external style files are imported for tags api component.
marko@5.37.11
Patch Changes
- #2462
631ad47
Thanks @DylanPiercey! - Fix issue where implicit split components (those with no class/component that have event handlers) were not getting the client side render apis.
@marko/runtime-tags@0.3.21
Patch Changes
- #2464
68b904f
Thanks @DylanPiercey! - Fix issue reading custom tag var closures.
@marko/runtime-tags@0.3.20
Patch Changes
-
#2460
d9cc4e7
Thanks @DylanPiercey! - Fix issue with attempting to hoist a member expression that was a computed identifier. -
#2461
e6ffdbe
Thanks @LuLaValva! - Fix adjacent bound values -
#2459
1722472
Thanks @DylanPiercey! - Fix element references when used as the argument of a call expression.