Skip to content

Releases: sveltejs/svelte

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)

svelte@5.32.2

22 May 15:21
5a84098
Compare
Choose a tag to compare

Patch Changes

  • chore: simplify <pre> cleaning (#15980)

  • fix: attach __svelte_meta correctly to elements following a CSS wrapper (#15982)

  • fix: import untrack directly from client in svelte/attachments (#15974)

svelte@5.32.1

20 May 18:16
ef48d35
Compare
Choose a tag to compare

Patch Changes

  • Warn when an invalid <select multiple> value is given (#14816)

svelte@5.32.0

20 May 15:31
21d5448
Compare
Choose a tag to compare

Minor Changes

  • feat: warn on implicitly closed tags (#15932)

  • feat: attachments fromAction utility (#15933)

Patch Changes

  • fix: only re-run directly applied attachment if it changed (#15962)

svelte@4.2.20

20 May 16:34
49d1f1d
Compare
Choose a tag to compare

Patch Changes

  • fix: properly remove event listeners in Component's removeEventListener (#13556)