Commit Graph

  • 5070219218 fix select edge case Rich Harris 2017-08-14 10:48:14 -0400
  • 8faa01ad5c only cache values when it makes sense Rich Harris 2017-08-14 08:13:25 -0400
  • 531354fc39 only cache values when it makes sense Rich Harris 2017-08-14 08:13:25 -0400
  • 0df91d9a5d update tests Rich Harris 2017-08-14 07:29:45 -0400
  • 5636506fc0 update tests Rich Harris 2017-08-14 07:29:45 -0400
  • 84feff0799 only cache values if necessary Rich Harris 2017-08-14 07:29:34 -0400
  • 136a2fd31c only cache values if necessary Rich Harris 2017-08-14 07:29:34 -0400
  • ba2b6838f3 update tests Rich Harris 2017-08-13 22:36:39 -0400
  • 427a0b5925 update tests Rich Harris 2017-08-13 22:36:39 -0400
  • 2705cf4621 handle funky edge case around outroing blocks Rich Harris 2017-08-13 22:35:42 -0400
  • bfc940f396 handle funky edge case around outroing blocks Rich Harris 2017-08-13 22:35:42 -0400
  • b5f7ac2c22 pass updated state to observers Rich Harris 2017-08-13 22:06:17 -0400
  • caffcd5f79 pass updated state to observers Rich Harris 2017-08-13 22:06:17 -0400
  • c5c0c4c4af make errors easier to track down Rich Harris 2017-08-13 21:52:17 -0400
  • 9b9aa0416f make errors easier to track down Rich Harris 2017-08-13 21:52:17 -0400
  • 6292204072 do dirty check in _set, so we can easily skip unnecessary computations later (#768) Rich Harris 2017-08-13 21:51:06 -0400
  • 0f7e87c804 do dirty check in _set, so we can easily skip unnecessary computations later (#768) Rich Harris 2017-08-13 21:51:06 -0400
  • 14538cfd42 -> v1.29.2 Rich Harris 2017-08-13 14:25:00 -0400
  • 1d77a45fdc -> v1.29.2 v1.29.2 Rich Harris 2017-08-13 14:25:00 -0400
  • 1038d3fccc Merge pull request #766 from sveltejs/gh-740 Rich Harris 2017-08-13 14:21:51 -0400
  • 3757e75d51 Merge pull request #766 from sveltejs/gh-740 Rich Harris 2017-08-13 14:21:51 -0400
  • 60d9cd240c Merge pull request #765 from sveltejs/gh-759 Rich Harris 2017-08-13 14:19:12 -0400
  • 2b41b83752 Merge pull request #765 from sveltejs/gh-759 Rich Harris 2017-08-13 14:19:12 -0400
  • f5a4cc74fe Merge pull request #764 from sveltejs/gh-762 Rich Harris 2017-08-13 14:18:59 -0400
  • 4aae9a797e Merge pull request #764 from sveltejs/gh-762 Rich Harris 2017-08-13 14:18:59 -0400
  • 4d9b57e911 bind to change events for range inputs, as well as input events (#740) Rich Harris 2017-08-13 14:18:25 -0400
  • da6b08ccc7 bind to change events for range inputs, as well as input events (#740) #766 Rich Harris 2017-08-13 14:18:25 -0400
  • 213cce6e2c simplify adapted example Rich Harris 2017-08-13 14:07:19 -0400
  • 1f7349c5be simplify adapted example #765 Rich Harris 2017-08-13 14:07:19 -0400
  • de87e1c812 preserve space before non-parenthesized media query expression - fixes #759 Rich Harris 2017-08-13 14:04:59 -0400
  • 9d8f4d341d preserve space before non-parenthesized media query expression - fixes #759 Rich Harris 2017-08-13 14:04:59 -0400
  • 06c9e37770 call create() on new iterations of static each blocks (#762) Rich Harris 2017-08-13 13:57:30 -0400
  • 1f5f9604a8 call create() on new iterations of static each blocks (#762) #764 Rich Harris 2017-08-13 13:57:30 -0400
  • fce671073d -> v1.29.1 Rich Harris 2017-08-08 22:08:16 -0400
  • dff1cb5fe3 -> v1.29.1 v1.29.1 Rich Harris 2017-08-08 22:08:16 -0400
  • 87180be8ec Merge e9c620f200 into 8b9380fb24 #754 Rich Harris 2017-08-09 02:03:24 +0000
  • 029e34add4 Merge pull request #755 from sveltejs/gh-744 Rich Harris 2017-08-08 22:03:18 -0400
  • 8b9380fb24 Merge pull request #755 from sveltejs/gh-744 Rich Harris 2017-08-08 22:03:18 -0400
  • a2e85aec1d replace destroy with noop on destroy Rich Harris 2017-08-06 14:26:19 -0400
  • fd3792bd60 replace destroy with noop on destroy #755 Rich Harris 2017-08-06 14:26:19 -0400
  • 6ae5e32371 update tests Rich Harris 2017-08-05 22:24:31 -0400
  • 44b73191c7 update tests Rich Harris 2017-08-05 22:24:31 -0400
  • 73c83d887f replace set with noop instead of checking _destroyed Rich Harris 2017-08-05 22:22:23 -0400
  • 85f5ebdec1 replace set with noop instead of checking _destroyed Rich Harris 2017-08-05 22:22:23 -0400
  • c799c416c1 no need to bind destroy, event handlers are called with the component as context Rich Harris 2017-08-05 22:21:15 -0400
  • faf1eeea2f no need to bind destroy, event handlers are called with the component as context Rich Harris 2017-08-05 22:21:15 -0400
  • 92766ee9e7 handle set after destroy, and move destroy into shared helpers Rich Harris 2017-08-05 22:16:47 -0400
  • 86fb0e4ced handle set after destroy, and move destroy into shared helpers Rich Harris 2017-08-05 22:16:47 -0400
  • e9c620f200 update missing options.target from dev error (#753) #754 Rich Harris 2017-08-05 21:40:14 -0400
  • 7d8c4dcf18 -> v1.29.0 Rich Harris 2017-08-05 21:27:49 -0400
  • 8dd23b81df -> v1.29.0 v1.29.0 Rich Harris 2017-08-05 21:27:49 -0400
  • 33580f272e Merge pull request #751 from sveltejs/hoist-if-block-selectors Rich Harris 2017-08-05 21:26:24 -0400
  • f3f85841a5 Merge pull request #751 from sveltejs/hoist-if-block-selectors Rich Harris 2017-08-05 21:26:24 -0400
  • 5737147aa2 Merge pull request #752 from hperrin/static-properties Rich Harris 2017-08-05 21:25:48 -0400
  • 4be380744f Merge pull request #752 from hperrin/static-properties Rich Harris 2017-08-05 21:25:48 -0400
  • 22579bae78 Changed from this keyword to argument in setup method. Hunter Perrin 2017-08-05 12:41:37 -0700
  • ba74297a19 Changed from this keyword to argument in setup method. #752 Hunter Perrin 2017-08-05 12:41:37 -0700
  • d45bb7a16c Added setup function which can supply static methods/properties. Closes #480. Closes #578. Hunter Perrin 2017-08-05 11:44:24 -0700
  • 59d01f737d Added setup function which can supply static methods/properties. Closes #480. Closes #578. Hunter Perrin 2017-08-05 11:44:24 -0700
  • a2f2bf09bc rename to select_block_type and current_block_type Rich Harris 2017-08-05 10:58:39 -0400
  • fef2367c11 rename to select_block_type and current_block_type #751 Rich Harris 2017-08-05 10:58:39 -0400
  • 177ca13e70 Merge branch 'master' into hoist-if-block-selectors Rich Harris 2017-08-05 10:53:32 -0400
  • c84f120e4b Merge branch 'master' into hoist-if-block-selectors Rich Harris 2017-08-05 10:53:32 -0400
  • 30eceebb13 hoist if block selectors Rich Harris 2017-08-05 10:53:23 -0400
  • 177e7d09c3 hoist if block selectors Rich Harris 2017-08-05 10:53:23 -0400
  • e52c784840 Merge pull request #750 from sveltejs/saner-sigils Rich Harris 2017-08-05 09:49:55 -0400
  • 4874dc1d89 Merge pull request #750 from sveltejs/saner-sigils Rich Harris 2017-08-05 09:49:55 -0400
  • cb8452489a actually, we don't want to escape @ or # in sharedPath at all Conduitry 2017-08-05 06:38:00 -0400
  • db4f148025 actually, we don't want to escape @ or # in sharedPath at all #750 Conduitry 2017-08-05 06:38:00 -0400
  • 0e1b4c60ee add test Conduitry 2017-08-05 06:31:40 -0400
  • 6ef59234a3 add test Conduitry 2017-08-05 06:31:40 -0400
  • 9f8ee62b7d don't over-escape '#' in sharedPath Conduitry 2017-08-05 06:22:00 -0400
  • 0e9f16b589 don't over-escape '#' in sharedPath Conduitry 2017-08-05 06:22:00 -0400
  • c0aa3f12c1 saner escaping/unescaping of `@` and `#` sigils Conduitry 2017-08-04 21:36:14 -0400
  • b869e48bff saner escaping/unescaping of `@` and `#` sigils Conduitry 2017-08-04 21:36:14 -0400
  • d75dcaf6d7 -> v1.28.1 Rich Harris 2017-08-04 14:27:30 -0400
  • ff814ecfa4 -> v1.28.1 v1.28.1 Rich Harris 2017-08-04 14:27:30 -0400
  • 22457a7f09 Merge pull request #747 from sveltejs/gh-741 Rich Harris 2017-08-04 14:24:16 -0400
  • 207c59986a Merge pull request #747 from sveltejs/gh-741 Rich Harris 2017-08-04 14:24:16 -0400
  • e2a803cd0b reuse helper Rich Harris 2017-08-04 13:59:33 -0400
  • b99e9207ac reuse helper #747 Rich Harris 2017-08-04 13:59:33 -0400
  • fb0b4156ef fix escaping/unescaping — closes #741 Rich Harris 2017-08-04 11:24:12 -0400
  • a524ab273e fix escaping/unescaping — closes #741 Rich Harris 2017-08-04 11:24:12 -0400
  • 5dc0482829 rename test Rich Harris 2017-08-04 11:00:36 -0400
  • 057a257482 rename test Rich Harris 2017-08-04 11:00:36 -0400
  • b1fd5f37f0 Merge branch 'master' into gh-741 Rich Harris 2017-08-04 08:31:25 -0400
  • 9aff8ea48f Merge branch 'master' into gh-741 Rich Harris 2017-08-04 08:31:25 -0400
  • aa1ba82d02 -> v1.28.0 Rich Harris 2017-08-03 22:41:22 -0400
  • 4daef9ab5e -> v1.28.0 v1.28.0 Rich Harris 2017-08-03 22:41:22 -0400
  • 71b0eb4733 Merge branch 'master' of github.com:sveltejs/svelte Rich Harris 2017-08-03 22:38:48 -0400
  • 6cc3354011 Merge branch 'master' of github.com:sveltejs/svelte Rich Harris 2017-08-03 22:38:48 -0400
  • afcd2d304c Merge pull request #746 from sveltejs/gh-743 Rich Harris 2017-08-03 22:38:35 -0400
  • 736a2f1a3d Merge pull request #746 from sveltejs/gh-743 Rich Harris 2017-08-03 22:38:35 -0400
  • aed1706696 failing tests for #741 Rich Harris 2017-08-03 22:37:47 -0400
  • dd8d4ed7ff failing tests for #741 Rich Harris 2017-08-03 22:37:47 -0400
  • 612c59bc50 update lockfile Rich Harris 2017-08-03 22:32:46 -0400
  • e63b18960c update lockfile Rich Harris 2017-08-03 22:32:46 -0400
  • aa223cac31 avoid string manipulation bugs by not minifying combinators if cascade: true (#743) Rich Harris 2017-08-03 22:32:27 -0400
  • bdb34a243c avoid string manipulation bugs by not minifying combinators if cascade: true (#743) #746 Rich Harris 2017-08-03 22:32:27 -0400
  • cf6e6d290b Merge pull request #738 from sveltejs/gh-693 Rich Harris 2017-08-03 22:30:07 -0400