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.55.5
### Patch Changes - fix: don't mark deriveds while an effect is updating ([#18124](https://github.com/sveltejs/svelte/pull/18124)) - fix: do not dispatch introstart event with animation of animate directive ([#18122](https://github.com/sveltejs/svelte/pull/18122))
FRONTEND
Svelte v5.55.4
### Patch Changes - fix: never mark a child effect root as inert ([#18111](https://github.com/sveltejs/svelte/pull/18111)) - fix: reset context after waiting on blockers of `@const` expressions ([#18100](https://github.com/sveltejs/svelte/pull/18100)) - fix: keep flushing new eager effects