Releases: sveltejs/svelte
Releases · sveltejs/svelte
svelte@5.36.7
Patch Changes
- fix: allow instrinsic
<svelte:...>
elements to inherit from SvelteHTMLElements
(#16424)
svelte@5.36.6
Patch Changes
-
fix: delegate functions with shadowed variables if declared locally (#16417)
-
fix: handle error in correct boundary after reset (#16171)
-
fix: make <svelte:boundary>
reset function a noop after the first call (#16171)
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)