Commit Graph

1715 Commits (4782a892b549bd3fc3d5f6fe7ac93f83e81e5cf8)

Author SHA1 Message Date
Rich Harris e43509c64b update changeset
10 months ago
Rich Harris e8e0d7338d Merge branch 'main' into aa
10 months ago
Trevor N. Suarez d47f4f5908
fix: expand boolean attribute support (#15095)
10 months ago
Edoardo Cavazza d17f5c748d
fix: add check for is attribute (#15086)
10 months ago
Rich Harris 7740d4576b
fix: optimise || expressions in template (#15092)
10 months ago
Theodore Brown c2e805f05c
fix: consistently set value to blank string when value attribute is undefined (#15057)
10 months ago
Rich Harris 6ea6e2d724 merge main
10 months ago
Rich Harris 8bba70b8e3
fix: avoid double deriveds in component props (#15089)
10 months ago
Trevor N. Suarez eee808fb79
fix: correctly handle `novalidate` attribute casing (#15083)
10 months ago
Paolo Ricciuti 7da86ef80c
fix: don't throw for `undefined` non delegated event handlers (#15087)
10 months ago
github-actions[bot] ee024ffd0e
Version Packages (#15080)
10 months ago
Dominic Gannaway 09510c8c5c
fix: address regression with untrack (#15079)
10 months ago
Rich Harris b386784d97 Merge branch 'main' into aa
10 months ago
github-actions[bot] c75f1f5f2f
Version Packages (#15052)
10 months ago
Paolo Ricciuti 5ad6a0cdc3
fix: initialize `files` bind on hydration (#15059)
10 months ago
Dominic Gannaway 2ad519542d
fix: ensure untrack correctly retains the active reaction (#15065)
10 months ago
Rich Harris a4eb7f7328 merge
10 months ago
ComputerGuy 5f6525f416
fix: omit unnecessary nullish coallescing in template expressions (#15056)
10 months ago
Rich Harris 700029bd4d
fix: more efficient template effect grouping (#15050)
10 months ago
Dominic Gannaway 0dcc250a00 chore: refactor task microtask dispatching + boundary scheduling
10 months ago
github-actions[bot] a9d1f46dbb
Version Packages (#15021)
10 months ago
Rich Harris 509ba568f3
fix: create fewer deriveds for concatenated strings (#15041)
10 months ago
Puru Vijay 2aefc5430d
feat(elements): Expose ClassValue (#15035)
10 months ago
Paolo Ricciuti 973b51d168
fix: correctly parse leading comments in function binding (#15020)
10 months ago
github-actions[bot] 1d3c4397b2
Version Packages (#15010)
10 months ago
Rich Harris ff79704ab8
fix: bump esrap (#15015)
10 months ago
Dominic Gannaway 5419610833
fix: ensure resume effects are scheduled in topological order (#15012)
10 months ago
Paolo Ricciuti 360ee70dcb
fix: remove listener on `bind_current_time` teardown (#15013)
10 months ago
Paolo Ricciuti dfa97a5e64
feat: allow every children in `template` tags (#15007)
10 months ago
github-actions[bot] a1698c63ec
Version Packages (#15001)
10 months ago
Dominic Gannaway dae4c5f5e1
fix: ensure signal write invalidation within effects is consistent (#14989)
10 months ago
Paolo Ricciuti a129592e5b
feat: allow const tag inside `svelte:boundary` (#14993)
10 months ago
github-actions[bot] efa5acf24e
Version Packages (#14970)
10 months ago
Paolo Ricciuti 8a1acac084
fix: never consider inert boundary effects (#14999)
10 months ago
Paolo Ricciuti 9b6e65fbeb
fix: correctly transform `pre` with no content (#14973)
10 months ago
Paolo Ricciuti 41fb51349e
fix: store access on component destroy (#14968)
10 months ago
Dominic Gannaway dbe5818560
fix: wrap each block expression in derived to encapsulte effects (#14967)
10 months ago
github-actions[bot] dc8ae825b8
Version Packages (#14965)
10 months ago
Dominic Gannaway bdc02008e4
fix: reset dependency read versions after reaction execution (#14964)
10 months ago
github-actions[bot] b7400ae93b
Version Packages (#14959)
10 months ago
Rich Harris c0842d1459
fix: properly add owners to function bindings (#14962)
10 months ago
Rich Harris 68cffa8489
fix: apply `overflow: hidden` style when transitioning elements, where necessary (#14930)
10 months ago
Rich Harris 79a67c9561
fix: account for parent scale when animating elements (#14957)
10 months ago
github-actions[bot] 80d9f9996f
Version Packages (#14953)
10 months ago
Simon H 9aae463ae1
fix: silence false-positive statel value warning (#14958)
10 months ago
Simon H a2565efa37
docs: tweak "invalid assignment" compiler error message (#14955)
10 months ago
Rich Harris ce4f9722da
fix: remove bindable prop validation (#14946)
10 months ago
github-actions[bot] 9b71eea35d
Version Packages (#14943)
10 months ago
Rich Harris d41801c75f
feat: warn on using `slide` transition with invalid `display` styles (#14936)
10 months ago
Rich Harris 4d2cb2734b
fix: prevent long delays causing erratic spring behaviour (#14940)
10 months ago