Commit Graph

20 Commits (8d3fd4d1f6ae05cbb4646b71da17b995dd452537)

Author SHA1 Message Date
Rich Harris 97b0fb6e61 partial fix for custom element tests
8 years ago
Rich Harris b58d81b7e2 fix a few tests
8 years ago
Rich Harris fecda031fc rename onmount,ondestroy,onprops,onupdate to onMount,onDestroy,beforeRender,afterRender
8 years ago
Rich Harris 7f3cd0d655 update css tests
8 years ago
Rich Harris b26ee1c3bb tweak test
8 years ago
Rich Harris cce3a30ef2 use props when passing data to custom elements (#875)
8 years ago
Rich Harris b03c011a17 upgrade mocha
8 years ago
Rich Harris ef39f00902 assign custom methods to custom element prototype - fixes #1369
8 years ago
Rich Harris cae4dd93bf fix some more tests
8 years ago
Rich Harris a3add04e7c remove code, map and cssMap from svelte.compile output
8 years ago
Rich Harris 2f86bd339d update tests to account for removal of observe
8 years ago
Rich Harris d6dc60285e
Merge branch 'master' into gh-1117
9 years ago
Rich Harris 9dda4b0563 prevent erroneous missing data warnings for custom elements - fixes #1065
9 years ago
Rich Harris 009c082d23 in custom elements, call oncreate in connectedCallback - fixes #1117
9 years ago
Rich Harris 976c278d37 prevent main fragment being created twice - fixes #1063
9 years ago
Rich Harris b036b16a88 propagate console events inside nightmare
9 years ago
Rich Harris e83bcb0b53 escape backslashes in CSS for custom elements - fixes #872
9 years ago
Rich Harris f7667a44b2 increase timeout
9 years ago
Rich Harris 2dffccca61 reenable all tests
9 years ago
Rich Harris ef2a2b329a use nightmare to test custom element stuff
9 years ago