FRONTEND
Svelte v5.50.2
RESUMEN
Patch Changes - fix: resolve `effectupdatedepth_exceeded` when using `bind:value` on `` with derived state in legacy mode - fix: don't swallow `DOMException` when `media.play()` fails in `bind:paused` ((
Descripción Detallada
Patch Changes - fix: resolve `effectupdatedepth_exceeded` when using `bind:value` on `` with derived state in legacy mode - fix: don't swallow `DOMException` when `media.play()` fails in `bind:paused` - chore: provide proper public type for `parseCss` result - fix: robustify blocker calculation - fix: reduce if block nesting
Correcciones en Svelte v5.50.2 para mejorar el manejo de errores y optimizar el rendimiento.
- Se resuelve el error `effect_update_depth_exceeded` al usar `bind:value` en `<select>` en modo legado.
- No se oculta `DOMException` cuando `media.play()` falla en `bind:paused`.
- Se mejora el cálculo de bloqueadores y se reduce la anidación de bloques if.
A quién le importa
Todos los que usan 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