Skip to content

Releases: sveltejs/svelte

[email protected]

30 Oct 15:15
723c421

Choose a tag to compare

Patch Changes

  • fix: treat each blocks with async dependencies as uncontrolled (#17077)

[email protected]

30 Oct 12:57
8ebc3b1

Choose a tag to compare

Patch Changes

  • fix: transform $bindable after await expressions (#17066)

[email protected]

28 Oct 20:37
70d020b

Choose a tag to compare

Minor Changes

  • feat: out-of-order rendering (#17038)

Patch Changes

  • fix: settle batch after DOM updates (#17054)

[email protected]

28 Oct 01:45
1b2f7b0

Choose a tag to compare

Patch Changes

  • fix: handle <svelte:head> rendered asynchronously (#17052)

  • fix: don't restore batch in #await (#17051)

[email protected]

26 Oct 01:14
da00abe

Choose a tag to compare

Patch Changes

  • fix: better error message for global variable assignments (#17036)

  • chore: tweak memoizer logic (#17042)

[email protected]

25 Oct 18:50
e33f774

Choose a tag to compare

Patch Changes

  • fix: ignore fork discard() after commit() (#17034)

[email protected]

25 Oct 15:36
875a041

Choose a tag to compare

Minor Changes

  • feat: experimental fork API (#17004)

Patch Changes

  • fix: always allow setContext before first await in component (#17031)

  • fix: less confusing names for inspect errors (#17026)

[email protected]

24 Oct 16:47
4a214f7

Choose a tag to compare

Patch Changes

  • fix: take into account static blocks when determining transition locality (#17018)

  • fix: coordinate mount of snippets with await expressions (#17021)

  • fix: better optimization of await expressions (#17025)

  • fix: flush pending changes after rendering failed snippet (#16995)

[email protected]

23 Oct 18:51
86aedae

Choose a tag to compare

Patch Changes

  • chore: exclude vite optimized deps from stack traces (#17008)

  • perf: skip repeatedly traversing the same derived (#17016)

[email protected]

22 Oct 13:43
3009a02

Choose a tag to compare

Patch Changes

  • fix: keep batches alive until all async work is complete (#16971)

  • fix: don't preserve reactivity context across function boundaries (#17002)

  • fix: make $inspect logs come from the callsite (#17001)

  • fix: ensure guards (eg. if, each, key) run before their contents (#16930)