Commit Graph

595 Commits (dbb11a5500cf23536ead7660cb2255e069ed2d45)

Author SHA1 Message Date
Rich Harris dbb11a5500 update some tests
8 years ago
Rich Harris 4ad548c44d update test
8 years ago
Rich Harris fecda031fc rename onmount,ondestroy,onprops,onupdate to onMount,onDestroy,beforeRender,afterRender
8 years ago
Rich Harris aceb3b7b20 fix test
8 years ago
Rich Harris eb6f7c392c bail out of change tracking on encountering function calls in templates. TODO avoid bailing where possible
8 years ago
Rich Harris 2fc75429e8 fix test
8 years ago
Rich Harris 32e142c87b add some dev mode checking
8 years ago
Rich Harris 358d852ce0 some component binding stuff
8 years ago
Rich Harris cc2c78677a fix most of the transition tests
8 years ago
Rich Harris 15f22ca745 fix a few tests
8 years ago
Rich Harris b58dad00f3 fix slot tests
8 years ago
Rich Harris 65680bf445 basic component bindings working, if a bit messy
8 years ago
Rich Harris 349aa0bbac remove some more unused code
8 years ago
Rich Harris a023f2e049 update some tests
8 years ago
Rich Harris 64387a2960 fix a few more tests
8 years ago
Rich Harris 4041f0e734 update some event handler tests
8 years ago
Rich Harris ed83c00f88 fix some each block stuff
8 years ago
Rich Harris 681c1acd1f update class directive tests
8 years ago
Rich Harris e2f36d0d04 update a few more tests
8 years ago
Rich Harris 48a0a911fe update more tests
8 years ago
Rich Harris 780c6803a5 get a few binding tests passing
8 years ago
Rich Harris b5a42e6cf7 update binding syntax
8 years ago
Rich Harris 2b15ae3ad1 get a few transition tests passing
8 years ago
Rich Harris c75b73937f remove obsolete tests
8 years ago
Rich Harris 3f52b5ac0e remove redundant component.destroy calls, rename others to $destroy
8 years ago
Rich Harris 22775d5cd9 fix test
8 years ago
Rich Harris 23dfe2b135 update some tests, delete some no-longer-relevant tests
8 years ago
Rich Harris e022b4b00b update some event tests
8 years ago
Rich Harris 834e342276 update/tidy up a few tests
8 years ago
Rich Harris 8f3a6faaad update tests
8 years ago
Rich Harris e30f96a535 some slots and transitions stuff
8 years ago
Rich Harris 6a752a5675 update tests
8 years ago
Rich Harris 48c705aea1 bindings
8 years ago
Rich Harris d1a8241107 various
8 years ago
Rich Harris 80f7446685 replace component.set calls with assignments
8 years ago
Rich Harris 171f75d4cf data --> props
8 years ago
Rich Harris 4aa510d2d9 various
8 years ago
Rich Harris 56eeead1b3 get events sorta working
8 years ago
Rich Harris 80ea0572e2 a few more tests
8 years ago
Rich Harris 6e51bb9e4b first test passing
8 years ago
Rich Harris 7f3cd0d655 update css tests
8 years ago
Pat Cavit cb4a46d33f fix: add check for template store to conditional (#1829)
8 years ago
Rich Harris fa2f5896b2
Merge pull request #1813 from sveltejs/gh-1484-alt
8 years ago
Rich Harris 3c99785c07 Merge branch 'master' into gh-1434
8 years ago
Rich Harris b5945e13ea dont render undefined/null attributes in SSR
8 years ago
Rich Harris 8642ef17a4 merge master -> set-undefined-attr
8 years ago
Rich Harris db37e3a84b add a <svelte:document> tag - #1484
8 years ago
Rich Harris 837d248257 render server bindings
8 years ago
Rich Harris 8929aebbec better error for missing store - fixes #1807
8 years ago
Rich Harris d49f5f2136
Merge pull request #1797 from sveltejs/gh-1793
8 years ago