Skip to content

Releases: sveltejs/svelte

[email protected]

19 Sep 23:41
ded13b8
Compare
Choose a tag to compare

Patch Changes

  • fix: remove outer hydration markers (#16800)

  • fix: async hydration (#16797)

[email protected]

18 Sep 02:33
4616422
Compare
Choose a tag to compare

Patch Changes

  • fix: preserve SSR context when block expressions contain await (#16791)

  • chore: bump some devDependencies (#16787)

[email protected]

17 Sep 23:33
16e16da
Compare
Choose a tag to compare

Patch Changes

  • fix: issue state_proxy_unmount warning when unmounting a state proxy (#16747)

  • fix: add then to class component render output (#16783)

[email protected]

17 Sep 21:56
eaf4d40
Compare
Choose a tag to compare

Minor Changes

  • feat: experimental async SSR (#16748)

Patch Changes

  • fix: correctly SSR hidden="until-found" (#16773)

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