Releases: sveltejs/svelte
Releases · sveltejs/svelte
svelte@5.8.0
06 Dec 14:18
Compare
Sorry, something went wrong.
No results found
Minor Changes
feat: add Spring and Tween classes to svelte/motion (#11519 )
svelte@5.7.1
05 Dec 20:24
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: ensure bindings always take precedence over spreads (#14575 )
svelte@5.7.0
05 Dec 15:34
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Patch Changes
chore: make if blocks tree-shakable (#14549 )
svelte@5.6.1
04 Dec 16:45
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: handle static form values in combination with default values (#14555 )
svelte@5.6.0
04 Dec 15:03
Compare
Sorry, something went wrong.
No results found
Minor Changes
feat: support defaultValue/defaultChecked for inputs (#14289 )
svelte@5.5.4
04 Dec 14:48
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: use correct reaction when lazily creating deriveds inside SvelteDate (#14525 )
svelte@5.5.0
03 Dec 14:59
Compare
Sorry, something went wrong.
No results found
Minor Changes
feat: allow snippets to be exported from module scripts (#14315 )
Patch Changes
fix: ignore TypeScript generics on variables (#14509 )