Commit Graph

  • a4acbe2e8e prevent bindings interfering with each other on the same element #503 Rich-Harris 2017-04-19 08:42:42 -0400
  • 2205f5ce36 Added block to create method that will initialize a select element with the value bound to `value`. Taylor Zane Glaeser 2017-04-19 00:16:31 -0500
  • 0466f3874c Added block to create method that will initialize a select element with the value bound to `value`. #502 Taylor Zane Glaeser 2017-04-19 00:16:31 -0500
  • 430037cb9c whoops Rich-Harris 2017-04-18 22:26:33 -0400
  • 872e90474c whoops #501 Rich-Harris 2017-04-18 22:26:33 -0400
  • c6aa61ae1f allow dynamic each-block to have static else-block Rich-Harris 2017-04-18 22:21:15 -0400
  • fce3f342fb allow dynamic each-block to have static else-block Rich-Harris 2017-04-18 22:21:15 -0400
  • 07166c3d8a use string keypath, not sourcemappable snippet, for determining binding groups — fixes #498 Rich-Harris 2017-04-18 22:10:53 -0400
  • 629584d7e9 use string keypath, not sourcemappable snippet, for determining binding groups — fixes #498 #500 Rich-Harris 2017-04-18 22:10:53 -0400
  • 5591443103 failing test for #498 Rich-Harris 2017-04-18 22:07:43 -0400
  • 0dac01ce4b failing test for #498 Rich-Harris 2017-04-18 22:07:43 -0400
  • 0d459b949c ensure var names in binding callbacks are unique — fixes #495 Rich-Harris 2017-04-18 21:54:29 -0400
  • b0095bda9d ensure var names in binding callbacks are unique — fixes #495 #499 Rich-Harris 2017-04-18 21:54:29 -0400
  • d65a0e58c5 Merge branch 'master' into gh-495 Rich-Harris 2017-04-18 21:39:15 -0400
  • c40966fdc7 Merge branch 'master' into gh-495 Rich-Harris 2017-04-18 21:39:15 -0400
  • 29e81c3d0a fix annoying SSR test failures with solo tests Rich-Harris 2017-04-18 21:38:30 -0400
  • 61cbd4fa97 fix annoying SSR test failures with solo tests Rich-Harris 2017-04-18 21:38:30 -0400
  • 2c760223d0 failing test for #495 Rich-Harris 2017-04-18 21:34:20 -0400
  • 52a30dc8e3 failing test for #495 Rich-Harris 2017-04-18 21:34:20 -0400
  • 3e6127ccd5 Merge pull request #496 from sveltejs/gh-406 Rich Harris 2017-04-18 21:29:40 -0400
  • f9432d1a69 Merge pull request #496 from sveltejs/gh-406 Rich Harris 2017-04-18 21:29:40 -0400
  • 89ddb184af Merge branch 'master' into gh-406 Rich Harris 2017-04-18 21:21:48 -0400
  • e1a1e6507a Merge branch 'master' into gh-406 #496 Rich Harris 2017-04-18 21:21:48 -0400
  • 5a63c6accf Merge pull request #497 from sveltejs/window-events Rich Harris 2017-04-18 21:21:02 -0400
  • 386cb8b599 Merge pull request #497 from sveltejs/window-events Rich Harris 2017-04-18 21:21:02 -0400
  • 64e61fa309 Merge pull request #494 from sveltejs/validate-bindings Rich Harris 2017-04-18 21:20:33 -0400
  • 771dacc44c Merge pull request #494 from sveltejs/validate-bindings Rich Harris 2017-04-18 21:20:33 -0400
  • 6c6a03f3a1 use map rather than object Rich-Harris 2017-04-18 19:12:27 -0400
  • e306366f8c use map rather than object #494 Rich-Harris 2017-04-18 19:12:27 -0400
  • cb095325e4 add failing test for bound select elements Tobias Davis 2017-04-18 15:35:06 -0500
  • d00bd8ac67 add failing test for bound select elements #505 Tobias Davis 2017-04-18 15:35:06 -0500
  • efcf4b318b dont try to test audio stuff in JSDOM Rich-Harris 2017-04-18 15:49:45 -0400
  • f0b6bec298 dont try to test audio stuff in JSDOM Rich-Harris 2017-04-18 15:49:45 -0400
  • f141d8d185 prevent audio restarting when it reaches the end Rich-Harris 2017-04-18 15:22:57 -0400
  • ed1ac48c00 prevent audio restarting when it reaches the end Rich-Harris 2017-04-18 15:22:57 -0400
  • c3312b50b0 prevent timer proliferation Rich-Harris 2017-04-18 15:15:33 -0400
  • fffd9ffd64 prevent timer proliferation Rich-Harris 2017-04-18 15:15:33 -0400
  • a7e7fb6423 Merge branch 'window-events' into gh-406 Rich-Harris 2017-04-18 14:23:31 -0400
  • 14826b76e5 Merge branch 'window-events' into gh-406 Rich-Harris 2017-04-18 14:23:31 -0400
  • 1ad1cd8a78 reenable all tests Rich-Harris 2017-04-18 13:54:42 -0400
  • a4ba3e4acf reenable all tests Rich-Harris 2017-04-18 13:54:42 -0400
  • 509328ceb2 allow window events to access state Rich-Harris 2017-04-18 13:51:39 -0400
  • f1bef92e9b allow window events to access state #497 Rich-Harris 2017-04-18 13:51:39 -0400
  • ce060c1679 implement bind:duration and bind:paused Rich-Harris 2017-04-18 13:30:25 -0400
  • 1040db97cb implement bind:duration and bind:paused Rich-Harris 2017-04-18 13:30:25 -0400
  • 20ef3734fa implement bind:currentTime Rich-Harris 2017-04-18 10:56:48 -0400
  • 359e67617d implement bind:currentTime Rich-Harris 2017-04-18 10:56:48 -0400
  • 5534e565bd validate bindings Rich-Harris 2017-04-18 10:12:03 -0400
  • b914a2294a validate bindings Rich-Harris 2017-04-18 10:12:03 -0400
  • 28187fbb9b Merge pull request #493 from sveltejs/gh-492 Rich Harris 2017-04-18 08:54:22 -0400
  • 3d576582da Merge pull request #493 from sveltejs/gh-492 Rich Harris 2017-04-18 08:54:22 -0400
  • 6e89ce0bfb make all tests run Rich-Harris 2017-04-18 08:33:24 -0400
  • b9e097f830 make all tests run #493 Rich-Harris 2017-04-18 08:33:24 -0400
  • eb76a28f8d helpers should not be considered dependencies — fixes #492 Rich-Harris 2017-04-18 08:31:48 -0400
  • a010778ac6 helpers should not be considered dependencies — fixes #492 Rich-Harris 2017-04-18 08:31:48 -0400
  • a1b191fce9 style consistency Rich-Harris 2017-04-18 08:19:04 -0400
  • d8cec7f414 style consistency Rich-Harris 2017-04-18 08:19:04 -0400
  • 87d3fb216d -> v1.16.0 Rich-Harris 2017-04-17 19:32:27 -0400
  • 7f2dab6b4f -> v1.16.0 v1.16.0 Rich-Harris 2017-04-17 19:32:27 -0400
  • d55c95f57f Merge pull request #491 from sveltejs/misc-fixes Rich Harris 2017-04-17 19:24:42 -0400
  • ffe040a990 Merge pull request #491 from sveltejs/misc-fixes Rich Harris 2017-04-17 19:24:42 -0400
  • adaccacc32 optimise simple if-blocks Rich-Harris 2017-04-17 18:50:18 -0400
  • 86413ef4fa optimise simple if-blocks #491 Rich-Harris 2017-04-17 18:50:18 -0400
  • b69f62c752 implement block.alias, so consecutive each-blocks dont get i, i_1, i_2... Rich-Harris 2017-04-17 17:43:11 -0400
  • 67fa013604 implement block.alias, so consecutive each-blocks dont get i, i_1, i_2... Rich-Harris 2017-04-17 17:43:11 -0400
  • dc6fa6ff24 collapse text around comments Rich-Harris 2017-04-17 17:40:02 -0400
  • 9f2bd988a0 collapse text around comments Rich-Harris 2017-04-17 17:40:02 -0400
  • b4115ac2ec separate if statements in codebuilder Rich-Harris 2017-04-17 16:56:53 -0400
  • a59e017fad separate if statements in codebuilder Rich-Harris 2017-04-17 16:56:53 -0400
  • 6f5f961c8a exclude indexes from dependencies Rich-Harris 2017-04-17 16:45:49 -0400
  • 3629c9e9a1 exclude indexes from dependencies Rich-Harris 2017-04-17 16:45:49 -0400
  • df468e3afb use correct dependencies for each-block updates Rich-Harris 2017-04-17 16:15:36 -0400
  • 0c013cfd9b use correct dependencies for each-block updates Rich-Harris 2017-04-17 16:15:36 -0400
  • 29b660e5e7 dont create yield block for childless component Rich-Harris 2017-04-17 15:54:05 -0400
  • 9f2a20763a dont create yield block for childless component Rich-Harris 2017-04-17 15:54:05 -0400
  • b632ece655 Merge pull request #490 from sveltejs/gh-472 Rich Harris 2017-04-17 15:16:09 -0400
  • fc31d39a64 Merge pull request #490 from sveltejs/gh-472 Rich Harris 2017-04-17 15:16:09 -0400
  • caaa091912 Merge pull request #489 from sveltejs/gh-381 Rich Harris 2017-04-17 15:15:42 -0400
  • aeedb94d97 Merge pull request #489 from sveltejs/gh-381 Rich Harris 2017-04-17 15:15:42 -0400
  • aa67df7fbb simplify if-block switching code Rich-Harris 2017-04-17 15:05:48 -0400
  • 080afc99a8 simplify if-block switching code #490 Rich-Harris 2017-04-17 15:05:48 -0400
  • eebd933427 remove some unused code Rich-Harris 2017-04-17 14:55:42 -0400
  • b7a40879a7 remove some unused code Rich-Harris 2017-04-17 14:55:42 -0400
  • 874f241bfb dont recompute dependencies Rich-Harris 2017-04-17 14:51:05 -0400
  • 49bea1b489 dont recompute dependencies Rich-Harris 2017-04-17 14:51:05 -0400
  • 5d986f56bd contextualise is only called once per expression Rich-Harris 2017-04-17 14:39:03 -0400
  • f8f32a13ba contextualise is only called once per expression Rich-Harris 2017-04-17 14:39:03 -0400
  • 796ee21cc2 rename some variables so that they make more sense Rich-Harris 2017-04-17 14:26:09 -0400
  • c9a2bf98a5 rename some variables so that they make more sense Rich-Harris 2017-04-17 14:26:09 -0400
  • b50ad08506 get rid of tmp variable, we dont need it Rich-Harris 2017-04-17 14:02:09 -0400
  • 2e7a429684 get rid of tmp variable, we dont need it Rich-Harris 2017-04-17 14:02:09 -0400
  • f75a2f0aba dont update static subtrees, even with a noop Rich-Harris 2017-04-17 13:06:51 -0400
  • 950f2ce2fd dont update static subtrees, even with a noop Rich-Harris 2017-04-17 13:06:51 -0400
  • 35a45799f2 more tidying up Rich-Harris 2017-04-17 11:49:59 -0400
  • 92b49eed4e more tidying up Rich-Harris 2017-04-17 11:49:59 -0400
  • 2fe7539a01 create all blocks in preprocess step Rich-Harris 2017-04-17 11:15:42 -0400
  • c7f15738ee create all blocks in preprocess step #489 Rich-Harris 2017-04-17 11:15:42 -0400
  • 1edfe23803 create each-block else child blocks in preprocess step Rich-Harris 2017-04-17 11:09:30 -0400
  • 906b5319e6 create each-block else child blocks in preprocess step Rich-Harris 2017-04-17 11:09:30 -0400
  • 423f48f2c5 tidy up Rich-Harris 2017-04-17 10:56:21 -0400