FRONTEND
Svelte v5.53.6
RESUMEN
Patch Changes - perf: optimize parser hot paths for faster compilation - fix: `SvelteMap` incorrectly handles keys with `undefined` values - fix: SvelteURL `search` setter
Descripción Detallada
Patch Changes - perf: optimize parser hot paths for faster compilation - fix: `SvelteMap` incorrectly handles keys with `undefined` values - fix: SvelteURL `search` setter now returns the normalized value, matching native URL behavior - fix: visit synthetic value node during ssr - fix: always case insensitive event handlers during ssr - chore: more efficient effect scheduling - perf: optimize compiler analysis phase - fix: skip redundant batch.apply - chore: null out current_batch before committing branches
Actualización de Svelte con mejoras de rendimiento y correcciones de errores.
- Optimización de rutas calientes en el analizador para una compilación más rápida.
- Corrección en `SvelteMap` para manejar claves con valores `undefined`.
- El setter `search` de SvelteURL ahora devuelve el valor normalizado.
- Mejoras en la programación de efectos y análisis del compilador.
A quién le importa
Todos los que usan Svelte.
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