FRONTEND
Svelte v5.50.0
RESUMEN
Minor Changes - feat: allow use of createContext when instantiating components programmatically Patch Changes - fix: ensure infinite effect loops are cleared after flushing ((
Descripción Detallada
Minor Changes - feat: allow use of createContext when instantiating components programmatically Patch Changes - fix: ensure infinite effect loops are cleared after flushing - fix: allow `{#key NaN}` - fix: detect store in each block expression regardless of AST shape - fix: treat `` like ``/`` for a11y role checks - fix: add vite-ignore comment inside dynamic crypto import - chore: wrap JSDoc URLs in `@see` and `@link` tags - fix: properly hydrate already-resolved async blocks - fix: emit `eachkeyduplicate` error in production - fix: exit resolved async blocks on correct node when hydrating
Actualización menor de Svelte con mejoras y correcciones de errores.
- Se permite el uso de createContext al instanciar componentes programáticamente.
- Se corrigen bucles de efecto infinitos después de la limpieza.
- Se permite `{#key NaN}` y se detecta store en cada expresión de bloque.
- Se mejora la accesibilidad del elemento <menu> y se corrigen problemas de hidratación.
A quién le importa
Todos los que usan Svelte para desarrollar aplicaciones.
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