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.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