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.56.3
### Patch Changes - fix: ignore errors that occur in destroyed effects ([#18384](https://github.com/sveltejs/svelte/pull/18384)) - fix: type BigInts in `$state.snapshot(...)` return values ([#18388](https://github.com/sveltejs/svelte/pull/18388))
FRONTEND
Svelte v5.56.2
### Patch Changes - fix: properly track effect end node for async sibling component ([#18371](https://github.com/sveltejs/svelte/pull/18371)) - fix: prevent false-positive reactivity loss warning ([#18373](https://github.com/sveltejs/svelte/pull/18373)) - chore: bump esrap dependency ([#183