Skip to content

Releases: sveltejs/svelte

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

[email protected]

27 May 13:13
2e27c5d
Compare
Choose a tag to compare

Patch Changes

  • fix: narrow defaultChecked to boolean (#16009)

  • fix: warn when using rest or identifier in custom elements without props option (#16003)

[email protected]

26 May 22:59
6e2ba64
Compare
Choose a tag to compare

Patch Changes

  • fix: allow using typescript in customElement.extend option (#16001)

  • fix: cleanup event handlers on media elements (#16005)

[email protected]

25 May 15:10
add0c6a
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly parse escaped unicode characters in css selector (#15976)

  • fix: don't mark deriveds as clean if updating during teardown (#15997)

[email protected]

22 May 21:15
db7b25b
Compare
Choose a tag to compare

Patch Changes

  • fix: make deriveds on the server lazy again (#15964)