Releases: marko-js/marko
@marko/runtime-tags@0.3.42
Patch Changes
-
#2520
bc3189e
Thanks @DylanPiercey! - Restore original native tag internal state before calling change handlers. -
#2522
2687edc
Thanks @DylanPiercey! - Fix issue serializing attribute tag iterables. -
#2522
2687edc
Thanks @DylanPiercey! - Improve non dimensional css property regexp (minor improvement to bundle size).
@marko/runtime-tags@0.3.41
Patch Changes
- #2518
ad31acf
Thanks @DylanPiercey! - Fix issues related to controlled checkedValue input radios.
@marko/runtime-tags@0.3.40
@marko/runtime-tags@0.3.39
Patch Changes
- #2511
993e6e0
Thanks @DylanPiercey! - Ensure upstream aliases included in stateful ref checks.
@marko/runtime-tags@0.3.38
Patch Changes
- #2508
bd59c96
Thanks @DylanPiercey! - Refactor if client side runtime to avoid registraion and employ the same optimizations asfor
.
@marko/runtime-tags@0.3.37
Patch Changes
-
#2504
edcb4e9
Thanks @DylanPiercey! - Fix issue with a for loop with a single text node inside, and before. -
#2507
9d1ea70
Thanks @DylanPiercey! - Fix issue with for/if html scope information being output to the wrong block. -
#2506
e69c13e
Thanks @DylanPiercey! - When using the bound attribute syntax, prefer to create a simple shared function that assigns to the bound variable. -
#2507
9d1ea70
Thanks @DylanPiercey! - Handle mutations to select options when in controlled mode. -
#2506
14ffe18
Thanks @DylanPiercey! - Fix issue where function registry ids were not unique.
@marko/translator-interop-class-tags@0.2.14
Patch Changes
-
#2502
a072aba
Thanks @DylanPiercey! - Update list of pure functions. -
Updated dependencies [
a072aba
]:- @marko/runtime-tags@0.3.36
@marko/runtime-tags@0.3.36
Patch Changes
- #2502
a072aba
Thanks @DylanPiercey! - Update list of pure functions.
@marko/runtime-tags@0.3.35
Patch Changes
-
#2500
e8f7931
Thanks @DylanPiercey! - Avoid serializing child scope references unless using a tag var or providing stateful attrs. -
#2500
e8f7931
Thanks @DylanPiercey! - Fix compilation error when passing input to a template which doesn't use input at all.
@marko/runtime-tags@0.3.34
Patch Changes
-
#2498
48a9cfb
Thanks @DylanPiercey! - Ensure function analysis is applied to the root function only and not closures. -
#2498
48a9cfb
Thanks @DylanPiercey! - Avoid hoisting functions under a call/new expression.