Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
Patch Changes
-
fix: keep spread non-delegated event handlers up to date (#16180)
-
fix: remove undefined attributes on hydration (#16178)
-
fix: ensure sources within nested effects still register correctly (#16193)
-
fix: avoid shadowing a variable in dynamic components (#16185)
Patch Changes
-
fix: don't eagerly execute deriveds on resume (#16150)
-
fix: prevent memory leaking signals in legacy mode (#16145)
-
fix: don't define error.message
if it's not configurable (#16149)
Patch Changes
- fix: correctly tag private class state fields (#16132)
Minor Changes
- feat: add source name logging to
$inspect.trace
(#16060)
Patch Changes
-
fix: add command
and commandfor
to HTMLButtonAttributes
(#16117)
-
fix: better $inspect.trace()
output (#16131)
-
fix: properly hydrate dynamic css props components and remove element removal (#16118)
Patch Changes
- fix: reset
is_flushing
if flushSync
is called and there's no scheduled effect (#16119)
Patch Changes
- chore: update acorn parser
ecmaVersion
to parse import attributes (#16098)