Skip to content

Releases: sveltejs/svelte

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

[email protected]

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

Patch Changes

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

[email protected]

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)

[email protected]

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

Patch Changes

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

[email protected]

19 May 19:41
a96d01b
Compare
Choose a tag to compare

Patch Changes

  • fix: avoid auto-parenthesis for special-keywords-only MediaQuery (#15937)