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