Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
svelte@5.36.3
Patch Changes
-
fix: don't log await_reactivity_loss
warning when signal is read in untrack
(#16385)
-
fix: better handle $inspect on array mutations (#16389)
-
fix: leave proxied array length
untouched when deleting properties (#16389)
-
fix: update $effect.pending()
immediately after a batch is removed (#16382)
svelte@5.36.1
Patch Changes
- fix: only skip updating bound
<input>
if the input was the source of the change (#16373)
svelte@5.36.0
Minor Changes
- feat: support
await
in components when using the experimental.async
compiler option (#15844)
Patch Changes
svelte@5.35.7
Patch Changes
-
fix: silence autofocus a11y warning inside <dialog>
(#16341)
-
fix: don't show adjusted error messages in boundaries (#16360)
-
chore: replace inline regex with variable (#16340)
svelte@5.35.4
Patch Changes
- fix: abort and reschedule effect processing after state change in user effect (#16280)