FRONTEND
Svelte v5.53.0
RESUMEN
Minor Changes - feat: allow comments in tags - feat: allow error boundaries to work on the server Patch Changes - fix: use TrustedHTML to test for customizable <selec
Descripción Detallada
Minor Changes - feat: allow comments in tags - feat: allow error boundaries to work on the server Patch Changes - fix: use TrustedHTML to test for customizable support, where necessary - fix: ensure head effects are kept in the effect tree - chore: deactivate currentbatch by default in unsetcontext
Svelte v5.53.0 introduce cambios menores y un breaking.
- Se permiten comentarios en etiquetas.
- Las fronteras de error ahora funcionan en el servidor.
- Se corrige el uso de TrustedHTML para <select>.
A quién le importa
Solo si usas comentarios en etiquetas o fronteras de error en el servidor.
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