FRONTEND
Svelte v5.55.9
RESUMEN
Patch Changes - fix: don't unset batch when calling `{#await ...}` promise - fix: promise-ify `{#await await ...}` expressions on the server and correctly hydrate them on the client ((
Descripción Detallada
Patch Changes - fix: don't unset batch when calling `{#await ...}` promise - fix: promise-ify `{#await await ...}` expressions on the server and correctly hydrate them on the client - fix: deduplicate dependencies that are added outside the init/update cycle - fix: avoid false-positive batch invariant error - fix: inline primitive constants in attribute values during SSR
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