Commit Graph

11089 Commits (main)
 

Author SHA1 Message Date
Simon H 1773cb5b59
fix: ensure HMR wrapper forwards correct start/end nodes to active effect (#17985)
13 hours ago
Razin Shafayet b90a5dfb61
docs: clarify `$derived` `await` behavior and dependency tracking (#17696)
20 hours ago
moaaz a94924b677
fix: export TweenOptions, SpringOptions, SpringUpdateOptions and Updater from svelte/motion (#17967)
21 hours ago
吴杨帆 0c669d9bc9
docs: recommend createContext as the primary method for context (#17959)
21 hours ago
github-actions[bot] db69b7e345
Version Packages (#17965)
2 days ago
Abishek Raj R R 7123bf3a13
fix: remove trailing semicolon from {@const} tag printer (#17962)
2 days ago
Nitin Sahu 8e4de9b145
fix: null out effect.b in destroy_effect to prevent memory leak (#17980)
2 days ago
Simon H 6b33dd2a1e
fix: group sync statements (#17977)
2 days ago
Paolo Ricciuti 425fba33fe
fix: hydration comments during hmr (#17975)
3 days ago
Simon H 803c565feb
fix: properly invoke `iterator.return()` during reactivity loss check (#17966)
3 days ago
Rich Harris 0adc22c9ae
fix: defer batch resolution until earlier intersecting batches have committed (#17162)
5 days ago
github-actions[bot] 7ec156a7b0
Version Packages (#17953)
6 days ago
Rich Harris c89f6abae8
feat: allow `css`, `runes`, `customElement` compiler options to be functions (#17951)
6 days ago
Rich Harris 5faf102782
fix: reinstate reactivity loss tracking (#17801)
6 days ago
github-actions[bot] 6a303c3638
Version Packages (#17936)
6 days ago
Simon H f081a6c3b1
fix: resume inert effects when they come from offscreen (#17942)
6 days ago
Rich Harris 1cd06451af
fix: remove nodes in boundary when work is pending and HMR is active (#17932)
6 days ago
Simon H 32a48ed174
fix: don't eagerly access not-yet-initialized functions in template (#17938)
6 days ago
Simon H b472171de6
fix: ensure `$inspect` after top level await doesn't break builds (#17943)
6 days ago
Simon H d4bd6ad8f3
fix: ensure "is standalone child" is correctly reset (#17944)
6 days ago
Rich Harris 98e8b635fa
fix: discard batches made obsolete by commit (#17934)
1 week ago
github-actions[bot] 8b86bdd82d
Version Packages (#17919)
1 week ago
Simon H dcf4865b22
chore: add "untracked allows writes" test (#17930)
1 week ago
Simon H 1ebed68322
fix: avoid traversing clean roots (#17928)
1 week ago
Conduitry 965f2a0ac8
fix: handle async RHS in assignment_value_stale (#17925)
1 week ago
Rich Harris a513da0445
chore: add invariant utility (#17929)
1 week ago
Conduitry 043a7a26cd
chore: add sandbox output files to .prettierignore (#17926)
1 week ago
Apoorv Darshan 3dbd95075c
fix: keep select.__value current when effect is deferred (#17745)
1 week ago
Rich Harris ee3807ecbe
fix autofix (#17923)
2 weeks ago
Rich Harris ad94009e34
chore: add autofix workflow (#17922)
2 weeks ago
Simon H 44c4f213e9
fix: ensure deriveds values are correct across batches (#17917)
2 weeks ago
dependabot[bot] 63686ae22c
chore(deps): bump devalue from 5.6.3 to 5.6.4 (#17916)
2 weeks ago
Theodore Brown f598b4b3c0
fix:typo in best practices documentation (#17915)
2 weeks ago
github-actions[bot] bd433c5ceb
Version Packages (#17901)
2 weeks ago
Rich Harris 7c9ff8fc69
fix: resolve boundary in correct batch when hydrating (#17914)
2 weeks ago
Rich Harris 667896a753
fix: recover from errors that leave a corrupted effect tree (#17888)
2 weeks ago
Paolo Ricciuti e4e089310d
fix: remove `untrack` circular dependency (#17910)
2 weeks ago
Conduitry 58f161dee2
fix: properly lazily evaluate RHS when checking for assignment_value_stale (#17906)
2 weeks ago
Rich Harris 0e8f49b25f
chore: rebase batches after process, not during (#17900)
2 weeks ago
github-actions[bot] 72cd247c33
Version Packages (#17896)
2 weeks ago
Simon H 342d8568f1
fix: re-process batch if new root effects were scheduled (#17895)
2 weeks ago
Rohan Santhosh 51d305d18a
docs: fix usable spelling in migration guide (#17889)
2 weeks ago
github-actions[bot] d54361b97f
Version Packages (#17886)
2 weeks ago
Simon H be36c934c4
fix: better `bind:this` cleanup timing (#17885)
2 weeks ago
github-actions[bot] d2b347042c
Version Packages (#17854)
2 weeks ago
Paolo Ricciuti ef95f34ae1
docs: add skill true frontmatter (#17877)
2 weeks ago
Simon H 1892988074
fix: don't access inert block effects (#17882)
2 weeks ago
Simon H 1304208970
fix: set deferreds on initial suspense, too (#17884)
2 weeks ago
Rich Harris 6fb7b4d265
chore: refactor scheduling (#17805)
2 weeks ago
Simon H 2deebdea8f
fix: handle asnyc updates within pending boundary (#17873)
2 weeks ago