Skip to content

Releases: sveltejs/svelte

[email protected]

15 Apr 02:25
6a7e53f
Compare
Choose a tag to compare

Minor Changes

  • feat: partially evaluate certain expressions (#15494)

Patch Changes

  • fix: relax :global selector list validation (#15762)

[email protected]

14 Apr 13:14
7aed6be
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly validate head snippets on the server (#15755)

  • fix: ignore mutation validation for props that are not proxies in more cases (#15759)

  • fix: allow self-closing tags within math namespace (#15761)

[email protected]

12 Apr 14:45
3153384
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly validate undefined snippet params with default value (#15750)

[email protected]

11 Apr 21:18
fd57eb3
Compare
Choose a tag to compare

Patch Changes

  • fix: update state_referenced_locally message (#15733)

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