Commit Graph

  • 75651bb070 use component name in runtime dev warnings - fixes #781 Rich Harris 2017-09-03 10:24:45 -0400
  • 0407e5ec85 -> v1.37.0 Rich Harris 2017-09-03 10:08:40 -0400
  • 0e80248cdd -> v1.37.0 v1.37.0 Rich Harris 2017-09-03 10:08:40 -0400
  • 899a3e82dc Merge pull request #811 from sveltejs/gh-797 Rich Harris 2017-09-03 10:07:02 -0400
  • 7c29defef4 Merge pull request #811 from sveltejs/gh-797 Rich Harris 2017-09-03 10:07:02 -0400
  • 62764624c6 merge master -> gh-797 Rich Harris 2017-09-03 10:02:41 -0400
  • 81a04ad86c merge master -> gh-797 #811 Rich Harris 2017-09-03 10:02:41 -0400
  • 25bac688bc Merge branch 'master' into gh-797 Rich Harris 2017-09-03 10:01:47 -0400
  • 7401590fba Merge branch 'master' into gh-797 Rich Harris 2017-09-03 10:01:47 -0400
  • b4b4197032 handly directly instantiated custom elements, and slots Rich Harris 2017-09-03 09:45:10 -0400
  • 2380109f15 handly directly instantiated custom elements, and slots Rich Harris 2017-09-03 09:45:10 -0400
  • b44d2678f1 -> v1.36.0 Rich Harris 2017-09-03 08:35:30 -0400
  • 3ea3f53819 -> v1.36.0 v1.36.0 Rich Harris 2017-09-03 08:35:30 -0400
  • 5db9bbd0e4 Merge pull request #810 from sveltejs/gh-455 Rich Harris 2017-09-03 08:35:17 -0400
  • 32bc47d06e Merge pull request #810 from sveltejs/gh-455 Rich Harris 2017-09-03 08:35:17 -0400
  • 155a6327cf use helper for setting styles Rich Harris 2017-09-03 08:30:08 -0400
  • 186b770ef4 use helper for setting styles #810 Rich Harris 2017-09-03 08:30:08 -0400
  • 9e5f871550 update tests Rich Harris 2017-09-02 20:12:14 -0400
  • 824998fdaa update tests Rich Harris 2017-09-02 20:12:14 -0400
  • a303e9a6d6 append host element, not contents, when component is nested Rich Harris 2017-09-02 20:06:35 -0400
  • 118988c16b append host element, not contents, when component is nested Rich Harris 2017-09-02 20:06:35 -0400
  • 9e7e145a1a use template strings to prevent sourcemaps breaking the code Rich Harris 2017-09-02 18:56:03 -0400
  • 71bd8e3008 use template strings to prevent sourcemaps breaking the code Rich Harris 2017-09-02 18:56:03 -0400
  • cbfc609064 scoped styles Rich Harris 2017-09-02 18:41:45 -0400
  • f5f35b5a50 scoped styles Rich Harris 2017-09-02 18:41:45 -0400
  • aee6d4ade7 update tests Rich Harris 2017-09-02 17:22:28 -0400
  • 29fc3e5169 update tests Rich Harris 2017-09-02 17:22:28 -0400
  • 619e299600 render <slot> elements Rich Harris 2017-09-02 17:22:16 -0400
  • af618ba93f render <slot> elements Rich Harris 2017-09-02 17:22:16 -0400
  • 407a457215 validate props, auto-generate props if unspecified Rich Harris 2017-09-02 17:22:06 -0400
  • 30e58c4a73 validate props, auto-generate props if unspecified Rich Harris 2017-09-02 17:22:06 -0400
  • 440bdbe1e0 basic custom element generation (#797) Rich Harris 2017-09-02 16:29:02 -0400
  • afe3e2e669 basic custom element generation (#797) Rich Harris 2017-09-02 16:29:02 -0400
  • 3d487264ff handle url(...) and quoted values Rich Harris 2017-09-02 12:59:00 -0400
  • d54d00cac1 handle url(...) and quoted values Rich Harris 2017-09-02 12:59:00 -0400
  • f555a6f7f0 optimize style attributes Rich Harris 2017-09-01 17:25:44 -0400
  • 228a7808ac optimize style attributes Rich Harris 2017-09-01 17:25:44 -0400
  • 9290160cf7 -> v1.35.0 Rich Harris 2017-09-01 12:17:10 -0400
  • 89c0b71e25 -> v1.35.0 v1.35.0 Rich Harris 2017-09-01 12:17:10 -0400
  • 61d0f52930 Merge pull request #809 from sveltejs/gh-804 Rich Harris 2017-09-01 12:13:06 -0400
  • 7510f9c929 Merge pull request #809 from sveltejs/gh-804 Rich Harris 2017-09-01 12:13:06 -0400
  • 179f7b47e2 prevent mutation bug from incorrectly calling observer (fixes #804) Rich Harris 2017-09-01 12:08:44 -0400
  • fb972566a4 prevent mutation bug from incorrectly calling observer (fixes #804) #809 Rich Harris 2017-09-01 12:08:44 -0400
  • 80c7a2ccb0 Merge pull request #807 from sveltejs/gh-788 Rich Harris 2017-09-01 10:41:11 -0400
  • e30ff542da Merge pull request #807 from sveltejs/gh-788 Rich Harris 2017-09-01 10:41:11 -0400
  • 8f31f96edc dont noop set/get until after component is destroyed (fixes #788) Rich Harris 2017-08-31 13:26:12 -0400
  • f5958584d9 dont noop set/get until after component is destroyed (fixes #788) #807 Rich Harris 2017-08-31 13:26:12 -0400
  • 34dd1f8868 Merge pull request #806 from sveltejs/gh-801 Rich Harris 2017-08-31 12:42:47 -0400
  • 865e84b856 Merge pull request #806 from sveltejs/gh-801 Rich Harris 2017-08-31 12:42:47 -0400
  • 7b859cfaa8 stack up append targets so that slotted content in nested components works in SSR mode (fixes #801) Rich Harris 2017-08-31 11:10:45 -0400
  • a68f7e103f stack up append targets so that slotted content in nested components works in SSR mode (fixes #801) #806 Rich Harris 2017-08-31 11:10:45 -0400
  • 06321fb00d Merge pull request #803 from sveltejs/gh-637 Rich Harris 2017-08-31 08:27:22 -0400
  • 223dbee98c Merge pull request #803 from sveltejs/gh-637 Rich Harris 2017-08-31 08:27:22 -0400
  • 0b71482f73 optimise case where we can use innerHTML Rich Harris 2017-08-30 11:54:29 -0400
  • c682e365f6 optimise case where we can use innerHTML #803 Rich Harris 2017-08-30 11:54:29 -0400
  • b23cc4a261 only use comments around <slot> as necessary Rich Harris 2017-08-30 11:42:40 -0400
  • d1a6f9c11e only use comments around <slot> as necessary Rich Harris 2017-08-30 11:42:40 -0400
  • 34f6e17815 set all node.var names in preprocess Rich Harris 2017-08-30 11:31:58 -0400
  • 6e9f9633b0 set all node.var names in preprocess Rich Harris 2017-08-30 11:31:58 -0400
  • 98f658ed86 more tidying up Rich Harris 2017-08-30 11:02:14 -0400
  • 370327cccd more tidying up Rich Harris 2017-08-30 11:02:14 -0400
  • 4bfc28ddbc more refactoring Rich Harris 2017-08-30 10:58:10 -0400
  • 4603d7700f more refactoring Rich Harris 2017-08-30 10:58:10 -0400
  • ced8b7a127 refactor node._state stuff Rich Harris 2017-08-30 10:40:21 -0400
  • 9fae7671a4 refactor node._state stuff Rich Harris 2017-08-30 10:40:21 -0400
  • 0cfc67ca11 only use noscript if necessary Rich Harris 2017-08-30 08:46:11 -0400
  • 6499d4714d only use noscript if necessary Rich Harris 2017-08-30 08:46:11 -0400
  • ed12fd9fa4 Merge pull request #802 from sveltejs/tidy-up Rich Harris 2017-08-29 22:10:45 -0400
  • 56a21252c0 Merge pull request #802 from sveltejs/tidy-up Rich Harris 2017-08-29 22:10:45 -0400
  • d8fccb226e determine needsAnchor lazily Rich Harris 2017-08-29 22:10:29 -0400
  • 457f0189d4 determine needsAnchor lazily Rich Harris 2017-08-29 22:10:29 -0400
  • 44aeccefa8 usedAsAnchor is not used Rich Harris 2017-08-29 22:04:45 -0400
  • 5c88b6c864 usedAsAnchor is not used Rich Harris 2017-08-29 22:04:45 -0400
  • f9cc92e340 Merge branch 'tidy-up' into gh-637 Rich Harris 2017-08-29 21:51:54 -0400
  • 60ff6d8a7c Merge branch 'tidy-up' into gh-637 Rich Harris 2017-08-29 21:51:54 -0400
  • 0e4acc239a remove some unused code Rich Harris 2017-08-29 21:51:07 -0400
  • 587d1f8994 remove some unused code #802 Rich Harris 2017-08-29 21:51:07 -0400
  • f63616903e failing tests for #637 Rich Harris 2017-08-29 21:35:02 -0400
  • a197c18523 failing tests for #637 Rich Harris 2017-08-29 21:35:02 -0400
  • 6fee712339 Merge pull request #800 from sveltejs/gh-798 Rich Harris 2017-08-29 20:34:49 -0400
  • 7a9ac95b34 Merge pull request #800 from sveltejs/gh-798 Rich Harris 2017-08-29 20:34:49 -0400
  • 667a7665a7 handle unquoted attribute values (fixes #798) Rich Harris 2017-08-29 20:24:22 -0400
  • 39681565e3 handle unquoted attribute values (fixes #798) #800 Rich Harris 2017-08-29 20:24:22 -0400
  • 5426279528 Merge cf08edc3b2 into 835a48bec5 #799 Maxwell Amante 2017-08-29 22:04:27 +0000
  • cf08edc3b2 Make component options optional #799 Maxwell Amante 2017-08-29 15:01:04 -0700
  • afc1cc0f54 -> v1.34.0 Rich Harris 2017-08-29 11:26:33 -0400
  • 835a48bec5 -> v1.34.0 v1.34.0 Rich Harris 2017-08-29 11:26:33 -0400
  • eb4b22b898 Merge pull request #796 from sveltejs/gh-757 Rich Harris 2017-08-29 11:23:50 -0400
  • 0efa2ac7d7 Merge pull request #796 from sveltejs/gh-757 Rich Harris 2017-08-29 11:23:50 -0400
  • db3c7abec4 Merge pull request #794 from sveltejs/gh-550 Rich Harris 2017-08-29 11:23:36 -0400
  • ce109f0eb3 Merge pull request #794 from sveltejs/gh-550 Rich Harris 2017-08-29 11:23:36 -0400
  • 6b4f90d4e1 Merge pull request #793 from sveltejs/gh-791 Rich Harris 2017-08-29 11:23:10 -0400
  • 502f6b6d14 Merge pull request #793 from sveltejs/gh-791 Rich Harris 2017-08-29 11:23:10 -0400
  • 8c6ec95dcd Merge pull request #792 from sveltejs/gh-790 Rich Harris 2017-08-29 11:22:52 -0400
  • 56677a2074 Merge pull request #792 from sveltejs/gh-790 Rich Harris 2017-08-29 11:22:52 -0400
  • 81ba059a8a handle css vars in <style> tags (fixes #757) Rich Harris 2017-08-29 09:21:26 -0400
  • ff2e169b75 handle css vars in <style> tags (fixes #757) #796 Rich Harris 2017-08-29 09:21:26 -0400
  • 47b10a184a remove test of instantiation without options, its nonsensical Rich Harris 2017-08-29 08:43:31 -0400
  • f50a6c50af remove test of instantiation without options, its nonsensical #794 Rich Harris 2017-08-29 08:43:31 -0400
  • e759dad2cd update snapshot tests Rich Harris 2017-08-29 08:43:11 -0400