Skip to content

Releases: sveltejs/svelte

[email protected]

11 Sep 01:25
96a4b16
Compare
Choose a tag to compare

Patch Changes

  • chore: generate CSS hash using the filename (#16740)

  • fix: correctly analyze <object.property> components (#16711)

  • fix: clean up scheduling system (#16741)

  • fix: transform input defaults from spread (#16481)

  • fix: don't destroy contents of svelte:boundary unless the boundary is an error boundary (#16746)

[email protected]

11 Sep 15:33
df13be8
Compare
Choose a tag to compare

Patch Changes

  • fix: flush effects scheduled during boundary's pending phase (#16738)

[email protected]

09 Sep 16:00
f778975
Compare
Choose a tag to compare

Patch Changes

  • fix: send $effect.pending count to the correct boundary (#16732)

[email protected]

05 Sep 07:11
d92fa43
Compare
Choose a tag to compare

Patch Changes

  • fix: replace undefined with void(0) in CallExpressions (#16693)

  • fix: ensure batch exists when resetting a failed boundary (#16698)

  • fix: place store setup inside async body (#16687)

[email protected]

27 Aug 17:46
942eaf0
Compare
Choose a tag to compare

Patch Changes

  • fix: don't fail on flushSync while flushing effects (#16674)

[email protected]

26 Aug 18:08
5314f48
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure async deriveds always get dependencies from thennable (#16672)

[email protected]

23 Aug 21:29
e883cd0
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure correct order of template effect values (#16655)

  • fix: allow async {@const} in more places (#16643)

  • fix: properly catch top level await errors (#16619)

  • perf: prune effects without dependencies (#16625)

  • fix: only emit for_await_track_reactivity_loss in async mode (#16644)

[email protected]

18 Aug 12:59
04836a8
Compare
Choose a tag to compare

Patch Changes

  • perf: run blocks eagerly during flush instead of aborting (#16631)

  • fix: don't clone non-proxies in $inspect (#16617)

  • fix: avoid recursion error when tagging circular references (#16622)

[email protected]

11 Aug 19:25
2e02868
Compare
Choose a tag to compare

Patch Changes

  • fix: wrap abort in without_reactive_context (#16570)

  • fix: add hint as a possible value for popover attribute (#16581)

  • fix: skip effects inside dynamic component that is about to be destroyed (#16601)

[email protected]

06 Aug 18:08
ec03c7a
Compare
Choose a tag to compare

Minor Changes

  • feat: allow await inside @const declarations (#16542)

Patch Changes

  • fix: remount at any hydration error (#16248)

  • chore: emit await_reactivity_loss in for await loops (#16521)

  • fix: emit snippet_invalid_export instead of undefined_export for exported snippets (#16539)