Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
svelte@5.0.0-next.79
14 Mar 19:45
Compare
Sorry, something went wrong.
No results found
Patch Changes
feat: add reactive Map class to svelte/reactivity (#10803 )
svelte@5.0.0-next.78
13 Mar 16:09
Compare
Sorry, something went wrong.
No results found
svelte@5.0.0-next.77
13 Mar 14:31
Compare
Sorry, something went wrong.
No results found
svelte@5.0.0-next.76
13 Mar 02:19
Compare
Sorry, something went wrong.
No results found
Patch Changes
feat: add reactive Set class to svelte/reactivity (#10781 )
breaking: make $props() rune non-generic (#10694 )
fix: improve internal render effect sequencing (#10769 )
svelte@5.0.0-next.75
11 Mar 18:05
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: use getters for derived class state fields, with memoisation (#10757 )
svelte@5.0.0-next.74
10 Mar 23:50
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: prevent reactive statement reruns when they have indirect cyclic dependencies (#10736 )
svelte@5.0.0-next.73
08 Mar 16:33
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: improve bind:this support around proxyied state (#10732 )
fix: bump specificity on all members of a selector list (#10730 )
breaking: preserve slots inside templates with a shadowrootmode attribute (#10721 )
chore: custom elements validation (#10720 )
fix: ensure performance.now() and requestAnimationFrame() are polyfilled in ssr (#10715 )
fix: eagerly unsubscribe when store is changed (#10727 )
fix: error when exporting reassigned state from module context (#10728 )
svelte@5.0.0-next.72
05 Mar 20:09
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: adjust keyed each block equality handling (#10699 )
fix: improve indexed each equality (#10702 )
fix: prevent snippet children conflict (#10700 )
svelte@5.0.0-next.71
05 Mar 00:32
Compare
Sorry, something went wrong.
No results found
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 )