Commit Graph

  • 7b99d47215 add cascade option, to prevent components inheriting styles (#583) #607 Rich Harris 2017-05-29 13:45:18 -0400
  • 41cd7f1b15 coerce empty string in number/range inputs to undefined - closes #584 Rich Harris 2017-05-28 17:59:41 -0400
  • 6ae01b6682 coerce empty string in number/range inputs to undefined - closes #584 #606 Rich Harris 2017-05-28 17:59:41 -0400
  • 4b08fe38f2 change error message for invalid bindings Rich Harris 2017-05-28 16:12:37 -0400
  • d752959ef1 change error message for invalid bindings #605 Rich Harris 2017-05-28 16:12:37 -0400
  • 19a64181b6 support binding to computed member expressions (fixes #602) Rich Harris 2017-05-28 15:57:10 -0400
  • 2a92b36472 support binding to computed member expressions (fixes #602) Rich Harris 2017-05-28 15:57:10 -0400
  • c6112573fb -> v1.21.0 Rich Harris 2017-05-28 14:10:49 -0400
  • 79d3c44785 -> v1.21.0 v1.21.0 Rich Harris 2017-05-28 14:10:49 -0400
  • 96efd6d993 Merge branch 'master' into gh-592 Rich Harris 2017-05-28 13:56:46 -0400
  • f511962325 Merge branch 'master' into gh-592 Rich Harris 2017-05-28 13:56:46 -0400
  • feb308cebf Merge pull request #601 from sveltejs/gh-574 Rich Harris 2017-05-28 13:56:17 -0400
  • 31d8ef6654 Merge pull request #601 from sveltejs/gh-574 Rich Harris 2017-05-28 13:56:17 -0400
  • ac6bdd4df3 Merge pull request #600 from sveltejs/gh-575 Rich Harris 2017-05-28 13:56:04 -0400
  • 1db0d465b0 Merge pull request #600 from sveltejs/gh-575 Rich Harris 2017-05-28 13:56:04 -0400
  • 8f1b43d4d7 Merge pull request #599 from sveltejs/gh-582 Rich Harris 2017-05-28 13:55:50 -0400
  • ecc9a9352c Merge pull request #599 from sveltejs/gh-582 Rich Harris 2017-05-28 13:55:50 -0400
  • bc1f416121 remove TODO Rich Harris 2017-05-28 12:49:50 -0400
  • c4b68ca8cb remove TODO Rich Harris 2017-05-28 12:49:50 -0400
  • 7d4dcdf531 update tests Rich Harris 2017-05-28 11:53:19 -0400
  • 288d1c9d74 update tests Rich Harris 2017-05-28 11:53:19 -0400
  • c61db3c898 remove some files from repo Rich Harris 2017-05-28 11:48:31 -0400
  • 739a832c37 remove some files from repo Rich Harris 2017-05-28 11:48:31 -0400
  • 4fa37c3b8a tidy up Rich Harris 2017-05-28 11:43:16 -0400
  • 8a57ae8b54 tidy up Rich Harris 2017-05-28 11:43:16 -0400
  • cbc0b968ef separate unmount from destroy Rich Harris 2017-05-28 11:27:51 -0400
  • 5c055a9f0c separate unmount from destroy Rich Harris 2017-05-28 11:27:51 -0400
  • 2478c797ab Merge branch 'master' into gh-592 Rich Harris 2017-05-27 14:00:58 -0400
  • 77fb38a123 Merge branch 'master' into gh-592 Rich Harris 2017-05-27 14:00:58 -0400
  • 7b9ef42d3b apply t0 styles to nodes if css transition has delay. fixes #574 Rich Harris 2017-05-27 13:49:44 -0400
  • b831d6c47f apply t0 styles to nodes if css transition has delay. fixes #574 #601 Rich Harris 2017-05-27 13:49:44 -0400
  • 76ddf96154 remove generated shared.ts file from repo Rich Harris 2017-05-27 13:49:17 -0400
  • bf78dcc86a remove generated shared.ts file from repo Rich Harris 2017-05-27 13:49:17 -0400
  • 1f29a32723 Merge pull request #598 from sveltejs/gh-587 Rich Harris 2017-05-27 13:40:41 -0400
  • 3e30b755a3 Merge pull request #598 from sveltejs/gh-587 Rich Harris 2017-05-27 13:40:41 -0400
  • 14936889ae always use helpers if referenced, not just for CallExpressions, and warn on context clashes (#575) Rich Harris 2017-05-27 13:22:56 -0400
  • 75ea52754d always use helpers if referenced, not just for CallExpressions, and warn on context clashes (#575) #600 Rich Harris 2017-05-27 13:22:56 -0400
  • d1e2ef34f1 treat <textarea> children the same as a value attribute Rich Harris 2017-05-27 12:36:40 -0400
  • b828fdf855 treat <textarea> children the same as a value attribute #599 Rich Harris 2017-05-27 12:36:40 -0400
  • 2da800524d fix server-side rendering of textareas with value/children Rich Harris 2017-05-27 12:30:58 -0400
  • 8d2607c37d fix server-side rendering of textareas with value/children Rich Harris 2017-05-27 12:30:58 -0400
  • 791bbc0ad5 use value property for textareas Rich Harris 2017-05-27 12:30:29 -0400
  • 70431dd794 use value property for textareas Rich Harris 2017-05-27 12:30:29 -0400
  • e46e631a48 prevent textarea from having both value and children Rich Harris 2017-05-27 12:29:44 -0400
  • b2ea03dde0 prevent textarea from having both value and children Rich Harris 2017-05-27 12:29:44 -0400
  • 02068bfb3a separate parsing rules for textareas Rich Harris 2017-05-27 12:29:01 -0400
  • 5ccc200222 separate parsing rules for textareas Rich Harris 2017-05-27 12:29:01 -0400
  • e4d8af7646 fix for environments where node.style.animation is undefined (fixes #587) Rich Harris 2017-05-27 10:07:37 -0400
  • 40a65ce8e8 fix for environments where node.style.animation is undefined (fixes #587) #598 Rich Harris 2017-05-27 10:07:37 -0400
  • d039887d0f Merge pull request #597 from sveltejs/gh-593 Rich Harris 2017-05-27 10:04:39 -0400
  • 4f56b6553c Merge pull request #597 from sveltejs/gh-593 Rich Harris 2017-05-27 10:04:39 -0400
  • cd76c110f7 make transitionManager treeshakeable (fixes #593) Rich Harris 2017-05-27 09:57:42 -0400
  • 015ef56b18 make transitionManager treeshakeable (fixes #593) #597 Rich Harris 2017-05-27 09:57:42 -0400
  • 18f5e06e83 compare bundled output with expectations Rich Harris 2017-05-27 09:52:33 -0400
  • 34170a5e76 compare bundled output with expectations Rich Harris 2017-05-27 09:52:33 -0400
  • 55b8679a3c Merge branch 'master' of https://github.com/hville/svelte into hville-master Rich Harris 2017-05-27 09:08:56 -0400
  • 1e14a62654 Merge branch 'master' of https://github.com/hville/svelte into hville-master Rich Harris 2017-05-27 09:08:56 -0400
  • 608c56eab1 Merge pull request #596 from marvinhagemeister/ts_types Rich Harris 2017-05-27 09:02:05 -0400
  • 2799aabb89 Merge pull request #596 from marvinhagemeister/ts_types Rich Harris 2017-05-27 09:02:05 -0400
  • 8de9c94290 Fix typing errors Marvin Hagemeister 2017-05-26 12:24:56 +0200
  • 61cbb25aef Fix typing errors #596 Marvin Hagemeister 2017-05-26 12:24:56 +0200
  • ac22ce715c minor fixes - redundant conditions and loops hville 2017-05-26 00:58:47 +0800
  • 2d6af10d43 minor fixes - redundant conditions and loops #595 hville 2017-05-26 00:58:47 +0800
  • 90e79af37f Merge pull request #573 from sveltejs/typescript Rich Harris 2017-05-21 21:26:03 -0400
  • 84a1571eed Merge pull request #573 from sveltejs/typescript Rich Harris 2017-05-21 21:26:03 -0400
  • ac1e5d8366 more TS Rich-Harris 2017-05-21 21:18:24 -0400
  • 5cbe6b764a more TS #573 Rich-Harris 2017-05-21 21:18:24 -0400
  • a85b01e873 add back initialiser Rich-Harris 2017-05-21 21:01:20 -0400
  • 0b8cf4cef7 add back initialiser Rich-Harris 2017-05-21 21:01:20 -0400
  • 1fa899b811 more TS Rich-Harris 2017-05-21 20:56:23 -0400
  • 4486b93d88 more TS Rich-Harris 2017-05-21 20:56:23 -0400
  • 4db0c65218 more TS Rich-Harris 2017-05-21 19:18:21 -0400
  • dc82db609c more TS Rich-Harris 2017-05-21 19:18:21 -0400
  • 8af39b4577 more TS Rich-Harris 2017-05-21 18:52:24 -0400
  • 78adc5b226 more TS Rich-Harris 2017-05-21 18:52:24 -0400
  • 2a9eacdb3e more TS Rich-Harris 2017-05-21 18:05:11 -0400
  • 4d5107113e more TS Rich-Harris 2017-05-21 18:05:11 -0400
  • 5c75730091 typescriptify validator Rich-Harris 2017-05-21 17:40:36 -0400
  • 48384b846c typescriptify validator Rich-Harris 2017-05-21 17:40:36 -0400
  • 8a5b11dd74 more typescript conversion Rich-Harris 2017-05-21 16:59:10 -0400
  • 7c3fca57cf more typescript conversion Rich-Harris 2017-05-21 16:59:10 -0400
  • fcc12a53a9 Merge branch 'master' into typescript Rich-Harris 2017-05-21 15:22:09 -0400
  • b619d077a1 Merge branch 'master' into typescript Rich-Harris 2017-05-21 15:22:09 -0400
  • dde59938c6 Merge pull request #591 from sveltejs/gh-590 Rich Harris 2017-05-21 15:20:41 -0400
  • 2194de9b28 Merge pull request #591 from sveltejs/gh-590 Rich Harris 2017-05-21 15:20:41 -0400
  • 7486c25497 Merge pull request #580 from sveltejs/gh-579 Rich Harris 2017-05-21 15:19:53 -0400
  • 7c2fd8e3cd Merge pull request #580 from sveltejs/gh-579 Rich Harris 2017-05-21 15:19:53 -0400
  • 7732e69df5 add failing unit test for #592 Conduitry 2017-05-21 08:23:29 -0400
  • 5c0d40233a add failing unit test for #592 Conduitry 2017-05-21 08:23:29 -0400
  • 819217decc add unit test Conduitry 2017-05-18 22:20:19 -0400
  • a3860f277e add unit test #591 Conduitry 2017-05-18 22:20:19 -0400
  • 48832ecfa8 fix special props on `<select>` elements (#590) Conduitry 2017-05-18 22:04:41 -0400
  • 228417e1dc fix special props on `<select>` elements (#590) Conduitry 2017-05-18 22:04:41 -0400
  • 8cdd4dad8a downgrade invalid callee error for event handlers to a warning (#579) Conduitry 2017-05-10 08:01:26 -0400
  • 4c740513f8 downgrade invalid callee error for event handlers to a warning (#579) #580 Conduitry 2017-05-10 08:01:26 -0400
  • 65a82a5683 gah, rollup needs the file extensions. which idiot wrote it Rich-Harris 2017-05-06 23:01:17 -0400
  • 8d07a5f9bd gah, rollup needs the file extensions. which idiot wrote it Rich-Harris 2017-05-06 23:01:17 -0400
  • fd8b09eb2e add a few type annotations Rich-Harris 2017-05-06 22:52:37 -0400
  • e85bec00a2 add a few type annotations Rich-Harris 2017-05-06 22:52:37 -0400
  • e8027c6d6f remove .ts file extensions Rich-Harris 2017-05-06 22:31:31 -0400