Commit Graph

10830 Commits (27dbad89979cb4eec20a29d0f10d6097067febe7)
 

Author SHA1 Message Date
David Roizenman 27dbad8997
skip settled blockers more aggressively
3 weeks ago
David Roizenman 2b166b5e8d
don't flush when already flushing
3 weeks ago
David Roizenman 80b05fa0b7
only record promises as settled after cleanup is complete
3 weeks ago
David Roizenman 6c10db4a7c
add changeset
3 weeks ago
David Roizenman 88b66158fb
fix: avoid unnecessary async tracking when blockers are already settled
3 weeks ago
David Roizenman e7b22561aa
fix: only call revive() when batch is no longer deferred
3 weeks ago
David Roizenman cde12f871a
perf: use Set for new_deps to avoid O(n) includes check
3 weeks ago
Conduitry b934372a3c
chore: prevent two concurrent running release workflows (#17465)
3 weeks ago
Paolo Ricciuti a903e9408b
fix: mark subtree of svelte boundary as dynamic (#17468)
3 weeks ago
Paolo Ricciuti 17c22969d8
fix: don't reset static elements with debug/snippets (#17477)
3 weeks ago
github-actions[bot] 0718a26b43
Version Packages (#17476)
3 weeks ago
Elliott Johnson cfc7e0a8c3
chore: Upgrade devalue (#17475)
3 weeks ago
Elliott Johnson ef81048e23
Merge commit from fork
3 weeks ago
Dominik G. 6d90b96e99
chore: edit changelog (#17463)
4 weeks ago
github-actions[bot] ed8dcd0636
Version Packages (#17458)
4 weeks ago
github-actions[bot] 51c7f7152c
Version Packages (#17410)
4 weeks ago
David 7dbb5b4788
fix: derived reactivity and perf regressions (#17362)
4 weeks ago
Rich Harris ae224bea49
fix: always reconnect deriveds in get, when appropriate (#17451)
4 weeks ago
Rich Harris 2c23390286 chore: const -> var
4 weeks ago
Rich Harris b2135bd9f6 Merge branch 'main' of https://github.com/sveltejs/svelte
4 weeks ago
Rich Harris 286b40c452 fix: prevent derives without dependencies from ever re-running (#17445)
4 weeks ago
Rich Harris 5588832d17
fix: prevent derives without dependencies from ever re-running (#17445)
4 weeks ago
Rich Harris f8bdadc1bf
chore: simplify is_dirty (#17444)
4 weeks ago
Rich Harris 359be81c09
chore: tidy up (#17443)
4 weeks ago
Rich Harris f04f22ea49
chore: use update_derived_status instead of set_signal_status where appropriate (#17442)
4 weeks ago
Rich Harris c6ce1ffeff
chore: move set_signal_status into separate module (#17441)
4 weeks ago
Rich Harris 7ad5772309
fix: notify deriveds of changes to sources inside forks (#17437)
1 month ago
Rich Harris 4f49ea8961
fix: don't revert source to UNINITIALIZED state when time travelling (#17409)
1 month ago
Rich Harris 05a85d305a
chore: use normalization helper for hydration tests (#17434)
1 month ago
Rich Harris ac7c7646bc
fix: don't transform references of function declarations in legacy mode (#17431)
1 month ago
Rich Harris 044dce9da5
fix: adjust `loc` property of `Program` nodes created from `<script>` elements (#17428)
1 month ago
Rich Harris 41e8643814
fix: clear batch between runs (alternative approach) (#17424)
1 month ago
Rich Harris 1482ae8726
chore: remove `async_body` (#17425)
1 month ago
Rich Harris 37f08493c9
chore: eagerly assign labels to async deriveds (#17420)
1 month ago
Tee Ming b1f44c46c3
fix: correctly compile server code when using `$inspect` after a top-level await expression (#17407)
1 month ago
Rich Harris 965bf6ceec
chore: better async setContext test (#17398)
1 month ago
Rich Harris fcdb28c882
chore: disable HMR in playground (#17397)
1 month ago
github-actions[bot] d8085c24ba
Version Packages (#17388)
2 months ago
Rich Harris 31ac74fac7
fix: skip static optimisation for stateless deriveds after await (#17389)
2 months ago
That Richan acd752524b
feat: type `currentTarget` in `on` function (#17370)
2 months ago
Rich Harris 95a895a9d9
fix: prevent infinite loop when HMRing a component with an `await` (#17380)
2 months ago
github-actions[bot] 435da13fdd
Version Packages (#17358)
2 months ago
Elliott Johnson c86c4fdca1
feat: Add CSP support for `hydratable` (#17338)
2 months ago
github-actions[bot] 5f249abeae
Version Packages (#17353)
2 months ago
Elliott Johnson 00459a1d78
fix: race condition when importing `AsyncLocalStorage` (#17350)
2 months ago
github-actions[bot] a544a9d5f3
Version Packages (#17343)
2 months ago
Rich Harris b268ccbf44
fix: correctly reschedule deferred effects when reviving a batch after async work (#17332)
2 months ago
Yash 4e6104a939
fix typo (#17347)
2 months ago
Razin Shafayet 866ae6cdc7
docs: update #each to reflect support for null and undefined (#17339)
2 months ago
Manuel a584ff1347
fix: correctly print `!doctype` during `print` (#17341)
2 months ago