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.8
### Patch Changes - fix: call `onerror` and provide a working `reset` when hydrating a failed boundary ([#18556](https://github.com/sveltejs/svelte/pull/18556)) - fix: preserve select selection when spread attributes omit value ([#18561](https://github.com/sveltejs/svelte/pull/18561))
FRONTEND
Svelte v5.56.7
### Patch Changes - chore: provide `indent` option for `print` ([#18474](https://github.com/sveltejs/svelte/pull/18474))
FRONTEND