Commit Graph

2504 Commits (stale-batch)

Author SHA1 Message Date
Rich Harris 98e8b635fa
fix: discard batches made obsolete by commit (#17934)
5 months ago
github-actions[bot] 8b86bdd82d
Version Packages (#17919)
5 months ago
Simon H 1ebed68322
fix: avoid traversing clean roots (#17928)
5 months ago
Conduitry 965f2a0ac8
fix: handle async RHS in assignment_value_stale (#17925)
5 months ago
Rich Harris a513da0445
chore: add invariant utility (#17929)
5 months ago
Apoorv Darshan 3dbd95075c
fix: keep select.__value current when effect is deferred (#17745)
5 months ago
Simon H 44c4f213e9
fix: ensure deriveds values are correct across batches (#17917)
5 months ago
github-actions[bot] bd433c5ceb
Version Packages (#17901)
5 months ago
Rich Harris 7c9ff8fc69
fix: resolve boundary in correct batch when hydrating (#17914)
5 months ago
Rich Harris 667896a753
fix: recover from errors that leave a corrupted effect tree (#17888)
5 months ago
Paolo Ricciuti e4e089310d
fix: remove `untrack` circular dependency (#17910)
5 months ago
Conduitry 58f161dee2
fix: properly lazily evaluate RHS when checking for assignment_value_stale (#17906)
5 months ago
Rich Harris 0e8f49b25f
chore: rebase batches after process, not during (#17900)
5 months ago
github-actions[bot] 72cd247c33
Version Packages (#17896)
5 months ago
Simon H 342d8568f1
fix: re-process batch if new root effects were scheduled (#17895)
5 months ago
github-actions[bot] d54361b97f
Version Packages (#17886)
5 months ago
Simon H be36c934c4
fix: better `bind:this` cleanup timing (#17885)
5 months ago
github-actions[bot] d2b347042c
Version Packages (#17854)
5 months ago
Simon H 1892988074
fix: don't access inert block effects (#17882)
5 months ago
Rich Harris 6fb7b4d265
chore: refactor scheduling (#17805)
5 months ago
Simon H 2deebdea8f
fix: handle asnyc updates within pending boundary (#17873)
5 months ago
dev-miro26 0206a2019e
fix: clean up externally-added DOM nodes in {@html} on re-render (#17853)
5 months ago
Rich Harris 2a1f5ada13
perf: avoid re-traversing the effect tree after `$:` assignments (#17848)
5 months ago
Rich Harris 7dc864d941
Revert "fix: skip derived re-evaluation inside inert effect blocks" (#17869)
5 months ago
Rich Harris e3f06f9fc7
fix: skip derived re-evaluation inside inert effect blocks (#17852)
5 months ago
github-actions[bot] 25a1c5368b
Version Packages (#17842)
5 months ago
Philip Breuer b7bc1309aa
fix: preserve original boundary errors when keyed each rows are removed during async updates (#17843)
5 months ago
Mathias Picker 0965028d3b
perf: optimize CSS selector pruning (#17846)
5 months ago
Mathias Picker 32111f9e84
perf: avoid O(n²) name scanning in scope generate/unique (#17844)
5 months ago
Rich Harris 2f12b60701
chore: avoid reschedule during branch commit (#17837)
5 months ago
Rich Harris 86ec210866
fix: correctly add `__svelte_meta` after else-if chains (#17830)
5 months ago
Rich Harris 7717ba01b4
fix: preserve each items that are needed by pending batches (#17819)
5 months ago
Mathias Picker 791d5e332c
perf: cache element interactivity and source line splitting (#17839)
5 months ago
github-actions[bot] d4c78292ed
Version Packages (#17812)
6 months ago
Mathias Picker 361b32c7cd
fix: SvelteURL search setter uses unnormalized value (#17828)
6 months ago
Mathias Picker 1043f79d1e
perf: optimize compiler analysis phase (#17823)
6 months ago
Paolo Ricciuti b6faa2a905
fix: always case insensitive event handlers during ssr (#17822)
6 months ago
Paolo Ricciuti e3d277b000
fix: visit synthetic value node during ssr (#17824)
6 months ago
Mathias Picker 18db0cab86
fix: SvelteMap incorrectly handles keys with `undefined` values (#17826)
6 months ago
Rich Harris 16a13517ef
fix: skip redundant batch.apply (#17816)
6 months ago
Mathias Picker efb651cd33
perf: optimize parser hot paths for ~18% faster compilation (#17811)
6 months ago
Rich Harris 5bd4699539
chore: more efficient effect scheduling (#17808)
6 months ago
Rich Harris b76cd5cafc
chore: null out current_batch before committing branches (#17809)
6 months ago
github-actions[bot] ed14b499d6
Version Packages (#17802)
6 months ago
Paolo Ricciuti 0df5abcae2
Merge commit from fork
6 months ago
Elliott Johnson 0298e97937
Merge commit from fork
6 months ago
github-actions[bot] 96fd3ce763
Version Packages (#17786)
6 months ago
Simon H 1b3e660519
fix: prevent flushed effects from running again (#17787)
6 months ago
Simon H 673a1ab964
fix: set server context after async transformError (#17799)
6 months ago
Maurício Kishi 3a289797bd
fix: handle default parameters scope leaks (#17788)
6 months ago