Commit Graph

216 Commits (259d286f14b186d68f9dfb64c20e00159ca96a8c)

Author SHA1 Message Date
S. Elliott Johnson 259d286f14 fix select/option stuff
2 weeks ago
7nik 540f1b19ec
fix: reset attribute cache after setting corresponding property (#16543)
1 month ago
Ray Thurn Void 9e1e7139fb
fix: robustify reset calls in error boundaries (#16171)
2 months ago
Rich Harris 0672e48223
feat: allow `await` in components (#15844)
2 months ago
Simon H 2f68131e9a
fix: revert props legacy mode regression (#16279)
2 months ago
Paolo Ricciuti 922bee9a6d
fix: use fine grained for template if the component is not explicitly in legacy mode (#16232)
3 months ago
7nik 4db4ee5330
chore: rid of nodeType magic numbers (#16208)
3 months ago
Rich Harris b224c3fb4b
fix: coarse reactivity, alternative approach (#16100)
3 months ago
Rich Harris 438349eb88
fix: better `$inspect.trace()` output (#16131)
3 months ago
Rich Harris 2342c8719a
chore: better HTML normalization test helper (#16056)
3 months ago
Rich Harris 54990f2329
fix: use local mutable sources for props in legacy mode in case they are indirectly invalidated (#16038)
4 months ago
Paolo Ricciuti 40e0e33883
feat: ssr select value (#16017)
4 months ago
Paolo Ricciuti d1141a19b5
feat: functional template generation (#15538)
4 months ago
Rich Harris 93443f9316
fix: only re-run directly applied attachment if it changed (#15962)
4 months ago
Rich Harris a1adf2be6b
chore: squelch test console output (#15807)
5 months ago
Dominic Gannaway 110d42062f
fix: on teardown, use the last known value for the signal before the set (#15469)
6 months ago
adiGuba 30562b8780
chore: rewrite set_style() to handle directives (#15418)
6 months ago
Rich Harris b82692af2f
feat: add `idPrefix` to `render` (#15428)
6 months ago
Ben McCann da98c894b8
chore: switch to `tinyglobby` (#15388)
7 months ago
Rich Harris 51337f22bd
chore: simplify flushing (#15348)
7 months ago
adiGuba d4360af751
chore: rewrite set_class() to handle directives (#15352)
7 months ago
Paolo Ricciuti 8b977253f3
chore: fix `$props.id` tests (#15294)
7 months ago
Rich Harris 700029bd4d
fix: more efficient template effect grouping (#15050)
8 months ago
Dominic Gannaway 36ef59df1f
chore: improve test cases (#14984)
8 months ago
Rich Harris adee13d98c
fix: account for min-width/height in `slide` transition (#14942)
8 months ago
Simon H 8241096b06
fix: treat `inert` as a boolean attribute (#14935)
8 months ago
Rich Harris 77378688b9
fix: remove leading newline from `<pre>` contents (#14922)
8 months ago
Simon H 015210a1a8
feat: allow objects/arrays for class attribute (#14714)
9 months ago
Simon H 68d266e0f8
fix: remove overzealous `reactive_declaration_non_reactive_property` warning (#14663)
9 months ago
Simon H cfc1fb7de8
chore: provide links to documentation for errors/warnings (#14629)
9 months ago
Rich Harris a5de086f95
feat: turn `reactive_declaration_non_reactive_property` into a runtime warning (#14192)
9 months ago
Dominic Gannaway 747d40833b
fix: ensure is_pure takes into account runes (#14333)
10 months ago
Dominic Gannaway 6e8267f462
fix: correctly update dynamic member expressions (#14359)
10 months ago
Dominic Gannaway 1c454c236e
fix: ensure dynamic call expressions correctly generate output (#14345)
10 months ago
Dominic Gannaway 3a69b4c415
fix: ensure inline object literals are correctly serialised (#14325)
10 months ago
Paolo Ricciuti 8a8e6f70e8
fix: avoid marking subtree as dynamic for inlined attributes (#14269)
10 months ago
Paolo Ricciuti 53af138d58
fix: read index as a source in legacy keyed each block (#14208)
10 months ago
Paolo Ricciuti ea0d80e195
fix: consider variables with synthetic store sub as state (#14195)
10 months ago
Simon H 4ec9986cba
fix: check options namespace for top level `svelte:element`s (#14101)
11 months ago
Conduitry 535ea44b9d
chore: replace non-breaking spaces (#14098)
11 months ago
Dominic Gannaway 4a5a0b15d9
fix: ensure onMount correctly fires when new expressions are used (#14049)
11 months ago
Dominic Gannaway bce1c4898c
fix: ensure child effects are destroyed before their deriveds (#14043)
11 months ago
Dominic Gannaway 253d01ec29
fix: ensure element effects are executed in the correct order (#14038)
11 months ago
Dominic Gannaway 4cf2d4a904
fix: ensure each block references to imports are handled correctly (#13892)
11 months ago
Paolo Ricciuti 04c38b089f
fix: allow binding to const with spread in legacy mode (#13849)
11 months ago
Dominic Gannaway 193cc37f7a
fix: correctly applies autofocus to static elements (#13648)
11 months ago
Simon H 6ed3ca380b
fix: make immutable option work more correctly (#13526)
11 months ago
Dominic Gannaway 0466e40680
breaking: use `<svelte-css-wrapper>` instead of `<div>` for style props (#13499)
11 months ago
Rich Harris 9e511b141c
fix: make each items reassignable (#12257)
12 months ago
Dominic Gannaway 3c97c0a1a1
fix: ensure function calls to identifiers are made reactive (#13264)
1 year ago