Skip to content

Releases: sveltejs/svelte

svelte@5.35.5

09 Jul 13:43
fab2091
Compare
Choose a tag to compare

Patch Changes

  • fix: associate sources in Spring/Tween/SvelteMap/SvelteSet with correct reaction (#16325)

  • fix: re-evaluate derived props during teardown (#16278)

svelte@5.35.4

07 Jul 16:40
eb094ba
Compare
Choose a tag to compare

Patch Changes

  • fix: abort and reschedule effect processing after state change in user effect (#16280)

svelte@5.35.3

07 Jul 14:56
63e4836
Compare
Choose a tag to compare

Patch Changes

  • fix: account for mounting when select_option in attribute_effect (#16309)

  • fix: do not proxify the value assigned to a derived (#16302)

svelte@5.35.2

03 Jul 15:53
220e901
Compare
Choose a tag to compare

Patch Changes

svelte@5.35.1

02 Jul 20:21
5ebbedf
Compare
Choose a tag to compare

Patch Changes

  • feat: add parent hierarchy to __svelte_meta objects (#16255)

svelte@5.35.0

02 Jul 12:10
9dddb31
Compare
Choose a tag to compare

Minor Changes

  • feat: add getAbortSignal() (#16266)

Patch Changes

  • chore: simplify props (#16270)

svelte@5.34.9

28 Jun 08:38
cf9f8c9
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure unowned deriveds can add themselves as reactions while connected (#16249)

svelte@5.34.8

25 Jun 10:40
777e67b
Compare
Choose a tag to compare

Patch Changes

  • fix: untrack $inspect.with and add check for unsafe mutation (#16209)

  • fix: use fine grained for template if the component is not explicitly in legacy mode (#16232)

  • lift unsafe_state_mutation constraints for SvelteSet, SvelteMap, SvelteDate, SvelteURL and SvelteURLSearchParams created inside the derived (#16221)

svelte@5.34.7

19 Jun 13:21
669a223
Compare
Choose a tag to compare

Patch Changes

  • fix: address css class matching regression (#16204)

svelte@5.34.6

18 Jun 15:26
d941cf5
Compare
Choose a tag to compare

Patch Changes

  • fix: match class and style directives against attribute selector (#16179)