FRONTEND
Svelte v5.49.0
RESUMEN
Minor Changes - feat: allow passing `ShadowRootInit` object to custom element `shadow` option Patch Changes - fix: throw for unset `createContext` get on the server -
Descripción Detallada
Minor Changes - feat: allow passing `ShadowRootInit` object to custom element `shadow` option Patch Changes - fix: throw for unset `createContext` get on the server - fix: reset effects inside skipped branches - fix: preserve old dependencies when updating reaction inside fork - fix: more conservative assignmentvaluestale warnings - fix: disregard `popover` elements when determining whether an element has content - fix: fire introstart/outrostart events after delay, if specified - fix: increment signal versions when discarding forks
Actualización de Svelte con mejoras menores y correcciones de errores.
- Se permite pasar un objeto `ShadowRootInit` a la opción `shadow` de elementos personalizados.
- Se corrige un error al obtener `createContext` no establecido en el servidor.
- Se reinician efectos dentro de ramas omitidas y se preservan dependencias antiguas al actualizar reacciones.
A quién le importa
Todos los que usen Svelte y necesiten las últimas correcciones.
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