Skip to content

Releases: sveltejs/svelte

[email protected]

07 Apr 14:33
7b850d3
Compare
Choose a tag to compare

Patch Changes

  • fix: address untracked_writes memory leak (#15694)

[email protected]

05 Apr 15:59
c544a59
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

01 Apr 12:23
5b9053d
Compare
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)

[email protected]

31 Mar 19:37
c822f9b
Compare
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)

[email protected]

31 Mar 18:43
d6d99ca
Compare
Choose a tag to compare

Patch Changes

  • fix: support TS type assertions (#15642)

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

[email protected]

23 Mar 14:01
f498a21
Compare
Choose a tag to compare

Patch Changes

  • fix: prevent state runes from being called with spread (#15585)

[email protected]

21 Mar 23:06
7fe9bf5
Compare
Choose a tag to compare

Patch Changes

  • feat: migrate reassigned deriveds to $derived (#15581)

[email protected]

21 Mar 21:07
c1ae895
Compare
Choose a tag to compare

Patch Changes

  • fix: prevent dev server from throwing errors when attempting to retrieve the proxied value of an iframe's contentWindow (#15577)

[email protected]

21 Mar 17:05
6e343b9
Compare
Choose a tag to compare

Minor Changes

  • feat: make deriveds writable (#15570)

[email protected]

21 Mar 14:31
2d3b65d
Compare
Choose a tag to compare

Patch Changes

  • fix: use get in constructor for deriveds (#15300)

  • fix: ensure toStore root effect is connected to correct parent effect (#15574)