Patch Changes
-
#3963
ccbbb79Thanks @DylanPiercey! - Coalesce same-turn async render completions into one microtask. -
#3960
78933cfThanks @DylanPiercey! - Avoid scheduling empty template setup functions in the browser runtime. -
#3969
3bc0ffcThanks @DylanPiercey! - Tree-shake scope teardown's abort and subscription sweeps out of pages that use neither$signalnor closure subscriptions. -
#3971
7181dcfThanks @DylanPiercey! - Tree-shake the resume visit retention out of pages without lazy tags. -
#3964
c95c498Thanks @DylanPiercey! - Reduce client runtime retained by controlled form inputs. -
#3962
e3de653Thanks @DylanPiercey! - Avoid emitting closest-branch resume metadata for scopes that are not serialized. -
#3966
3fc3c46Thanks @DylanPiercey! - Reduce compile time for templates with many intersecting bindings.