Commit Graph

2608 Commits (svelte@5.55.10)

Author SHA1 Message Date
github-actions[bot] 0bb715d3cf
Version Packages (#18255)
2 months ago
Elliott Johnson e705369dee
fix: propagate async @const blockers through closure references (#18309)
2 months ago
Rich Harris ec08dbc7ee
fix: only unlink batch if we're done with it (#18298)
2 months ago
Simon H c01e598fff
fix: avoid waterfall-warning when async resolves to same value (#18297)
2 months ago
Rich Harris 070a0c4f77
Revert "perf: use Set instead of Array for constant lookups in utils.js" (#18294)
2 months ago
Simon H 60eaa92b0b
fix: resume outro-ed branches if they were kept around (#18291)
2 months ago
Simon H 871e590c59
fix: settle discarded batch (#18290)
2 months ago
Mathias Picker e6110d31c5
perf: use Set instead of Array for constant lookups in utils.js (#18250)
2 months ago
Simon H fe9ab936b6
fix: allow `$derived(await ...)` in disconnected effect roots (#18273)
2 months ago
Karl Georgsen f023e8d7c8
chore: add tag name to a11y_click_events_have_key_events warning (#18272)
2 months ago
wheelman bb69f9c44c
fix: declare `let:` directives before `{@const}` on slotted elements (#18271)
2 months ago
Puneet Dixit 8b961be0b1
fix: remove raw-text hydration markers (#18269)
2 months ago
Mathias Picker 04d408b29d
perf: walk composedPath() directly in delegated event propagation (#18268)
2 months ago
Simon H 078f901f61
fix: catch rejected promises while merging/committing (#18266)
2 months ago
Simon H a6002b587c
fix: unlink errored and otherwise finished batch (#18264)
2 months ago
Simon H 4656e6895d
fix: make unnecessary commit work less likely (#18263)
2 months ago
Simon H 91a42e2ed6
fix: correctly coordinate component-level effects inside async blocks (#18260)
2 months ago
Simon H 65283bc13a
fix: transfer effects when merging batches (#18254)
2 months ago
github-actions[bot] b65a3f3fc5
Version Packages (#18240)
2 months ago
Simon H d654db83ef
fix: avoid false-positive batch invariant error (#18246)
2 months ago
Simon H 000c594e05
fix: `{#await await ...}` and async dependencies fixes (#18243)
2 months ago
Sean Kenneth Doherty a5df6616ea
fix: avoid unnecessary stringify in server attributes (#18232)
2 months ago
github-actions[bot] f9440dc3ed
Version Packages (#18239)
2 months ago
OfirHaf ca3f35bf7d
fix(print): handle svelte:body and fix keyframe percentage double-printing (#18234)
2 months ago
Rich Harris 2bc3592eb1
fix: use named symbols everywhere (#18238)
2 months ago
Simon H dc1f037fa6
fix: don't run teardown effects when deriveds are unfreezed (#18227)
2 months ago
Simon H 1e899cba35
fix: execute uninitialized derived even if it's destroyed (#18228)
2 months ago
Simon H eb10a70cf1
fix: unset context synchronously in `run` (#18236)
2 months ago
github-actions[bot] 4d8f99a270
Version Packages (#18220)
2 months ago
Rich Harris 0552308817
chore: bump devalue (#18219)
2 months ago
Elliott Johnson e1cbbd9644
Merge commit from fork
2 months ago
Elliott Johnson a16ebc67bb
Merge commit from fork
2 months ago
Simon H d2375e2ebc
Merge commit from fork
2 months ago
Simon H 547853e240
Merge commit from fork
2 months ago
github-actions[bot] 55f9c85c09
Version Packages (#18158)
2 months ago
Rich Harris a10e8e47a5
fix: keep dependencies of `$state.eager`/`pending` (alternative approach) (#18218)
2 months ago
Rich Harris 5122936edb
fix: treat batches as a linked list (#18205)
2 months ago
Simon H 1688c84be9
chore: allow `null` for `pending` in typings (#18201)
2 months ago
Rich Harris 9ffc13d7c3
fix: remove `source.updated` stack traces after `flush` (#18196)
2 months ago
Simon H e00944ffd1
fix: correctly compile component member expressions for SSR (#18192)
2 months ago
Rich Harris 908c9d0312
fix: leave stale promises to wait for a later resolution, instead of rejecting (#18180)
2 months ago
Simon H 1c150a460f
fix: abort running obsolete async branches (#18118)
2 months ago
Rich Harris 91e1ead773
chore: remove unnecessary `increment_pending` calls (#18183)
2 months ago
Simon H aeb6bd088b
fix: reapply context after transforming error during SSR (#18099)
2 months ago
Simon H d4c5a91735
fix: rethrow error of failed iterable after calling `return()` (#18169)
2 months ago
Paolo Ricciuti 89b6a939fe
fix: wrap `Promise.all` in `save` during SSR (#18178)
2 months ago
Rich Harris dc5bd887b5
fix: resolve stale deriveds with latest value (#18167)
2 months ago
Simon H 572444a696
fix: ignore false-positive errors of `$inspect` dependencies (#18106)
3 months ago
Simon H 90a70cb012
fix: flush eager effects in production (#18107)
3 months ago
Simon H 9521b9f3dc
fix: don't rebase just-created batches (#18117)
3 months ago