Commit Graph

  • e4d410c453 remove some unused code Rich Harris 2017-11-22 16:48:43 -0500
  • 99a3987aef simplify Rich Harris 2017-11-22 15:55:03 -0500
  • 9ff5e271ec move dependencies into node.metadata object Rich Harris 2017-11-22 14:11:15 -0500
  • 1e34cca54f tidy up indirectDependencies stuff a bit Rich Harris 2017-11-22 13:47:10 -0500
  • f31eed460d fix indirect bindings, albeit messily Rich Harris 2017-11-22 12:56:39 -0500
  • 10a748c191 remove generator.findDependencies Rich Harris 2017-11-22 12:40:37 -0500
  • 9d640659a0 fix window event context Rich Harris 2017-11-22 12:38:41 -0500
  • b2f31c3f97 destructuring, select bindings Rich Harris 2017-11-22 12:28:59 -0500
  • ed070f407e prevent estree-walker confusion over node shapes Rich Harris 2017-11-22 12:00:28 -0500
  • 30345ea0db start refactoring contextualise/findDependencies Rich Harris 2017-11-22 11:31:40 -0500
  • ffb0f23d22 Merge branch 'master' into gh-908 Rich Harris 2017-11-22 08:42:02 -0500
  • d17e7b309c enable <:Window bind:online/> - fixes #936 (#937) Rich Harris 2017-11-21 23:15:35 -0500
  • 60b883b066
    enable <:Window bind:online/> - fixes #936 (#937) Rich Harris 2017-11-21 23:15:35 -0500
  • 8c467bcb88 add globals to initial state object Rich Harris 2017-11-21 23:12:02 -0500
  • 1643814c93 Merge branch 'master' into gh-908 Rich Harris 2017-11-21 22:15:48 -0500
  • daee47ef4e enable <:Window bind:online/> - fixes #936 #937 Rich Harris 2017-11-21 21:16:13 -0500
  • ef8971ecad fix annoying test failure Rich Harris 2017-11-21 11:47:22 -0500
  • b5821b846a fix annoying test failure Rich Harris 2017-11-21 11:47:22 -0500
  • e2fd1d7785 -> v1.42.0 Rich Harris 2017-11-21 11:12:24 -0500
  • 0a4aea3cb9 -> v1.42.0 v1.42.0 Rich Harris 2017-11-21 11:12:24 -0500
  • a532f36ab2 combine multiple bindings in single handler, implement bind:indeterminate — fixes #910 Rich Harris 2017-11-21 11:09:14 -0500
  • 775866780e
    combine multiple bindings in single handler, implement bind:indeterminate — fixes #910 Rich Harris 2017-11-21 11:09:14 -0500
  • c6259cfe1a tidy up #922 Rich Harris 2017-11-20 20:21:07 -0500
  • 75d29faf25 tidy up Rich Harris 2017-11-20 20:17:06 -0500
  • aa96812713 rAF is related to timeupdate, not currentTime specifically Rich Harris 2017-11-19 22:48:51 -0500
  • 722e3864f6 all tests passing Rich Harris 2017-11-19 22:46:26 -0500
  • 0ed093d93c just media bindings to go Rich Harris 2017-11-19 21:00:05 -0500
  • 1f43e547f7 almost all tests passing Rich Harris 2017-11-19 19:45:31 -0500
  • 85f98704a3 refactor Rich Harris 2017-11-19 19:22:31 -0500
  • 64e68033d9 fix textareas Rich Harris 2017-11-19 14:35:03 -0500
  • fd4f5d21d2 tidy up Rich Harris 2017-11-19 14:09:35 -0500
  • 27871e316c tidy up Rich Harris 2017-11-19 13:04:32 -0500
  • 40a5f28862 start refactoring bindings Rich Harris 2017-11-19 11:37:42 -0500
  • 744a2bb7f3 Merge branch 'master' into gh-910 Rich Harris 2017-11-19 08:27:05 -0500
  • 13d2b67d83 validate indeterminate binding Rich Harris 2017-11-19 08:08:50 -0500
  • 08cf4b476a Merge pull request #931 from sveltejs/gh-928 Rich Harris 2017-11-19 07:53:25 -0500
  • 509fb1a6e3
    Merge pull request #931 from sveltejs/gh-928 Rich Harris 2017-11-19 07:53:25 -0500
  • 0f033b476e Merge pull request #933 from sveltejs/gh-914 Rich Harris 2017-11-19 07:53:05 -0500
  • 08ed270b57
    Merge pull request #933 from sveltejs/gh-914 Rich Harris 2017-11-19 07:53:05 -0500
  • 91a14091b8 treat quoted property names the same way as identifiers - fixes #914 Rich Harris 2017-11-18 14:54:49 -0500
  • bcae68de06 treat quoted property names the same way as identifiers - fixes #914 #933 Rich Harris 2017-11-18 14:54:49 -0500
  • 0ee59a0360 failing test for #927 Rich Harris 2017-11-18 14:30:25 -0500
  • 481f7bc37c remove unused code Rich Harris 2017-11-18 14:17:07 -0500
  • 956d7b17b8 remove unused code #931 Rich Harris 2017-11-18 14:17:07 -0500
  • cd97521daa update tests Rich Harris 2017-11-18 14:13:31 -0500
  • 02b0dda9cc update tests Rich Harris 2017-11-18 14:13:31 -0500
  • 4116b9d8b1 use <option> children as value attribute, if none exists. fixes #928 Rich Harris 2017-11-18 14:07:21 -0500
  • 7e07cde021 use <option> children as value attribute, if none exists. fixes #928 Rich Harris 2017-11-18 14:07:21 -0500
  • 7ac0a52a45 update snapshot tests Rich Harris 2017-11-18 13:45:10 -0500
  • 4411ab116e update snapshot tests Rich Harris 2017-11-18 13:45:10 -0500
  • e1c4f831ef -> v1.41.4 Rich Harris 2017-11-18 13:35:50 -0500
  • 8ae0cac67e -> v1.41.4 v1.41.4 Rich Harris 2017-11-18 13:35:50 -0500
  • c4b9538e2a Merge pull request #921 from sveltejs/gh-917 Rich Harris 2017-11-18 13:09:41 -0500
  • 0a4e795498
    Merge pull request #921 from sveltejs/gh-917 Rich Harris 2017-11-18 13:09:41 -0500
  • 3a0200d2a0 Merge pull request #923 from sveltejs/install-from-git Rich Harris 2017-11-18 13:07:59 -0500
  • 75b1b055c7
    Merge pull request #923 from sveltejs/install-from-git Rich Harris 2017-11-18 13:07:59 -0500
  • b955b92977 Merge pull request #925 from sveltejs/gh-915 Rich Harris 2017-11-18 13:06:52 -0500
  • 3ff208ffdd
    Merge pull request #925 from sveltejs/gh-915 Rich Harris 2017-11-18 13:06:52 -0500
  • c80ebd6523 Merge pull request #929 from esarbanis/do-use-dataset Rich Harris 2017-11-18 13:06:33 -0500
  • 077428459a
    Merge pull request #929 from esarbanis/do-use-dataset Rich Harris 2017-11-18 13:06:33 -0500
  • 5af6eee10d Use el.dataset.foo = bar instead of setAttribute(el, 'data-foo', bar) esarbanis 2017-11-16 11:39:58 +0200
  • ea3f58a786 Use el.dataset.foo = bar instead of setAttribute(el, 'data-foo', bar) #929 esarbanis 2017-11-16 11:39:58 +0200
  • 21d995d904 dont use innerHTML for options inside optgroups - fixes #915 Rich Harris 2017-11-13 21:53:15 -0500
  • d28942d91a dont use innerHTML for options inside optgroups - fixes #915 #925 Rich Harris 2017-11-13 21:53:15 -0500
  • 8ee498b9d9 failing test for #908 Rich Harris 2017-11-13 20:46:45 -0500
  • 88f134437f use prepare npm script to support installing from git Conduitry 2017-11-10 09:19:55 -0500
  • 06425e3061 use prepare npm script to support installing from git #923 Conduitry 2017-11-10 09:19:55 -0500
  • 155002bbba update snapshot tests Rich Harris 2017-11-12 16:42:02 -0500
  • fb675fd5e3 update snapshot tests #921 Rich Harris 2017-11-12 16:42:02 -0500
  • 38ad29ec00 add test for unbound indeterminate property Rich Harris 2017-11-12 16:35:29 -0500
  • 7be5b70109 failing test for #910 Rich Harris 2017-11-12 16:16:26 -0500
  • ce797a5ee7 oops Rich Harris 2017-11-12 16:15:40 -0500
  • 0b56e20300 oops Rich Harris 2017-11-12 16:15:40 -0500
  • 06bdaa99da check component exists after _bind before continuing - fixes #917 Rich Harris 2017-11-12 15:55:02 -0500
  • 96428312ec check component exists after _bind before continuing - fixes #917 Rich Harris 2017-11-12 15:55:02 -0500
  • 47ab1268e8 move tslib to devDependencies Rich Harris 2017-11-12 15:20:13 -0500
  • be0837e480 move tslib to devDependencies Rich Harris 2017-11-12 15:20:13 -0500
  • f94a5e8530 -> v1.41.3 Rich Harris 2017-11-12 14:56:17 -0500
  • 3442df92cb -> v1.41.3 v1.41.3 Rich Harris 2017-11-12 14:56:17 -0500
  • a562314ffc Merge pull request #902 from sveltejs/gh-893 Rich Harris 2017-11-12 14:46:34 -0500
  • 6000e9b6e2
    Merge pull request #902 from sveltejs/gh-893 Rich Harris 2017-11-12 14:46:34 -0500
  • d96b100168 Merge pull request #918 from sveltejs/fix-umd-globals Rich Harris 2017-11-12 14:46:12 -0500
  • ad12854d63
    Merge pull request #918 from sveltejs/fix-umd-globals Rich Harris 2017-11-12 14:46:12 -0500
  • 0100c405ec Merge pull request #912 from esarbanis/arg-name-clash Rich Harris 2017-11-12 14:45:34 -0500
  • 60c13a6970
    Merge pull request #912 from esarbanis/arg-name-clash Rich Harris 2017-11-12 14:45:34 -0500
  • 9d80e8f2cc Merge branch 'master' into fix-umd-globals Rich Harris 2017-11-12 14:38:32 -0500
  • 1bd7026c05 Merge branch 'master' into fix-umd-globals #918 Rich Harris 2017-11-12 14:38:32 -0500
  • 4976744a10 Merge pull request #920 from sveltejs/gh-919 Rich Harris 2017-11-12 14:36:56 -0500
  • 70750a9d5e
    Merge pull request #920 from sveltejs/gh-919 Rich Harris 2017-11-12 14:36:56 -0500
  • d922cb88ea add tslib and use importHelpers - fixes #919 Rich Harris 2017-11-12 14:21:00 -0500
  • f80cc613f3 add tslib and use importHelpers - fixes #919 #920 Rich Harris 2017-11-12 14:21:00 -0500
  • 68ef70f5d0 fix factory arguments for globals in UMD output Conduitry 2017-11-12 12:22:35 -0500
  • f19907e9f7 fix factory arguments for globals in UMD output Conduitry 2017-11-12 12:22:35 -0500
  • 65f941079b reorganize options table and add `hydratable` and `customElement` Conduitry 2017-11-08 23:50:04 -0500
  • 45f061e737 reorganize options table and add `hydratable` and `customElement` Conduitry 2017-11-08 23:50:04 -0500
  • 59ba074781 Use a block scoped unique name for the context esarbanis 2017-10-31 16:35:35 +0200
  • 9218f20330 Use a block scoped unique name for the context #912 esarbanis 2017-10-31 16:35:35 +0200
  • 568093c03a -> v1.41.2 Rich Harris 2017-10-28 11:36:04 -0400
  • e63529683d -> v1.41.2 v1.41.2 Rich Harris 2017-10-28 11:36:04 -0400
  • 3fa98b64ea remove unused _yield property Rich Harris 2017-10-28 11:32:53 -0400