Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
svelte@5.0.0-next.70
02 Mar 12:17
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: better ownership mutation validation (#10673 )
fix: handle TypeScript's optional parameter syntax in snippets (#10671 )
fix: deduplicate generated props and action arg names (#10669 )
svelte@5.0.0-next.69
28 Feb 20:47
Compare
Sorry, something went wrong.
No results found
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 $props rune not called (#10655 )
fix: improve derived rune destructuring support (#10665 )
feat: allow arbitrary call expressions and optional chaining for snippets (#10656 )
fix: add $set and $on methods in legacy compat mode (#10642 )
svelte@4.2.12
23 Feb 08:03
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: properly update svelte:component props when there are spread props (#10604 )
svelte@5.0.0-next.68
23 Feb 21:58
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: improve deep_read performance (#10624 )
svelte@5.0.0-next.67
23 Feb 18:57
Compare
Sorry, something went wrong.
No results found
svelte@5.0.0-next.66
23 Feb 11:56
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: don't clear date input on temporarily invalid value (#10616 )
fix: use safe-equals comparison for @const tags in legacy mode (#10606 )
fix: improve proxy effect dependency tracking (#10605 )
fix: prevent window listeners from triggering events twice (#10611 )
feat: allow dynamic type attribute with bind:value (#10608 )
fix: make bind_this implementation more robust (#10598 )
fix: tweak initial bind:clientWidth/clientHeight/offsetWidth/offsetHeight update timing (#10512 )
fix: correctly handle proxied signal writes before reads (#10612 )
svelte@5.0.0-next.65
21 Feb 19:35
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: improve $inspect handling of derived objects (#10584 )
fix: permit whitespace within template scripts (#10591 )
fix: allow boolean contenteditable attribute (#10590 )
fix: improve import event handler support (#10592 )
svelte@5.0.0-next.64
20 Feb 22:01
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: inherit ownerlessness when creating child proxies (#10577 )
svelte@5.0.0-next.63
20 Feb 21:06
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: handle member expressions in directives (#10576 )
fix: remove memory leak (#10570 )
fix: call beforeUpdate/afterUpdate callbacks when props are mutated (#10570 )
fix: improve props spreading logic (#10574 )
svelte@5.0.0-next.62
20 Feb 18:08
Compare
Sorry, something went wrong.
No results found
Patch Changes
feat: allow state/derived/props to be explicitly exported from components (#10523 )
fix: replace proxy-based readonly validation with stack-trace-based ownership tracking (#10464 )
fix: correct context applied to batch_inspect (#10569 )