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