Skip to content

Releases: sveltejs/svelte

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

[email protected]

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)

[email protected]

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)