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.8
### Patch Changes - fix: call `onerror` and provide a working `reset` when hydrating a failed boundary ([#18556](https://github.com/sveltejs/svelte/pull/18556)) - fix: preserve select selection when spread attributes omit value ([#18561](https://github.com/sveltejs/svelte/pull/18561))
FRONTEND
Svelte v5.56.7
### Patch Changes - chore: provide `indent` option for `print` ([#18474](https://github.com/sveltejs/svelte/pull/18474))
FRONTEND