FRONTEND
Svelte v5.51.5
RESUMEN
Patch Changes - fix: check to make sure `svelte:element` tags are valid during SSR (`73098bb26c6f06e7fd1b0746d817d2c5ee90755f`) - fix: misc option escaping and backwards compatibility ((
Descripción Detallada
Patch Changes - fix: check to make sure `svelte:element` tags are valid during SSR (`73098bb26c6f06e7fd1b0746d817d2c5ee90755f`) - fix: misc option escaping and backwards compatibility - fix: strip event handlers during SSR (`a0c7f289156e9fafaeaf5ca14af6c06fe9b9eae5`) - fix: replace usage of `for in` with `for of Object.keys` (`f89c7ddd7eebaa1ef3cc540400bec2c9140b330c`) - fix: always escape option body in SSR (`f7c80da18c215e3727c2a611b0b8744cc6e504c5`) - chore: upgrade `devalue`
Actualización de Svelte con correcciones para SSR y mejoras de compatibilidad.
- Verifica que las etiquetas `svelte:element` sean válidas durante SSR.
- Corrige el escape de opciones y mejora la compatibilidad hacia atrás.
- Elimina manejadores de eventos durante SSR.
- Reemplaza `for in` con `for of Object.keys`.
A quién le importa
Todos los que usan Svelte en aplicaciones SSR.
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