Skip to content

Releases: sveltejs/svelte

svelte@5.8.0

06 Dec 14:18
947d4ad
Compare
Choose a tag to compare

Minor Changes

  • feat: add Spring and Tween classes to svelte/motion (#11519)

svelte@5.7.1

05 Dec 20:24
60c0dc7
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure bindings always take precedence over spreads (#14575)

svelte@5.7.0

05 Dec 15:34
7f51727
Compare
Choose a tag to compare

Minor Changes

  • feat: add createSubscriber function for creating reactive values that depend on subscriptions (#14422)

  • feat: add reactive MediaQuery class, and a prefersReducedMotion class instance (#14422)

Patch Changes

  • fix: treat undefined and null the same for the initial input value (#14562)

svelte@5.6.2

04 Dec 18:35
85dec47
Compare
Choose a tag to compare

Patch Changes

  • chore: make if blocks tree-shakable (#14549)

svelte@5.6.1

04 Dec 16:45
51c9eac
Compare
Choose a tag to compare

Patch Changes

  • fix: handle static form values in combination with default values (#14555)

svelte@5.6.0

04 Dec 15:03
c0746e0
Compare
Choose a tag to compare

Minor Changes

  • feat: support defaultValue/defaultChecked for inputs (#14289)

svelte@5.5.4

04 Dec 14:48
c55af4a
Compare
Choose a tag to compare

Patch Changes

  • fix: better error messages for invalid HTML trees (#14445)

  • fix: remove spreaded event handlers when they become nullish (#14546)

  • fix: respect the unidirectional nature of time (#14541)

svelte@5.5.3

03 Dec 22:53
3d9122f
Compare
Choose a tag to compare

Patch Changes

  • fix: don't try to add owners to non-$state class fields (#14533)

  • fix: capture infinite_loop_guard in error boundary (#14534)

  • fix: proxify values when assigning using ||=, &&= and ??= operators (#14273)

svelte@5.5.2

03 Dec 19:00
a65e68c
Compare
Choose a tag to compare

Patch Changes

  • fix: use correct reaction when lazily creating deriveds inside SvelteDate (#14525)

svelte@5.5.0

03 Dec 14:59
e722ef6
Compare
Choose a tag to compare

Minor Changes

  • feat: allow snippets to be exported from module scripts (#14315)

Patch Changes

  • fix: ignore TypeScript generics on variables (#14509)