Skip to content

Releases: sveltejs/svelte

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

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

[email protected]

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

Minor Changes

  • feat: add getAbortSignal() (#16266)

Patch Changes

  • chore: simplify props (#16270)

[email protected]

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)

[email protected]

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)

[email protected]

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

Patch Changes

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

[email protected]

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

Patch Changes

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

[email protected]

17 Jun 21:49
402434e
Compare
Choose a tag to compare

Patch Changes

  • fix: keep spread non-delegated event handlers up to date (#16180)

  • fix: remove undefined attributes on hydration (#16178)

  • fix: ensure sources within nested effects still register correctly (#16193)

  • fix: avoid shadowing a variable in dynamic components (#16185)

[email protected]

17 Jun 17:09
0524d16
Compare
Choose a tag to compare

Patch Changes

  • fix: don't set state withing with_parent in proxy (#16176)

  • fix: use compiler-driven reactivity in legacy mode template expressions (#16100)

[email protected]

14 Jun 15:51
5466086
Compare
Choose a tag to compare

Patch Changes

  • fix: don't eagerly execute deriveds on resume (#16150)

  • fix: prevent memory leaking signals in legacy mode (#16145)

  • fix: don't define error.message if it's not configurable (#16149)