Skip to content

Releases: sveltejs/svelte

[email protected]

11 Apr 21:05
02448a9
Compare
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)

[email protected]

10 Apr 22:42
0020e59
Compare
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)

[email protected]

10 Apr 19:42
c2c83b6
Compare
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)

[email protected]

09 Apr 18:12
475b5db
Compare
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)

[email protected]

08 Apr 21:12
7694818
Compare
Choose a tag to compare

Patch Changes

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

  • fix: rework binding ownership validation (#15678)

[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)