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.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