Skip to content

Releases: sveltejs/svelte

svelte@5.2.11

29 Nov 15:34
ca3690f
Compare
Choose a tag to compare

Patch Changes

  • fix: ignore text and expressions outside the template when validating HTML (#14468)

  • fix: better account for render tags when pruning CSS (#14456)

svelte@5.2.10

28 Nov 00:49
dcef8ff
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly remove unused selectors in middle of selector lists (#14448)

  • chore: upgrade esm-env for Vite 6 support (#14460)

  • fix: strip exported TypeScript function overloads (#14458)

svelte@5.2.9

26 Nov 19:47
3a6bf10
Compare
Choose a tag to compare

Patch Changes

  • fix: show :then block for null/undefined value (#14440)

  • fix: relax html parent validation (#14442)

  • fix: prevent memory leak when creating deriveds inside untrack (#14443)

  • fix: disregard TypeScript nodes when pruning CSS (#14446)

svelte@5.2.8

25 Nov 16:31
2b5c0e7
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly prune each blocks (#14403)

  • fix: provide temporary LegacyComponentType (#14257)

  • fix: attach spread attribute events synchronously (#14387)

  • fix: ensure last empty text node correctly hydrates (#14425)

  • fix: correctly prune key blocks (#14403)

svelte@5.2.7

20 Nov 22:16
6e391fc
Compare
Choose a tag to compare

Patch Changes

  • fix: always use set for private identifiers (#14378)

svelte@5.2.6

20 Nov 19:56
85ec6fa
Compare
Choose a tag to compare

Patch Changes

  • fix: remove template expression inlining (#14374)

svelte@5.2.5

20 Nov 15:32
f616c22
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly handle srcObject attribute on video elements (#14369)

  • add contentvisibilityautostatechange event to element definitions (#14373)

  • fix: tighten up export default validation (#14368)

  • fix: include method definitions in class private fields (#14365)

svelte@5.2.4

19 Nov 19:07
53cc600
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure internal cloning can work circular values (#14347)

  • fix: correctly update dynamic member expressions (#14359)

  • fix: ensure is_pure takes into account $effect.tracking() (#14333)

  • fix: coerce value to number when hydrating range/number input with changed value (#14349)

svelte@5.2.3

18 Nov 15:24
b145035
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure dynamic call expressions correctly generate output (#14345)

svelte@5.2.2

16 Nov 17:15
396ea2e
Compare
Choose a tag to compare

Patch Changes

  • fix: treat property accesses of literals as pure (#14325)