Commit Graph

10122 Commits (functional-template-alternative-syntax)
 

Author SHA1 Message Date
Rich Harris 8bba70b8e3
fix: avoid double deriveds in component props () 2 months ago
Trevor N. Suarez eee808fb79
fix: correctly handle `novalidate` attribute casing () 2 months ago
Paolo Ricciuti 7da86ef80c
fix: don't throw for `undefined` non delegated event handlers () 2 months ago
github-actions[bot] ee024ffd0e
Version Packages () 2 months ago
Dominic Gannaway 09510c8c5c
fix: address regression with untrack () 2 months ago
github-actions[bot] c75f1f5f2f
Version Packages () 2 months ago
Paolo Ricciuti 5ad6a0cdc3
fix: initialize `files` bind on hydration () 2 months ago
Dominic Gannaway 2ad519542d
fix: ensure untrack correctly retains the active reaction () 2 months ago
ComputerGuy de94159238
docs: update README banner () 2 months ago
ComputerGuy 5f6525f416
fix: omit unnecessary nullish coallescing in template expressions () 2 months ago
Rich Harris 700029bd4d
fix: more efficient template effect grouping () 2 months ago
github-actions[bot] a9d1f46dbb
Version Packages () 2 months ago
Rich Harris 509ba568f3
fix: create fewer deriveds for concatenated strings () 2 months ago
Puru Vijay 2aefc5430d
feat(elements): Expose ClassValue () 2 months ago
Paolo Ricciuti 973b51d168
fix: correctly parse leading comments in function binding () 3 months ago
github-actions[bot] 1d3c4397b2
Version Packages () 3 months ago
Rich Harris ff79704ab8
fix: bump esrap () 3 months ago
Dominic Gannaway 5419610833
fix: ensure resume effects are scheduled in topological order () 3 months ago
Paolo Ricciuti 360ee70dcb
fix: remove listener on `bind_current_time` teardown () 3 months ago
Paolo Ricciuti dfa97a5e64
feat: allow every children in `template` tags () 3 months ago
github-actions[bot] a1698c63ec
Version Packages () 3 months ago
Dominic Gannaway dae4c5f5e1
fix: ensure signal write invalidation within effects is consistent () 3 months ago
Paolo Ricciuti 99fdc3f0ab
docs: update error message for `const_tag_invalid_placement` () 3 months ago
Paolo Ricciuti a129592e5b
feat: allow const tag inside `svelte:boundary` () 3 months ago
github-actions[bot] efa5acf24e
Version Packages () 3 months ago
Paolo Ricciuti 8a1acac084
fix: never consider inert boundary effects () 3 months ago
Dominic Gannaway 36ef59df1f
chore: improve test cases () 3 months ago
eyalkutz ab3290fa87
Remove out-of-date note from CONTRIBUTING.md () 3 months ago
Rich Harris 76ce303b0a
chore: bump esrap () 3 months ago
Paolo Ricciuti 9b6e65fbeb
fix: correctly transform `pre` with no content () 3 months ago
Paolo Ricciuti 41fb51349e
fix: store access on component destroy () 3 months ago
Dominic Gannaway dbe5818560
fix: wrap each block expression in derived to encapsulte effects () 3 months ago
github-actions[bot] dc8ae825b8
Version Packages () 3 months ago
Dominic Gannaway bdc02008e4
fix: reset dependency read versions after reaction execution () 3 months ago
github-actions[bot] b7400ae93b
Version Packages () 3 months ago
Rich Harris c0842d1459
fix: properly add owners to function bindings () 3 months ago
Rich Harris 68cffa8489
fix: apply `overflow: hidden` style when transitioning elements, where necessary () 3 months ago
Matei Trandafir 3e11b89244
docs: improve section for snippets-slots interop () 3 months ago
Gonzalo Ruiz d15aea4e18
docs: clarify svelte:component migration, avoids common gotcha () 3 months ago
Basti Ortiz bf80c10625
docs: clarify example on dynamic dependency tracking () 3 months ago
Rich Harris 79a67c9561
fix: account for parent scale when animating elements () 3 months ago
github-actions[bot] 80d9f9996f
Version Packages () 3 months ago
Simon H 9aae463ae1
fix: silence false-positive statel value warning () 3 months ago
Simon H a2565efa37
docs: tweak "invalid assignment" compiler error message () 3 months ago
Rich Harris ce4f9722da
fix: remove bindable prop validation () 3 months ago
github-actions[bot] 9b71eea35d
Version Packages () 3 months ago
Rich Harris d41801c75f
feat: warn on using `slide` transition with invalid `display` styles () 3 months ago
Rich Harris 4d2cb2734b
fix: prevent long delays causing erratic spring behaviour () 3 months ago
Rich Harris d245bab63a
feat: allow non-numeric values to be tweened by snapping immediately to new value () 3 months ago
Rich Harris adee13d98c
fix: account for min-width/height in `slide` transition () 3 months ago