Releases: sveltejs/svelte
Releases · sveltejs/svelte
svelte@5.0.0-next.50
06 Feb 23:08
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: set open binding value in <details> (#10413 )
svelte@5.0.0-next.49
06 Feb 20:25
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: properly analyze group expressions (#10410 )
fix: handle nested script tags (#10416 )
fix: only update lazy properties that have actually changed (#10415 )
fix: correctly determine binding scope of let: directives (#10395 )
fix: run onDestroy callbacks during SSR (#10297 )
svelte@4.2.10
05 Feb 16:48
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: add scrollend event type (#10336 )
fix: add fetchpriority attribute type (#10390 )
fix: Add miter-clip and arcs to stroke-linejoin attribute (#10377 )
fix: make inline doc links valid (#10366 )
svelte@5.0.0-next.48
05 Feb 20:12
Compare
Sorry, something went wrong.
No results found
Patch Changes
chore: bump zimmerframe to fix bugs introduced in previous version (#10405 )
svelte@5.0.0-next.47
05 Feb 19:03
Compare
Sorry, something went wrong.
No results found
svelte@5.0.0-next.46
05 Feb 14:52
Compare
Sorry, something went wrong.
No results found
svelte@5.0.0-next.45
02 Feb 00:42
Compare
Sorry, something went wrong.
No results found
svelte@5.0.0-next.44
31 Jan 23:27
Compare
Sorry, something went wrong.
No results found
svelte@5.0.0-next.43
31 Jan 22:51
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: insert empty text nodes while hydrating, if necessary (#9729 )
fix: correctly update tweened store initialized with nullish value (#10356 )
svelte@5.0.0-next.42
31 Jan 15:11
Compare
Sorry, something went wrong.
No results found
Patch Changes
breaking: snippets can now take multiple arguments, support default parameters. Because of this, the type signature has changed (#9988 )
Use generic T as the return type for $derived.call() (#10349 )
fix: replace TODO errors (#10326 )
fix: add proper typings for $derived.call (6145be5c695a063c70944272a42d9c63fdd71d64 )
fix: improve handling of unowned derived signals (#10342 )
fix: correctly reference destructured derived binding in event handler (#10333 )
fix: add scrollend event type (#10337 )
fix: improve unstate handling of non enumerable properties (#10348 )