0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 09:09:35 +01:00
Commit Graph

26 Commits

Author SHA1 Message Date
Richard Harris
95649da552 swap out nightmare for puppeteer 2019-03-10 16:00:37 -04:00
Rich Harris
206a3d0131 update tests 2019-02-08 09:32:36 -05:00
Rich Harris
687e352209 rename .html files to .svelte 2019-02-08 08:48:10 -05:00
Conduitry
a270661d20 rename <svelte:meta> to <svelte:options> (#2017) 2019-01-29 17:59:40 -05:00
Richard Harris
f1ca1cc098 housekeeping 2019-01-26 12:50:35 -05:00
Rich Harris
7440fa54e9 remove missing prop warning false positives - fixes #1902 2018-12-23 14:29:18 -05:00
Conduitry
5200e2bb0e oops 2018-12-22 07:06:56 -05:00
Conduitry
e671232bae maybe this? 2018-12-22 06:55:59 -05:00
Conduitry
919c0c929c maybe fix custom-elements tests 2018-12-22 00:54:53 -05:00
Rich Harris
f45e2b70fd
Implement reactive assignments (#1839)
This also includes elements of RFCs 2 and 3
2018-12-15 19:18:03 -05:00
Rich Harris
b26ee1c3bb tweak test 2018-08-05 14:00:47 -04:00
Rich Harris
cce3a30ef2 use props when passing data to custom elements (#875) 2018-08-05 13:44:29 -04:00
Rich Harris
b03c011a17 upgrade mocha 2018-08-03 23:30:25 -04:00
Rich Harris
ef39f00902 assign custom methods to custom element prototype - fixes #1369 2018-04-28 22:26:18 -04:00
Rich Harris
cae4dd93bf fix some more tests 2018-04-16 00:03:22 -04:00
Rich Harris
a3add04e7c remove code, map and cssMap from svelte.compile output 2018-04-15 19:34:42 -04:00
Rich Harris
2f86bd339d update tests to account for removal of observe 2018-04-15 19:08:49 -04:00
Rich Harris
d6dc60285e
Merge branch 'master' into gh-1117 2018-02-09 10:05:34 -05:00
Rich Harris
9dda4b0563 prevent erroneous missing data warnings for custom elements - fixes #1065 2018-02-04 11:26:20 -05:00
Rich Harris
009c082d23 in custom elements, call oncreate in connectedCallback - fixes #1117 2018-02-03 23:22:24 -05:00
Rich Harris
976c278d37 prevent main fragment being created twice - fixes #1063 2018-01-01 23:02:39 -05:00
Rich Harris
b036b16a88 propagate console events inside nightmare 2018-01-01 22:54:22 -05:00
Rich Harris
e83bcb0b53 escape backslashes in CSS for custom elements - fixes #872 2017-09-27 13:55:22 -04:00
Rich Harris
f7667a44b2 increase timeout 2017-09-10 11:01:27 -04:00
Rich Harris
2dffccca61 reenable all tests 2017-09-10 10:52:02 -04:00
Rich Harris
ef2a2b329a use nightmare to test custom element stuff 2017-09-10 10:40:23 -04:00