FRONTEND
Svelte v5.55.5
RESUMEN
Patch Changes - fix: don't mark deriveds while an effect is updating - fix: do not dispatch introstart event with animation of animate directive
Descripción Detallada
Patch Changes - fix: don't mark deriveds while an effect is updating - fix: do not dispatch introstart event with animation of animate directive
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
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
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