Commit Graph

43 Commits (72a7d1c0349f5e77612c26fb3ddab8d5d6d51ec5)

Author SHA1 Message Date
Geoff Rich 7042755e7a
fix setting boolean attributes on custom elements () 4 years ago
Pontus Lundin d4f98fb63a
Call onMount when connected & clean up when disconnected for custom element () 4 years ago
Tan Li Hau 7949d8efac
support $$slots in custom elements () 4 years ago
Tan Li Hau 6fa3e91b5d
support $$props and $$restProps for custom elements () 4 years ago
Andreas Ehrencrona ddf13211af
Updated to ESLint config 5.4.0 () 4 years ago
Ben McCann 229a16d6e7
upgrade ESLint config () 4 years ago
Ben McCann 0645631b28
Use TypeScript in tests () 4 years ago
Tan Li Hau 16a6cc1830
update puppeteer and add logs () 5 years ago
pushkin 0da70f46b9
handle line ending differences in tests () 5 years ago
Antony Jones 7831766fa0
site: turn fancybutton into custombutton () 5 years ago
Conduitry f824a2437e update rollup and plugins 5 years ago
Tan Li Hau 5dbb08d19b allow solo for test suite () 5 years ago
Rich Harris b9f14846b0
Structured code generation () 5 years ago
Richard Harris 7836f409aa support is attribute, with a warning - fixes 6 years ago
Richard Harris 5161dfb950 update folder structure - 6 years ago
Colin Casey 0247cca84a Allow custom element to be declared with no tag and no options 6 years ago
Colin Casey 690f163e88 FIX : allows custom element to be defined without a tag 6 years ago
Richard Harris 95649da552 swap out nightmare for puppeteer 6 years ago
Rich Harris 206a3d0131 update tests 6 years ago
Rich Harris 687e352209 rename .html files to .svelte 6 years ago
Conduitry a270661d20 rename `<svelte:meta>` to `<svelte:options>` () 6 years ago
Richard Harris f1ca1cc098 housekeeping 6 years ago
Rich Harris 7440fa54e9 remove missing prop warning false positives - fixes 6 years ago
Conduitry 5200e2bb0e oops 6 years ago
Conduitry e671232bae maybe this? 6 years ago
Conduitry 919c0c929c maybe fix custom-elements tests 6 years ago
Rich Harris f45e2b70fd
Implement reactive assignments () 6 years ago
Rich Harris b26ee1c3bb tweak test 7 years ago
Rich Harris cce3a30ef2 use props when passing data to custom elements () 7 years ago
Rich Harris b03c011a17 upgrade mocha 7 years ago
Rich Harris ef39f00902 assign custom methods to custom element prototype - fixes 7 years ago
Rich Harris cae4dd93bf fix some more tests 7 years ago
Rich Harris a3add04e7c remove code, map and cssMap from svelte.compile output 7 years ago
Rich Harris 2f86bd339d update tests to account for removal of observe 7 years ago
Rich Harris d6dc60285e
Merge branch 'master' into gh-1117 7 years ago
Rich Harris 9dda4b0563 prevent erroneous missing data warnings for custom elements - fixes 7 years ago
Rich Harris 009c082d23 in custom elements, call oncreate in connectedCallback - fixes 7 years ago
Rich Harris 976c278d37 prevent main fragment being created twice - fixes 7 years ago
Rich Harris b036b16a88 propagate console events inside nightmare 7 years ago
Rich Harris e83bcb0b53 escape backslashes in CSS for custom elements - fixes 8 years ago
Rich Harris f7667a44b2 increase timeout 8 years ago
Rich Harris 2dffccca61 reenable all tests 8 years ago
Rich Harris ef2a2b329a use nightmare to test custom element stuff 8 years ago