Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
svelte@5.39.6
Patch Changes
svelte@5.39.5
svelte@5.39.4
Patch Changes
- fix: restore hydration state after
await
in<script>
(#16806)
svelte@5.39.3
svelte@5.39.2
svelte@5.39.1
svelte@5.39.0
svelte@5.38.9
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
Patch Changes
- fix: flush effects scheduled during boundary's pending phase (#16738)
svelte@5.38.8
Patch Changes
- fix: send
$effect.pending
count to the correct boundary (#16732)