Commit Graph

360 Commits (2a1d3c6e730f360eac31b18519f8a930a24f252c)

Author SHA1 Message Date
Dominic Gannaway 1d52c1323b
fix: improve unowned derived signal heuristics (#11029)
1 year ago
Dominic Gannaway 2a784fce16
fix: correctly handle closure passed to $derived.by when destructuring (#11028)
1 year ago
Rich Harris 3c155e3f3e
fix: ensure effect cleanup functions are called with null `this` (#11024)
1 year ago
Rich Harris ad11c5087f
fix: ensure correct context for action update/destroy functions (#11023)
1 year ago
Rich Harris 34748ba015
chore: verify that `$effect.root(...)` does not re-run (#11020)
1 year ago
Rich Harris 0a162924fb
feat: more efficient hydration markers (#11019)
1 year ago
Rich Harris 7bd853b1a8
fix: hydrate HTML with surrounding whitespace (#10996)
1 year ago
Dominic Gannaway 696b6922e8
fix: revert shorthand ssr comments (#10980)
1 year ago
Dominic Gannaway 8971910940
fix: further improvements to effect scheduling and flushing (#10971)
1 year ago
Rich Harris d49e2aeb15
chore: explicit reexports (#10970)
1 year ago
Rich Harris cebbccbcba
chore: move svelte/internal to svelte/internal/client (#10968)
1 year ago
Rich Harris eaa243d2da
chore: reshuffle some code (#10967)
1 year ago
Dominic Gannaway f118f8ea27
fix: improve action support for nested $effect (#10962)
1 year ago
Dominic Gannaway d50b7661e5
fix: improve effect sequencing and execution order (#10949)
1 year ago
Rich Harris 2079e675ea
replace skip_if_ssr and skip_if_hydrate with modes (#10956)
1 year ago
Rich Harris 326e2b4840
chore: simplify templates (#10954)
1 year ago
Rich Harris 9a4cd7e8d8
chore: refactor effects a bit (#10948)
1 year ago
Rich Harris 66e0378155
chore: remove `$.space` (#10945)
1 year ago
Rich Harris 4fcedb2fb1
chore: simplify hydration (#10943)
1 year ago
Rich Harris 3ce74e47a9
chore: update sequencing inside blocks (#10939)
1 year ago
Rich Harris f2cca537a3
feat: use implicit return for each block keys (#10938)
1 year ago
Rich Harris 808cc6fca6
feat: shorter each blocks (#10937)
1 year ago
Rich Harris 8cfea9f36c
breaking: always run pre effects synchronously (#10928)
1 year ago
Rich Harris ed2981d7b8
chore: simplify updates (#10922)
1 year ago
Rich Harris b7a0d80bfc
simplify render_effect signature (#10925)
1 year ago
Rich Harris 59ff650ccb
remove if blocks around attribute updates (#10917)
1 year ago
Rich Harris 4f24eae9c3
simplify updates (#10912)
1 year ago
Rich Harris 8685d497e5
feat: use bracket matching instead of `ssr:n` comments (#10904)
1 year ago
Rich Harris 7e5e462194
feat: use short comments (#10899)
1 year ago
Rich Harris 32b1824198
chore: more hydration stuff (#10896)
1 year ago
Rich Harris 9b7331c04c
chore: only specify use_clone_node when necessary (#10895)
2 years ago
Rich Harris 8214075285
fix: update type of `options.target` (#10892)
2 years ago
Rich Harris 7f10642add
chore: improve hydration tests (#10887)
2 years ago
Dominic Gannaway fe7c45ba13
Add more tests (#10882)
2 years ago
Dominic Gannaway d6f10c5421
add more legacy tests (#10881)
2 years ago
Rich Harris b6c7956b26
chore: remove blocks (#10880)
2 years ago
Dominic Gannaway 83f30bf0e8
fix: allow runes for variable declarations in the template (#10879)
2 years ago
Simon H b468978e4d
fix: handle multiple snippet parameters with one or more being optional (#10833)
2 years ago
Simon H 3eef1cb8cf
feat: take form resets into account for two way bindings (#10617)
2 years ago
Simon H 416bc85d9c
breaking: add $bindable() rune to denote bindable props (#10851)
2 years ago
Dominic Gannaway 2cabc884ca
add some missing legacy tests (#10875)
2 years ago
Rich Harris 04879c53e9
chore: simplify blocks (#10873)
2 years ago
Simon H a339c28bb7
breaking: apply fallback value every time in runes mode (#10797)
2 years ago
Rich Harris e8ce41815a
chore: simplify transitions (#10798)
2 years ago
Simon H 86b3ea8c23
chore: failing test for out-of-order `$:` execution (#10864)
2 years ago
Dominic Gannaway 8c2f6039c6
fix: improve element class attribute behaviour (#10856)
2 years ago
Simon H 86c57f96de
fix: better await block scope analysis (#10849)
2 years ago
Dominic Gannaway efe85fcce0
fix: more robust select element logic (#10848)
2 years ago
Dominic Gannaway c564c77199
fix: ensure select value is updated upon select element removal (#10846)
2 years ago
Simon H 682f4a6513
fix: adjust scope parent for named slots (#10843)
2 years ago