FRONTEND
Svelte v5.56.5
RESUMEN
Patch Changes - chore: drop dead code that make TSGO fail - fix: don't (re)connect deriveds when read inside branch/root effects - fix: skip unnecessary derived effect in
Descripción Detallada
Patch Changes - chore: drop dead code that make TSGO fail - fix: don't (re)connect deriveds when read inside branch/root effects - fix: skip unnecessary derived effect in earlier batch - fix: avoid declaration tag warning in event handlers - fix: abort deriveds own AbortSignal when it disconnects - fix: ensure `$state.eager()` is correctly transormed for SSR output - fix: correctly transform declaration tags during SSR - fix: transform computed keys in keyed `{#each}` destructuring patterns - fix: chain preprocessor sourcemaps with an empty `sources[0]` instead of dropping them - fix: clear previous_task reference after abort in Tween to prevent memory leak on interrupted tweens - fix: don't treat declaration tags as parts inside each blocks
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Svelte v5.56.4
### Patch Changes - fix: include wrapping parentheses in `{@const}` declarator `end` position ([#18436](https://github.com/sveltejs/svelte/pull/18436)) - fix: always unset reactivity context after restoring it ([#18453](https://github.com/sveltejs/svelte/pull/18453)) - fix: don't notify `se
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))