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