Skip to content

Releases: sveltejs/svelte

svelte@5.33.9

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

Patch Changes

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

svelte@5.33.8

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

Patch Changes

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

svelte@5.33.7

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

Patch Changes

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

svelte@5.33.6

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)

svelte@5.33.5

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)

svelte@5.33.4

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)

svelte@5.33.3

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)

svelte@5.33.2

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)

svelte@5.33.1

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

Patch Changes

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

svelte@5.33.0

22 May 15:29
9250c9c
Compare
Choose a tag to compare

Minor Changes

  • feat: XHTML compliance (#15538)

  • feat: add fragments: 'html' | 'tree' option for wider CSP compliance (#15538)