Skip to content

Releases: sveltejs/svelte

[email protected]

13 May 22:35
5e9428a
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • chore: improve runtime overhead of creating comment templates (#11591)

  • fix: replicate Svelte 4 props update detection in legacy mode (#11577)

  • fix: allow for non optional chain call expression in render (#11578)

  • fix: correctly handle falsy values of style directives in SSR mode (#11583)

  • fix: improve handling of lazy image elements (#11593)

  • fix: skip deriveds for props with known safe calls (#11595)

[email protected]

12 May 19:55
61238d0
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • chore: optimise effects (#11569)

  • fix: ensure all effect cleanup functions are untracked (#11567)

[email protected]

11 May 19:47
816335f
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: improve internal mechanism for handling process_effects (#11560)

[email protected]

11 May 19:30
4cadd07
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: further adjust heuristics for effect_update_depth_exceeded (#11558)

[email protected]

11 May 19:11
18f61a5
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: improved $inspect handling of reactive Map/Set/Date (#11553)

  • fix: adjust heuristics for effect_update_depth_exceeded (#11557)

[email protected]

10 May 20:14
7e9b109
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: don't warn on writes to $state (#11540)

  • feat: provide better error messages in DEV (#11526)

  • fix: better support for lazy img elements (#11545)

  • fix: handle falsy prop aliases correctly (#11539)

  • fix: ensure spread events are added even when rerunning spread immediately (#11535)

[email protected]

09 May 16:26
59f4feb
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: improve behaviour of unowned derived signals (#11521)

  • fix: make $effect.active() true when updating deriveds (#11500)

  • fix: skip parent element validation for snippet contents (#11463)

[email protected]

08 May 21:43
4fb4365
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: coerce incremented/decremented sources (#11506)

  • feat: add support for svelte inspector (#11514)

  • fix: skip AST analysis of TypeScript AST nodes (#11513)

  • fix: use import.meta.hot.acceptExports when available to support partial hmr in vite (#11453)

  • feat: better error for bind:this legacy API usage (#11498)

[email protected]

07 May 12:45
8e4c778
Compare
Choose a tag to compare

Patch Changes

  • fix: check if svelte component exists on custom element destroy (#11489)

[email protected]

03 May 10:59
272ffc5
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: adjust order of derived function definition overloads (#11426)