Skip to content

Releases: sveltejs/svelte

[email protected]

11 Mar 18:05
3bdef54
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: use getters for derived class state fields, with memoisation (#10757)

[email protected]

10 Mar 23:50
8dc7cd2
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: prevent reactive statement reruns when they have indirect cyclic dependencies (#10736)

[email protected]

08 Mar 16:33
f3bfb93
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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)

[email protected]

05 Mar 20:09
b3d0a06
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: adjust keyed each block equality handling (#10699)

  • fix: improve indexed each equality (#10702)

  • fix: prevent snippet children conflict (#10700)

[email protected]

05 Mar 00:32
d577740
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: improve namespace inference when having {@render} and {@html} tags (#10631)

  • fix: don't collapse whitespace within text nodes (#10691)

[email protected]

02 Mar 12:17
c4473df
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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)

[email protected]

28 Feb 20:47
e21488f
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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)

[email protected]

23 Feb 08:03
b14eaba
Compare
Choose a tag to compare

Patch Changes

  • fix: properly update svelte:component props when there are spread props (#10604)

[email protected]

23 Feb 21:58
512edaa
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: improve deep_read performance (#10624)

[email protected]

23 Feb 18:57
1822396
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: improve event delegation with shadowed bindings (#10620)

  • feat: add reactive Date object to svelte/reactivity (#10622)