Releases: sveltejs/svelte
Releases · sveltejs/svelte
svelte@5.39.6
24 Sep 17:01
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: depend on reads of deriveds created within reaction (async mode) (#16823 )
fix: SSR regression of processing attributes of <select> and <option> (#16821 )
fix: async class: + spread attributes were compiled into sync server-side code (#16834 )
fix: ensure tick resolves within a macrotask (#16825 )
svelte@5.39.5
23 Sep 12:59
Compare
Sorry, something went wrong.
No results found
svelte@5.39.4
21 Sep 23:36
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: restore hydration state after await in <script> (#16806 )
svelte@5.39.3
19 Sep 23:41
Compare
Sorry, something went wrong.
No results found
svelte@5.39.2
18 Sep 02:33
Compare
Sorry, something went wrong.
No results found
svelte@5.39.1
17 Sep 23:33
Compare
Sorry, something went wrong.
No results found
svelte@5.39.0
17 Sep 21:56
Compare
Sorry, something went wrong.
No results found
Minor Changes
feat: experimental async SSR (#16748 )
Patch Changes
fix: correctly SSR hidden="until-found" (#16773 )
svelte@5.38.9
11 Sep 01:25
Compare
Sorry, something went wrong.
No results found
Patch Changes
chore: generate CSS hash using the filename (#16740 )
fix: correctly analyze <object.property> components (#16711 )
fix: clean up scheduling system (#16741 )
fix: transform input defaults from spread (#16481 )
fix: don't destroy contents of svelte:boundary unless the boundary is an error boundary (#16746 )
svelte@5.38.10
11 Sep 15:33
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: flush effects scheduled during boundary's pending phase (#16738 )
svelte@5.38.8
09 Sep 16:00
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: send $effect.pending count to the correct boundary (#16732 )