Skip to content

Releases: sveltejs/svelte

svelte@5.26.0

11 Apr 21:05
02448a9

Choose a tag to compare

Minor Changes

  • feat: add css.hasGlobal to compile output (#15450)

Patch Changes

  • fix: add snippet argument validation in dev (#15521)

svelte@5.25.12

10 Apr 22:42
0020e59

Choose a tag to compare

Patch Changes

  • fix: improve internal_set versioning mechanic (#15724)

  • fix: don't transform reassigned state in labeled statement in $derived (#15725)

svelte@5.25.11

10 Apr 19:42
c2c83b6

Choose a tag to compare

Patch Changes

  • fix: handle hydration mismatches in await blocks (#15708)

  • fix: prevent ownership warnings if the fallback of a bindable is used (#15720)

svelte@5.25.10

09 Apr 18:12
475b5db

Choose a tag to compare

Patch Changes

  • fix: set deriveds as CLEAN if they are assigned to (#15592)

  • fix: better scope :global() with nesting selector & (#15671)

svelte@5.25.9

08 Apr 21:12
7694818

Choose a tag to compare

Patch Changes

  • fix: allow $.state and $.derived to be treeshaken (#15702)

  • fix: rework binding ownership validation (#15678)

svelte@5.25.8

07 Apr 14:33
7b850d3

Choose a tag to compare

Patch Changes

  • fix: address untracked_writes memory leak (#15694)

svelte@5.25.7

05 Apr 15:59
c544a59

Choose a tag to compare

Patch Changes

  • fix: ensure clearing of old values happens independent of root flushes (#15664)

svelte@5.25.6

01 Apr 12:23
5b9053d

Choose a tag to compare

Patch Changes

  • fix: ignore generic type arguments while creating AST (#15659)

  • fix: better consider component and its snippets during css pruning (#15630)

svelte@5.25.5

31 Mar 19:37
c822f9b

Choose a tag to compare

Patch Changes

  • fix: add setters to $derived class properties (#15628)

  • fix: silence assignment warning on more function bindings (#15644)

  • fix: make sure CSS is preserved during SSR with bindings (#15645)

svelte@5.25.4

31 Mar 18:43
d6d99ca

Choose a tag to compare

Patch Changes

  • fix: support TS type assertions (#15642)

  • fix: ensure undefined class still applies scoping class, if necessary (#15643)