FRONTEND
Svelte v5.55.4
RESUMEN
Patch Changes - fix: never mark a child effect root as inert - fix: reset context after waiting on blockers of `@const` expressions - fix: keep flushing new eager effects
Descripción Detallada
Patch Changes - fix: never mark a child effect root as inert - fix: reset context after waiting on blockers of `@const` expressions - fix: keep flushing new eager effects
Actualización de Svelte con correcciones de errores.
- No marcar un root de efecto hijo como inerte.
- Restablecer el contexto después de esperar bloqueadores de expresiones @const.
- Mantener el flujo de nuevos efectos ansiosos.
A quién le importa
Todos los que usan Svelte.
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.3
### Patch Changes - fix: ensure proper HMR updates for dynamic components ([#18079](https://github.com/sveltejs/svelte/pull/18079)) - fix: correctly calculate `@const` blockers ([#18039](https://github.com/sveltejs/svelte/pull/18039)) - fix: freeze deriveds once their containing effects are