Skip to content

Releases: sveltejs/svelte

[email protected]

19 Sep 19:20
313bcea
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: keep bound inputs in sync in runes mode (#13328)

  • fix: silence snapshot warnings inside $inspect (#13334)

[email protected]

19 Sep 14:56
00cc364
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • feat: account for zoom when calculating animation transforms (#13317)

[email protected]

19 Sep 12:59
d653040
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: delete transformers shadowed by unreassigned state (#13316)

  • fix: don't make wheel events passive by default (#13322)

[email protected]

18 Sep 21:48
b3842d7
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: handle $Props interface during migration (#13305)

  • fix: attach effects-inside-deriveds to the parent of the derived (#13309)

  • fix: simplify and robustify appending styles (#13303)

[email protected]

18 Sep 12:33
f852a68
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: improve performance of scheduling effects (#13300)

[email protected]

17 Sep 23:11
dbc5793
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: correctly migrate sequence expressions (#13291)

  • fix: avoid disconnecting deriveds that are still active (#13292)

  • feat: Add accessibility warnings for buttons and anchors without explicit labels and content (#13130)

[email protected]

17 Sep 15:55
758fb2a
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: ensure snapshot logs don't affect dependency graph (#13286)

  • fix: allow custom element styles to be updated in HMR mode (#13225)

  • fix: inject styles correctly when mounting inside an iframe (#13225)

[email protected]

17 Sep 13:04
e7f51e4
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • feat: provide guidance in browser console when logging $state objects (#13142)

  • fix: ensure correct parent effect is associated with render effects (#13274)

  • feat: unwrap function expressions where possible, and optimise bindings (#13269)

[email protected]

16 Sep 21:00
c1d8eb3
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: wait until template strings are complete before sanitizing (#13262)

  • fix: avoid flushing sync with $inspect (#13239)

  • fix: separate template_effect for dynamic class/style directive with dynamic attributes (#13171)

  • fix: treat pure call expressions as potentially reactive if they reference local bindings (#13264)

  • fix: follow spec for customElement option (#13247)

  • fix: tighten up `# svelte prefix validation (#13261)

[email protected]

13 Sep 16:02
04df7b0
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • perf: inline module variables into template (#13075)

  • fix: allow custom element events on slot to bubble inside custom element (#13222)

  • fix: add missing autocomplete attribute tokens (#13229)

  • feat: add infinite loop effect callstack (#13231)