FRONTEND
Svelte v5.49.1
RESUMEN
Patch Changes - fix: merge consecutive large text nodes - fix: only create async functions in SSR output when necessary - fix: properly separate multiline html blocks from
Descripción Detallada
Patch Changes - fix: merge consecutive large text nodes - fix: only create async functions in SSR output when necessary - fix: properly separate multiline html blocks from each other in `print()` - fix: prevent unhandled exceptions arising from dangling promises in
Actualización de parches para mejorar la gestión de nodos de texto y funciones asíncronas en Svelte.
- Fusiona nodos de texto grandes consecutivos.
- Crea funciones asíncronas en SSR solo cuando es necesario.
- Separa correctamente bloques HTML multilineales en print().
- Previene excepciones no manejadas por promesas colgantes en <script>.
A quién le importa
Todos los que usen Svelte en sus proyectos.
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