FRONTEND
Svelte v5.55.10
RESUMEN
Patch Changes - fix: unlink errored and otherwise finished batch - perf: walk composedPath() directly in delegated event propagation - fix: transfer effects when merging b
Descripción Detallada
Patch Changes - fix: unlink errored and otherwise finished batch - perf: walk composedPath() directly in delegated event propagation - fix: transfer effects when merging batches - fix: allow `$derived(await ...)` in disconnected effect roots - fix: remove temporary raw-text hydration markers - fix: propagate async `@const` blockers through closure references so template expressions like `{(() => host)()}` correctly wait for the awaited value - fix: properly unlink batches - fix: settle discarded batch - fix: declare `let:` directives before `{@const}` declarations on slotted elements - fix: resume outro-ed branches if they were kept around - fix: avoid waterfall-warning when async resolves to same value - fix: correctly coordinate component-level effects inside async blocks ((
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Svelte v5.56.3
### Patch Changes - fix: ignore errors that occur in destroyed effects ([#18384](https://github.com/sveltejs/svelte/pull/18384)) - fix: type BigInts in `$state.snapshot(...)` return values ([#18388](https://github.com/sveltejs/svelte/pull/18388))
FRONTEND
Svelte v5.56.2
### Patch Changes - fix: properly track effect end node for async sibling component ([#18371](https://github.com/sveltejs/svelte/pull/18371)) - fix: prevent false-positive reactivity loss warning ([#18373](https://github.com/sveltejs/svelte/pull/18373)) - chore: bump esrap dependency ([#183