FRONTEND
Svelte v5.55.6
RESUMEN
Patch Changes - fix: leave stale promises to wait for a later resolution, instead of rejecting - fix: keep dependencies of `$state.eager/pending` - fix: reapply context af
Descripción Detallada
Patch Changes - fix: leave stale promises to wait for a later resolution, instead of rejecting - fix: keep dependencies of `$state.eager/pending` - fix: reapply context after transforming error during SSR - fix: don't rebase just-created batches - chore: allow `null` for `pending` in typings - fix: flush eager effects in production - fix: rethrow error of failed iterable after calling `return()` - fix: account for proxified instance when updating `bind:this` - fix: ensure scheduled batch is flushed if not obsolete - fix: resolve stale deriveds with latest value - chore: remove unnecessary `increment_pending` calls - fix: correctly compile component member expressions for SSR - fix: reset `source.updated` stack traces after `flush` ((
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))