Skip to content

v1.1.1

Choose a tag to compare

@harshmandan harshmandan released this 19 Jul 03:56
· 104 commits to main since this release

Parity patch. Fixes a false TS2769 on $state.raw explicit generics (#38, thanks @JanTuck). Also annotated nullish state declarations (let el: T | null = $state(null)) now narrow exactly as upstream.

  • $state.raw fallback declarations mirror Svelte's two overloads; an installed Svelte owns the complete $state ambient surface (#38) — 9ad4c4a
  • annotated nullish state narrows like upstream; the overlay generic-injection rewrite is removed — d6a3e17
  • publish script is resumable after a mid-run failure — a8c2561