FRONTEND
Svelte v5.56.3
RESUMEN
Patch Changes - fix: ignore errors that occur in destroyed effects - fix: type BigInts in `$state.snapshot(...)` return values
Descripción Detallada
Patch Changes - fix: ignore errors that occur in destroyed effects - fix: type BigInts in `$state.snapshot(...)` return values
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Svelte v5.56.7
### Patch Changes - chore: provide `indent` option for `print` ([#18474](https://github.com/sveltejs/svelte/pull/18474))
FRONTEND
Svelte v5.56.6
### Patch Changes - perf: skip unnecessary blocker analysis when compiling components without top-level await ([#18548](https://github.com/sveltejs/svelte/pull/18548)) - fix: rerun derived that had an abort controller on reconnection ([#18551](https://github.com/sveltejs/svelte/pull/18551))
FRONTEND