Skip to content

Releases: sveltejs/svelte

[email protected]

20 Sep 00:24
de157ee
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: only set attribute as property if element has setter (#13341)

[email protected]

19 Sep 21:28
78b134d
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: only warn on context="module" in runes mode (#13332)

  • feat: deprecate <svelte:self> in runes mode (#13333)

  • fix: set strings as attributes, non-strings as properties if property exists (#13327)

[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)