5.53.8
Changed 1
- avoid re-traversing the effect tree after $: assignments
Fixed 3
- {@html} no longer duplicates content inside contenteditable elements
- don't access inert block effects
- handle async updates within pending boundary
Patch Changes
-
fix:
{@html}no longer duplicates content insidecontenteditableelements (#17853) -
fix: don't access inert block effects (#17882)
-
fix: handle asnyc updates within pending boundary (#17873)
-
perf: avoid re-traversing the effect tree after
$:assignments (#17848) -
chore: simplify scheduling logic (#17805)