Releases: sveltejs/svelte
svelte@5.0.0-next.69
Patch Changes
-
perf: bail early when traversing non-state (#10654)
-
feat: improve ssr html mismatch validation (#10658)
-
fix: improve ssr output of dynamic textarea elements (#10638)
-
fix: improve ssr code generation for class property $derived (#10661)
-
fix: warn when
$propsrune not called (#10655) -
fix: improve derived rune destructuring support (#10665)
-
feat: allow arbitrary call expressions and optional chaining for snippets (#10656)
-
fix: add
$setand$onmethods in legacy compat mode (#10642)
svelte@4.2.12
Patch Changes
- fix: properly update
svelte:componentprops when there are spread props (#10604)
svelte@5.0.0-next.68
Patch Changes
- fix: improve deep_read performance (#10624)
svelte@5.0.0-next.67
svelte@5.0.0-next.66
Patch Changes
-
fix: don't clear date input on temporarily invalid value (#10616)
-
fix: use safe-equals comparison for
@consttags in legacy mode (#10606) -
fix: improve proxy effect dependency tracking (#10605)
-
fix: prevent window listeners from triggering events twice (#10611)
-
feat: allow dynamic
typeattribute withbind:value(#10608) -
fix: make
bind_thisimplementation more robust (#10598) -
fix: tweak initial
bind:clientWidth/clientHeight/offsetWidth/offsetHeightupdate timing (#10512) -
fix: correctly handle proxied signal writes before reads (#10612)
svelte@5.0.0-next.65
svelte@5.0.0-next.64
Patch Changes
- fix: inherit ownerlessness when creating child proxies (#10577)
svelte@5.0.0-next.63
svelte@5.0.0-next.62
svelte@5.0.0-next.61
Patch Changes
-
fix: improve each block item equality for immutable mode (#10537)
-
fix: improve handling of unowned derived signals (#10565)
-
fix: better handling of empty text node hydration (#10545)
-
fix: ensure update methods of actions and reactive statements work with fine-grained
$state(#10543) -
fix: don't execute scripts inside
@htmlwhen instantiated on the client (#10556) -
fix: only escape characters in SSR template (#10555)
-
fix: wire up
eventsinmountcorrectly and fix its types (#10553) -
fix: better handling of derived signals that have no dependencies (#10558)
-
fix: improve state store mutation compiler output (#10561)