Commit Graph

  • 1feee787f5 use _set, not set, when updating child components - fixes #721 Rich Harris 2017-07-29 12:19:58 -0400
  • cb030fd780 use _set, not set, when updating child components - fixes #721 #728 Rich Harris 2017-07-29 12:19:58 -0400
  • 3c04dd7ed1 clear refs in destroy, not unmount, so that refs are populated in ondestroy. fixes #706 Rich Harris 2017-07-29 11:48:10 -0400
  • 4d36908525 clear refs in destroy, not unmount, so that refs are populated in ondestroy. fixes #706 #727 Rich Harris 2017-07-29 11:48:10 -0400
  • b0edb477c1 -> v1.26.2 Rich Harris 2017-07-28 11:55:10 -0400
  • 5c4905a595 -> v1.26.2 v1.26.2 Rich Harris 2017-07-28 11:55:10 -0400
  • 6c802116a8 Merge pull request #725 from sveltejs/gh-722 Rich Harris 2017-07-28 11:54:12 -0400
  • f550035d93 Merge pull request #725 from sveltejs/gh-722 Rich Harris 2017-07-28 11:54:12 -0400
  • 6d642aee8f -> v1.26.1 Rich Harris 2017-07-26 22:04:00 -0400
  • e2980a8985 -> v1.26.1 v1.26.1 Rich Harris 2017-07-26 22:04:00 -0400
  • d5ac8d1be2 unescape hash character (#722) Rich Harris 2017-07-26 22:01:22 -0400
  • b701bf24b4 unescape hash character (#722) #725 Rich Harris 2017-07-26 22:01:22 -0400
  • 7bddf3a034 reverse bad fix from yesterday - only have state object in mount if its a yield block Rich Harris 2017-07-26 21:43:28 -0400
  • fc7e104e63 reverse bad fix from yesterday - only have state object in mount if its a yield block Rich Harris 2017-07-26 21:43:28 -0400
  • 8f1836f46e Update css-media-query test. It's look like somebody forgot about that. Zhuravlev Yury 2017-07-26 11:50:53 +0900
  • ab607269f9 Update css-media-query test. It's look like somebody forgot about that. #723 Zhuravlev Yury 2017-07-26 11:50:53 +0900
  • 8193ab534c Fix binding in each block Yury Zhuravlev 2017-07-26 11:37:06 +0900
  • 246b4d70dc Fix binding in each block Yury Zhuravlev 2017-07-26 11:37:06 +0900
  • 939d9fd8c1 -> v1.26.0 Rich Harris 2017-07-25 11:24:09 -0400
  • b8454de57f -> v1.26.0 v1.26.0 Rich Harris 2017-07-25 11:24:09 -0400
  • 1ff8feb341 Merge pull request #720 from sveltejs/gh-711 Rich Harris 2017-07-25 11:21:43 -0400
  • 2ab2661585 Merge pull request #720 from sveltejs/gh-711 Rich Harris 2017-07-25 11:21:43 -0400
  • 6676fe31b4 Merge pull request #719 from sveltejs/gh-712 Rich Harris 2017-07-25 11:21:28 -0400
  • 5f09421a18 Merge pull request #719 from sveltejs/gh-712 Rich Harris 2017-07-25 11:21:28 -0400
  • 66adfefd36 Merge pull request #718 from sveltejs/gh-713 Rich Harris 2017-07-25 11:21:10 -0400
  • 94037f1eca Merge pull request #718 from sveltejs/gh-713 Rich Harris 2017-07-25 11:21:10 -0400
  • e0bcb3ba4e Merge pull request #709 from sveltejs/gh-708 Rich Harris 2017-07-25 11:19:45 -0400
  • 1474556dc1 Merge pull request #709 from sveltejs/gh-708 Rich Harris 2017-07-25 11:19:45 -0400
  • 8ebbe52c65 update tests Rich Harris 2017-07-25 11:07:52 -0400
  • 9085c0a22a update tests #709 Rich Harris 2017-07-25 11:07:52 -0400
  • 99fa6aee99 rename _block to _lock Rich Harris 2017-07-25 08:56:51 -0400
  • 197c7e70d0 rename _block to _lock Rich Harris 2017-07-25 08:56:51 -0400
  • 850d66411f ensure data is up to date when re-rendering yield blocks (fixes #711) Rich Harris 2017-07-24 23:02:01 -0400
  • cf66ef64f4 ensure data is up to date when re-rendering yield blocks (fixes #711) #720 Rich Harris 2017-07-24 23:02:01 -0400
  • e1ee7574bd failing test for #711 Rich Harris 2017-07-24 22:01:28 -0400
  • b32a35febb failing test for #711 Rich Harris 2017-07-24 22:01:28 -0400
  • 265c99e054 fix unescaping edge case Rich Harris 2017-07-24 19:38:08 -0400
  • 815c17cbe7 fix unescaping edge case #719 Rich Harris 2017-07-24 19:38:08 -0400
  • b4f2111f70 second failing test for #712 Rich Harris 2017-07-24 19:18:43 -0400
  • 2d39b25585 second failing test for #712 Rich Harris 2017-07-24 19:18:43 -0400
  • 098e3db683 correctly unescape @ symbols (#712) Rich Harris 2017-07-24 19:16:47 -0400
  • 7b3c69b348 correctly unescape @ symbols (#712) Rich Harris 2017-07-24 19:16:47 -0400
  • 1eb897df52 failing test for #712 Rich Harris 2017-07-24 18:36:22 -0400
  • 343d66538b failing test for #712 Rich Harris 2017-07-24 18:36:22 -0400
  • 540f83529c dont strip whitespace at the end of an each block (#713) Rich Harris 2017-07-24 16:54:32 -0400
  • b9d826304a dont strip whitespace at the end of an each block (#713) #718 Rich Harris 2017-07-24 16:54:32 -0400
  • 3f38efcf09 update tests Rich Harris 2017-07-24 14:58:32 -0400
  • 3f73f252ac update tests Rich Harris 2017-07-24 14:58:32 -0400
  • 071337d36d enforce order of operations Rich Harris 2017-07-24 14:58:27 -0400
  • 0a806585b3 enforce order of operations Rich Harris 2017-07-24 14:58:27 -0400
  • e6ff9fafc9 Merge branch 'master' into gh-708 Rich Harris 2017-07-24 12:06:06 -0400
  • d893f8fc28 Merge branch 'master' into gh-708 Rich Harris 2017-07-24 12:06:06 -0400
  • f207810316 Merge 41aef1169f into 0a2fed82c9 #682 Petter Ekrann 2017-07-22 03:16:17 +0000
  • 9859429364 Merge 84ebdb961f into 0a2fed82c9 #715 Yury Zhuravlev 2017-07-22 03:16:17 +0000
  • 39b82a6ea2 -> v1.25.1 Rich Harris 2017-07-21 23:12:06 -0400
  • 0a2fed82c9 -> v1.25.1 v1.25.1 Rich Harris 2017-07-21 23:12:06 -0400
  • 4a858c2334 Merge pull request #707 from sveltejs/gh-484 Rich Harris 2017-07-21 23:11:05 -0400
  • 88783608ee Merge pull request #707 from sveltejs/gh-484 Rich Harris 2017-07-21 23:11:05 -0400
  • b0a351cb87 merge master -> gh-484 Rich Harris 2017-07-21 20:54:45 -0400
  • d1403493a8 merge master -> gh-484 #707 Rich Harris 2017-07-21 20:54:45 -0400
  • 814966054a Merge 9cb013fe3c into d3da45ddb1 #684 Paul Sauve 2017-07-22 00:53:22 +0000
  • c3708c3ff6 Merge pull request #716 from sveltejs/better-css-sourcemaps Rich Harris 2017-07-21 20:53:17 -0400
  • d3da45ddb1 Merge pull request #716 from sveltejs/better-css-sourcemaps Rich Harris 2017-07-21 20:53:17 -0400
  • 4759515db6 better CSS sourcemaps Rich Harris 2017-07-21 20:37:45 -0400
  • 1271510d00 better CSS sourcemaps #716 Rich Harris 2017-07-21 20:37:45 -0400
  • 84ebdb961f Fix tests for Unix #715 Zhuravlev Yury 2017-07-21 14:38:03 +0900
  • afe062d275 Try to avoid tests fails because I changed output. Yury Zhuravlev 2017-07-21 14:20:44 +0900
  • 05a270a3c7 Add test case for gh-714 situation. Yury Zhuravlev 2017-07-21 10:52:19 +0900
  • 177e4f8049 Avoid update DOM during Bind init if parent component is not exist. Yury Zhuravlev 2017-07-21 10:43:45 +0900
  • f4089a8558 make test more stringent Rich Harris 2017-07-11 15:49:38 -0400
  • 3d51c98dde make test more stringent Rich Harris 2017-07-11 15:49:38 -0400
  • 84503ced19 tidy up Rich Harris 2017-07-11 15:21:18 -0400
  • 1733966d18 tidy up Rich Harris 2017-07-11 15:21:18 -0400
  • 7a8283e03f rename postcreate to aftercreate Rich Harris 2017-07-11 15:10:04 -0400
  • 3f65b8b38f rename postcreate to aftercreate Rich Harris 2017-07-11 15:10:04 -0400
  • 574f428fa8 tidy up test Rich Harris 2017-07-11 15:07:11 -0400
  • 05a27c5fb2 tidy up test Rich Harris 2017-07-11 15:07:11 -0400
  • 1ba0c88b3d NAILED IT Rich Harris 2017-07-11 14:47:55 -0400
  • 2d2c68c26b NAILED IT Rich Harris 2017-07-11 14:47:55 -0400
  • 34d14839f4 almost all tests passing again Rich Harris 2017-07-11 08:54:36 -0400
  • 192d6e40b0 almost all tests passing again Rich Harris 2017-07-11 08:54:36 -0400
  • 3032c82111 sketch of a solution to #708 Rich Harris 2017-07-10 22:38:27 -0400
  • 16aaf157a0 sketch of a solution to #708 Rich Harris 2017-07-10 22:38:27 -0400
  • e0c40ea25f remove package-lock.json, prefer yarn.lock (#484) Rich Harris 2017-07-10 21:19:11 -0400
  • 904ae45923 remove package-lock.json, prefer yarn.lock (#484) Rich Harris 2017-07-10 21:19:11 -0400
  • 826f0c69cb -> v1.25.0 Rich Harris 2017-07-10 07:56:40 -0400
  • 06ba4cd332 -> v1.25.0 v1.25.0 Rich Harris 2017-07-10 07:56:40 -0400
  • 9f8556f811 Merge pull request #698 from sveltejs/gh-691 Rich Harris 2017-07-10 07:56:18 -0400
  • f0fddaab82 Merge pull request #698 from sveltejs/gh-691 Rich Harris 2017-07-10 07:56:18 -0400
  • c90441f345 Merge branch 'master' into gh-691 Rich Harris 2017-07-10 07:38:35 -0400
  • 02ea3e7a44 Merge branch 'master' into gh-691 #698 Rich Harris 2017-07-10 07:38:35 -0400
  • 9803202e8a Merge pull request #704 from sveltejs/gh-700 Rich Harris 2017-07-10 07:37:53 -0400
  • 6a9e1d5db9 Merge pull request #704 from sveltejs/gh-700 Rich Harris 2017-07-10 07:37:53 -0400
  • 4a24b1d3ab Merge pull request #705 from sveltejs/gh-702 Rich Harris 2017-07-10 07:37:38 -0400
  • b2dd6e3f21 Merge pull request #705 from sveltejs/gh-702 Rich Harris 2017-07-10 07:37:38 -0400
  • ae9de0f25e remove _flush in favour of callAll Rich Harris 2017-07-08 14:25:41 -0400
  • 84e6d0c5b7 remove _flush in favour of callAll #705 Rich Harris 2017-07-08 14:25:41 -0400
  • f505a07384 fire intro.start and outro.start events (#702) Rich Harris 2017-07-08 14:18:26 -0400
  • e9f17f34ff fire intro.start and outro.start events (#702) Rich Harris 2017-07-08 14:18:26 -0400
  • 22524b10f9 Merge pull request #701 from sveltejs/gh-699 Rich Harris 2017-07-08 11:51:10 -0400