Commit Graph

  • 30ae710b33 fix: remove chalk Luke Edwards 2018-11-26 13:56:16 -0800
  • cedbb28586 fix debugging output Rich Harris 2018-11-25 21:51:08 -0500
  • 636787d559 get most hydration tests passing Rich Harris 2018-11-25 21:43:47 -0500
  • db31d920a0 add dev mode missing prop check Rich Harris 2018-11-25 21:36:54 -0500
  • 93110e9c4b skip this test; not sure we want this behaviour anyway Rich Harris 2018-11-25 21:36:23 -0500
  • 3eb7ff7273 Merge branch 'rfc-1' of github.com:sveltejs/svelte into rfc-1 Rich Harris 2018-11-25 21:23:52 -0500
  • 749ad9bcf4 custom element fixes Rich Harris 2018-11-25 21:23:47 -0500
  • 5030385b1b custom elements sort of working Rich Harris 2018-11-25 21:04:52 -0500
  • 5ccba4b02b
    fix beforeUpdate/afterUpdate exports Conduitry 2018-11-25 20:07:09 -0500
  • ae3a7dd369 shuffle things around Rich Harris 2018-11-25 19:54:20 -0500
  • 8d3fd4d1f6 beforeRender/afterRender -> beforeUpdate/afterUpdate Rich Harris 2018-11-25 19:16:48 -0500
  • 0019873dfb neaten things up a bit (gets us closer to supporting custom elements again) Rich Harris 2018-11-25 19:14:54 -0500
  • a36cffef8d Move regex test into compile #1861 Timothy Johnson 2018-11-25 11:36:21 -0800
  • 97b0fb6e61 partial fix for custom element tests Rich Harris 2018-11-25 12:58:18 -0500
  • 85985a01bc bump version to 3.0.0-alpha1, so we can npm publish this thing Rich Harris 2018-11-25 12:57:43 -0500
  • b161f8d414 fix external path for CLI Rich Harris 2018-11-25 12:57:24 -0500
  • 8be71c93da remove obsolete test Rich Harris 2018-11-25 12:54:51 -0500
  • a1400eba07 flush bindings in separate phase before render callbacks Rich Harris 2018-11-25 10:02:50 -0500
  • 0142031374 neater (but still broken) lock mechanism Rich Harris 2018-11-25 09:40:17 -0500
  • 2936a7e7e2 remove unnecessary indentation Rich Harris 2018-11-25 09:22:04 -0500
  • e6d738d4d6 remount components correctly Rich Harris 2018-11-25 09:09:01 -0500
  • a9d2170ba2 shuffle files around Rich Harris 2018-11-25 08:30:54 -0500
  • 21c301b81a Parse disable and enable comments Timothy Johnson 2018-11-24 23:48:33 -0800
  • 00b4e89651 Rename to svelte-disable Timothy Johnson 2018-11-24 23:16:06 -0800
  • cd805d6003 remounting Rich Harris 2018-11-24 23:54:56 -0500
  • cefd06d55a skip unnecessary flushes Rich Harris 2018-11-24 23:54:05 -0500
  • 040f0f03b5 handle export {...} in script, fix test Rich Harris 2018-11-24 22:39:17 -0500
  • a6539387f9 fix test Rich Harris 2018-11-24 22:29:44 -0500
  • 37fd164d36 hacky fix for missing target warning Rich Harris 2018-11-24 22:29:35 -0500
  • 701af7f7fb only make component dirty if value has changed Rich Harris 2018-11-24 21:49:23 -0500
  • 05a4f5d7c8 trace dependencies where possible Rich Harris 2018-11-24 20:56:15 -0500
  • b33f2d8660 tidy up Rich Harris 2018-11-24 19:16:17 -0500
  • 6fd8fbf40b dont try to be clever with module interop Rich Harris 2018-11-24 18:54:50 -0500
  • 210173e429 include module exports e.g. preload. remove AMD, UMD and IIFE output Rich Harris 2018-11-24 18:42:43 -0500
  • 0ddfbed783 remove format tests Rich Harris 2018-11-24 17:44:01 -0500
  • bcaf5e0cb3 module context Rich Harris 2018-11-24 17:38:02 -0500
  • f2cbf11cc2 Consume sourcemaps Timothy Johnson 2018-11-24 14:01:43 -0800
  • 00a14486f6 Generate maps while preprocessing Timothy Johnson 2018-11-24 14:01:11 -0800
  • 366bf0706a modify tests so we can add new things i.e. preload Rich Harris 2018-11-24 16:11:06 -0500
  • 13def49a46 ondestroy before destroy Rich Harris 2018-11-24 16:01:06 -0500
  • abc39eed20 spread props Rich Harris 2018-11-24 15:53:50 -0500
  • 66fa88b0cb delete this.options test, sorry everyone Rich Harris 2018-11-24 14:49:56 -0500
  • 8cc12b73e1 allow actions on <svelte:window> Rich Harris 2018-11-24 13:47:31 -0500
  • a7fe66960f update refs on outro Rich Harris 2018-11-24 13:22:28 -0500
  • 49a747f376 skip-ssr -> skip_if_ssr Rich Harris 2018-11-24 12:31:03 -0500
  • d9854c5dd6 update some tests Rich Harris 2018-11-24 12:29:04 -0500
  • f60487df2f fix transition test Rich Harris 2018-11-24 11:57:34 -0500
  • 8d38bf2be8 remove unused helper Rich Harris 2018-11-24 11:26:58 -0500
  • ad064e9936 remove unused helper Rich Harris 2018-11-24 11:10:00 -0500
  • a2498bb334 remove v2 options Rich Harris 2018-11-24 11:09:00 -0500
  • 829a64923c transition events Rich Harris 2018-11-24 10:52:32 -0500
  • 2f7bce4daf fix hydration Rich Harris 2018-11-24 10:39:15 -0500
  • e0faadbf26 hydration Rich Harris 2018-11-24 10:26:46 -0500
  • fc89c0f95e fix test Rich Harris 2018-11-24 09:06:20 -0500
  • f765da25e4 allow missing slots Rich Harris 2018-11-24 08:57:31 -0500
  • 1d72b6b1af skip awkward test Rich Harris 2018-11-24 08:49:18 -0500
  • be59af940b update immutability test, though may need to be skipped for now Rich Harris 2018-11-24 00:24:02 -0500
  • ed39c85f5d fix some more tests Rich Harris 2018-11-24 00:00:00 -0500
  • bc0f381b34 document events Rich Harris 2018-11-23 23:27:45 -0500
  • 83318b6bf5 window dimension bindings Rich Harris 2018-11-23 23:14:53 -0500
  • 4231c62dbc fix some more tests Rich Harris 2018-11-23 23:04:54 -0500
  • a18ef98ca1 functions in attributes Rich Harris 2018-11-23 22:58:04 -0500
  • fba0f58226 fix tests Rich Harris 2018-11-23 22:50:48 -0500
  • d5d854c51a remove double condition Rich Harris 2018-11-23 22:32:41 -0500
  • 76016581da fix test Rich Harris 2018-11-23 22:20:05 -0500
  • ed35cdbf53 remove unused superclass method Rich Harris 2018-11-23 22:18:30 -0500
  • 5d267f7121 only inject props and refs if necessary Rich Harris 2018-11-23 21:42:48 -0500
  • 8ff75d7632 remove console-group, no longer necessary Rich Harris 2018-11-23 21:42:08 -0500
  • 85151296ac fix test Rich Harris 2018-11-23 21:04:24 -0500
  • ac1be5def2 fix for contextual bindings Rich Harris 2018-11-23 21:00:25 -0500
  • 0fe16c8ecd remove some unused (and weird) code. honestly, all the binding stuff needs to be nuked from orbit Rich Harris 2018-11-23 20:34:07 -0500
  • d7215443bb prevent double declarations Rich Harris 2018-11-23 20:21:29 -0500
  • b55ba7a384 fix destructuring test Rich Harris 2018-11-23 20:16:09 -0500
  • c70707ce74 more sophisticated instrumentation Rich Harris 2018-11-23 20:14:23 -0500
  • ff0abb1061 update some more tests Rich Harris 2018-11-23 18:14:57 -0500
  • 8e6084d135 fix some binding tests Rich Harris 2018-11-23 18:07:56 -0500
  • 2bd3ccc12c indirect dependencies, ugh Rich Harris 2018-11-23 17:44:49 -0500
  • b58d81b7e2 fix a few tests Rich Harris 2018-11-23 17:21:52 -0500
  • 8f0a00dd36 oops Rich Harris 2018-11-23 16:57:40 -0500
  • f93a647913 add component event declarations Rich Harris 2018-11-23 16:51:59 -0500
  • 6786e1b0de fix shorthand events Rich Harris 2018-11-23 16:47:37 -0500
  • aaf7acce77 use hoisting mechanism for components Rich Harris 2018-11-23 16:29:15 -0500
  • 85a4b5272a remove unused imports Rich Harris 2018-11-23 16:21:30 -0500
  • e5a5d891d2 unified approach to hoisted functions Rich Harris 2018-11-23 16:21:09 -0500
  • 2a26afe3b4 update some tests Rich Harris 2018-11-23 16:19:14 -0500
  • 7610ee16d2 update estree-walker Rich Harris 2018-11-23 11:00:23 -0500
  • b91f650ffc Disable warnings through comments. Timothy Johnson 2018-11-22 10:29:08 -0800
  • 4d12065915 fix lifecycle order, add CSS if necessary Rich Harris 2018-11-22 08:57:52 -0500
  • e03f8d6590 handle nightmarish infinite loop situation Rich Harris 2018-11-21 23:30:00 -0500
  • 72f3fde2b8 run afterRender after onMount Rich Harris 2018-11-21 21:49:41 -0500
  • 3362c68132 fix Rich Harris 2018-11-21 21:39:32 -0500
  • a5619187c2 warn when trying to set read-only data Rich Harris 2018-11-21 21:37:22 -0500
  • de0830b0c5 warn on missing data Rich Harris 2018-11-21 21:23:19 -0500
  • 58e532fc08 component shorthand events Rich Harris 2018-11-21 19:42:51 -0500
  • 35412a9a92 dynamic component events Rich Harris 2018-11-21 19:07:42 -0500
  • b28f87a6f5 remove obsolete tests Rich Harris 2018-11-21 18:36:21 -0500
  • 880702d961 fix event context Rich Harris 2018-11-21 18:35:50 -0500
  • f13c2272df update tests Rich Harris 2018-11-21 18:35:41 -0500
  • 4c2fdcf657 fix contextual component bindings Rich Harris 2018-11-21 16:44:06 -0500
  • 6c854a6d57 remove test - invalid identifiers will no longer work Rich Harris 2018-11-21 16:43:39 -0500