FRONTEND
Svelte v5.53.8
RESUMEN
Patch Changes - fix: `{@html}` no longer duplicates content inside `contenteditable` elements - fix: don't access inert block effects - fix: handle asnyc updates within pe
Descripción Detallada
Patch Changes - fix: `{@html}` no longer duplicates content inside `contenteditable` elements - fix: don't access inert block effects - fix: handle asnyc updates within pending boundary - perf: avoid re-traversing the effect tree after `$:` assignments - chore: simplify scheduling logic
Actualización de Svelte que corrige varios problemas y mejora el rendimiento.
- `{@html}` ya no duplica contenido en elementos `contenteditable`.
- No se accede a efectos de bloques inertes.
- Se manejan actualizaciones asíncronas dentro de límites pendientes.
- Se evita volver a recorrer el árbol de efectos tras asignaciones `$:`.
A quién le importa
Todos los que usan Svelte y quieren evitar problemas con contenido editable.
Generado por IA · puede contener errores
Releases Relacionados
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))
FRONTEND
Svelte v5.56.2
### Patch Changes - fix: properly track effect end node for async sibling component ([#18371](https://github.com/sveltejs/svelte/pull/18371)) - fix: prevent false-positive reactivity loss warning ([#18373](https://github.com/sveltejs/svelte/pull/18373)) - chore: bump esrap dependency ([#183