Skip to content

Releases: sveltejs/svelte

[email protected]

02 Jun 20:02
335779d
Compare
Choose a tag to compare

Patch Changes

  • Revert "feat: enable TS autocomplete for Svelte HTML element definitions" (#16063)

  • fix: destructuring snippet arguments (#16068)

[email protected]

02 Jun 00:46
194f5b3
Compare
Choose a tag to compare

Patch Changes

  • fix: avoid recursion error in EachBlock visitor (#16058)

[email protected]

01 Jun 20:52
8175091
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly transform reassignments to class fields in SSR mode (#16051)

[email protected]

31 May 19:41
e5d0cd2
Compare
Choose a tag to compare

Patch Changes

  • fix: treat transitive dependencies of each blocks as mutable in legacy mode if item is mutated (#16038)

[email protected]

29 May 16:27
b5b814c
Compare
Choose a tag to compare

Patch Changes

  • fix: put expressions in effects unless known to be static (#15792)

[email protected]

29 May 14:53
7a8cb37
Compare
Choose a tag to compare

Patch Changes

  • fix: only select_option if 'value' is in next (#16032)

[email protected]

29 May 12:50
0d67ff4
Compare
Choose a tag to compare

Patch Changes

  • fix: bind:value to select with stores (#16028)

[email protected]

29 May 02:25
7433cb9
Compare
Choose a tag to compare

Patch Changes

  • fix: falsy attachments on components (#16021)

  • fix: correctly mark elements as selected during SSR (#16017)

[email protected]

29 May 19:17
2f90dd8
Compare
Choose a tag to compare

Patch Changes

  • fix: use fill: 'forwards' on transition animations to prevent flicker (#16035)

[email protected]

28 May 21:40
b2fa847
Compare
Choose a tag to compare

Patch Changes

  • fix: handle derived destructured iterators (#16015)

  • fix: avoid rerunning attachments when unrelated spread attributes change (#15961)