Commit Graph

  • 4b5d465a97 prevent name collisions with each block index - fixes #1254 Rich Harris 2018-03-18 19:48:16 -0400
  • b89729d296 failing test for #1254 Rich Harris 2018-03-18 19:33:09 -0400
  • 4cb8effccd failing test for #1254 Rich Harris 2018-03-18 19:33:09 -0400
  • ef09ecd8a1 Merge pull request #1250 from UnwrittenFun/feat/warn-end-pos Rich Harris 2018-03-18 19:06:58 -0400
  • 5b086df061
    Merge pull request #1250 from UnwrittenFun/feat/warn-end-pos Rich Harris 2018-03-18 19:06:58 -0400
  • de4e3a3c51 tweaks Rich Harris 2018-03-18 18:52:42 -0400
  • ffa45dd8be tweaks #1256 Rich Harris 2018-03-18 18:52:42 -0400
  • ad0ce6fde2 simplify updateKeyedEach Rich Harris 2018-03-18 17:25:57 -0400
  • a2d09c2136 simplify updateKeyedEach Rich Harris 2018-03-18 17:25:57 -0400
  • 2d10d535e5 more keyed each diffing into a shared helper Rich Harris 2018-03-18 14:34:19 -0400
  • dab1f6a0fa more keyed each diffing into a shared helper Rich Harris 2018-03-18 14:34:19 -0400
  • 843ff973f6 Fix named-export end position James Birtles 2018-03-18 17:22:46 +0000
  • 89024177fc Fix named-export end position #1250 James Birtles 2018-03-18 17:22:46 +0000
  • 5500fbb9eb export stylesheet James Birtles 2018-03-18 17:03:59 +0000
  • 40dccd2480 export stylesheet James Birtles 2018-03-18 17:03:59 +0000
  • e911739251 pass node through where possible James Birtles 2018-03-18 17:01:47 +0000
  • 4081a8a363 pass node through where possible James Birtles 2018-03-18 17:01:47 +0000
  • 8678f39bce Merge pull request #1249 from btakita/issues/588 Rich Harris 2018-03-18 12:22:06 -0400
  • 10600eb776
    Merge pull request #1249 from btakita/issues/588 Rich Harris 2018-03-18 12:22:06 -0400
  • 30f3849f87 Merge pull request #1243 from sveltejs/gh-1240 Rich Harris 2018-03-18 09:50:29 -0400
  • 86a151a7ea
    Merge pull request #1243 from sveltejs/gh-1240 Rich Harris 2018-03-18 09:50:29 -0400
  • 6f8195fe11 Implement https://github.com/sveltejs/svelte/issues/588 Brian Takita 2018-03-17 00:40:15 -0400
  • 66e4df11a7 Implement https://github.com/sveltejs/svelte/issues/588 #1249 Brian Takita 2018-03-17 00:40:15 -0400
  • 2671b765ef DEBUG testing btakita EachBlock changes Andrew Shu 2018-03-13 12:00:56 -0700
  • baff9bc6d1 DEBUG testing btakita EachBlock changes Andrew Shu 2018-03-13 12:00:56 -0700
  • c0f1d9022d Remove spread attribute checks if unnecessary mrkishi 2018-03-16 17:23:17 -0300
  • 0177418ce8 Remove spread attribute checks if unnecessary #1248 mrkishi 2018-03-16 17:23:17 -0300
  • 1589e6ed34 Prioritize named over spread attributes mrkishi 2018-03-16 16:32:23 -0300
  • 9b80eee51a Prioritize named over spread attributes mrkishi 2018-03-16 16:32:23 -0300
  • a287d50354 Add spread -- rough idea mrkishi 2018-03-16 16:04:28 -0300
  • b5102f4f1b Add spread -- rough idea mrkishi 2018-03-16 16:04:28 -0300
  • c62867ce72 Merge pull request #1246 from sveltejs/omit-missing-prop-warning-for-computed Rich Harris 2018-03-16 10:43:14 -0400
  • b3fa9656bb
    Merge pull request #1246 from sveltejs/omit-missing-prop-warning-for-computed Rich Harris 2018-03-16 10:43:14 -0400
  • 4bda127108 add end position to errors James Birtles 2018-03-16 03:37:12 +0000
  • da6a74016f add end position to errors James Birtles 2018-03-16 03:37:12 +0000
  • 3f404eaf99 add end position to warnings James Birtles 2018-03-14 01:50:21 +0000
  • d07721cd50 add end position to warnings James Birtles 2018-03-14 01:50:21 +0000
  • c9d029f705 skip missing property warning for computed/global properties Rich Harris 2018-03-15 22:51:24 -0400
  • 7c25eb32fa skip missing property warning for computed/global properties #1246 Rich Harris 2018-03-15 22:51:24 -0400
  • cc9fb0ccb1 tidy up Rich Harris 2018-03-15 22:33:10 -0400
  • f2ab5545dc tidy up #1243 Rich Harris 2018-03-15 22:33:10 -0400
  • 160d9136c0 add local variable for list values - fixes #1240 Rich Harris 2018-03-15 22:13:34 -0400
  • ce607d5ab3 add local variable for list values - fixes #1240 Rich Harris 2018-03-15 22:13:34 -0400
  • 5cafb51f09 Merge pull request #1245 from sveltejs/gh-1242-followup Rich Harris 2018-03-15 17:15:53 -0400
  • 270e1d188b
    Merge pull request #1245 from sveltejs/gh-1242-followup Rich Harris 2018-03-15 17:15:53 -0400
  • b2c2a02f50 nicer error messages Rich Harris 2018-03-15 17:03:44 -0400
  • 39694c31c3 nicer error messages #1245 Rich Harris 2018-03-15 17:03:44 -0400
  • f06cf99434 error if ref:foo has a value Rich Harris 2018-03-15 14:49:37 -0400
  • f97036dd39 error if ref:foo has a value Rich Harris 2018-03-15 14:49:37 -0400
  • 7ee33246fa dont treat :foo as a directive Rich Harris 2018-03-15 14:37:42 -0400
  • bd74929920 dont treat :foo as a directive Rich Harris 2018-03-15 14:37:42 -0400
  • bfedb7d243 flawed solution to #1240 Rich Harris 2018-03-15 14:04:52 -0400
  • 12c7d1c86d flawed solution to #1240 Rich Harris 2018-03-15 14:04:52 -0400
  • 05d23f6101 failing test for #1240 Rich Harris 2018-03-15 14:04:26 -0400
  • 6f65554c93 failing test for #1240 Rich Harris 2018-03-15 14:04:26 -0400
  • c320e4f29f Merge pull request #1242 from jacwright/directive-parsing-cleanup Rich Harris 2018-03-15 13:51:29 -0400
  • 6f866bbb4c
    Merge pull request #1242 from jacwright/directive-parsing-cleanup Rich Harris 2018-03-15 13:51:29 -0400
  • 0f9570a9b6 Refactor directive parsing for code reuse Jacob Wright 2018-03-15 11:14:29 -0600
  • 6d4f8d889a Refactor directive parsing for code reuse #1242 Jacob Wright 2018-03-15 11:14:29 -0600
  • 8a68537b53 -> v1.57.4 Rich Harris 2018-03-15 09:05:15 -0400
  • ef1e2d0c06 -> v1.57.4 v1.57.4 Rich Harris 2018-03-15 09:05:15 -0400
  • 9ab870bcb2 Merge pull request #1237 from sveltejs/gh-1209 Rich Harris 2018-03-15 09:02:29 -0400
  • 26239463c5
    Merge pull request #1237 from sveltejs/gh-1209 Rich Harris 2018-03-15 09:02:29 -0400
  • 6cdce62e8d Merge pull request #1239 from sveltejs/gh-1221 Rich Harris 2018-03-15 09:02:14 -0400
  • d893eef513
    Merge pull request #1239 from sveltejs/gh-1221 Rich Harris 2018-03-15 09:02:14 -0400
  • b07b4296ec Merge pull request #1231 from sveltejs/gh-1229 Rich Harris 2018-03-15 09:02:00 -0400
  • 475ccdc23f
    Merge pull request #1231 from sveltejs/gh-1229 Rich Harris 2018-03-15 09:02:00 -0400
  • e17f2660e3 reenable all tests Rich Harris 2018-03-14 21:42:53 -0400
  • 38b34bbe1d reenable all tests #1239 Rich Harris 2018-03-14 21:42:53 -0400
  • 915b75422d scale transition duration by delta - fixes #1221 Rich Harris 2018-03-14 21:42:02 -0400
  • 140e2271f7 scale transition duration by delta - fixes #1221 Rich Harris 2018-03-14 21:42:02 -0400
  • 27cdfb9a50 server-render bindings #1784 #1238 Rich Harris 2018-03-14 19:26:07 -0400
  • 5495d44484 use setAttribute with inputs, for benefit of IE - fixes #1209 Rich Harris 2018-03-14 16:55:38 -0400
  • 4e99eb8d37 use setAttribute with inputs, for benefit of IE - fixes #1209 #1237 Rich Harris 2018-03-14 16:55:38 -0400
  • e769787c50 Add onunmount hook (#1212) pk 2018-03-13 21:20:42 +0100
  • 8171c1935c attempt to fix #1214 #1232 Rich Harris 2018-03-13 14:56:40 -0400
  • cbca5cd006 alias listName to deconflict with shared helpers - fixes #1229 Rich Harris 2018-03-13 12:34:01 -0400
  • 01f6f9fa4d alias listName to deconflict with shared helpers - fixes #1229 #1231 Rich Harris 2018-03-13 12:34:01 -0400
  • 8d075c75b5 -> v1.57.3 Rich Harris 2018-03-13 11:35:22 -0400
  • 0ac77019d0 -> v1.57.3 v1.57.3 Rich Harris 2018-03-13 11:35:22 -0400
  • 7ec1907d32 Merge pull request #1228 from sveltejs/scope-class-redo Rich Harris 2018-03-13 11:34:35 -0400
  • 83c1e18233
    Merge pull request #1228 from sveltejs/scope-class-redo Rich Harris 2018-03-13 11:34:35 -0400
  • 409313f815 only apply stylesheet once Rich Harris 2018-03-13 11:28:21 -0400
  • b35aab3736 only apply stylesheet once #1228 Rich Harris 2018-03-13 11:28:21 -0400
  • 9c6f6737c4 separate AST modification into Stylesheet#reify Conduitry 2018-03-12 19:51:46 -0400
  • 92452ef356 separate AST modification into Stylesheet#reify Conduitry 2018-03-12 19:51:46 -0400
  • 5bf313cf8d apply CSS scoping classes directly to AST (WIP) Conduitry 2018-03-12 14:35:21 -0400
  • e4032ea543 apply CSS scoping classes directly to AST (WIP) Conduitry 2018-03-12 14:35:21 -0400
  • 7fa6109785 add CSS scoping classes when stringifying child nodes - fixes #1223 Rich Harris 2018-03-12 11:25:11 -0400
  • eae98f952d add CSS scoping classes when stringifying child nodes - fixes #1223 #1227 Rich Harris 2018-03-12 11:25:11 -0400
  • 89c9793731 -> v1.57.2 Rich Harris 2018-03-12 10:42:34 -0400
  • dc4fdcf77e -> v1.57.2 v1.57.2 Rich Harris 2018-03-12 10:42:34 -0400
  • cc6364fde7 Merge pull request #1226 from sveltejs/gh-1224 Rich Harris 2018-03-12 10:41:31 -0400
  • 26c5982d85
    Merge pull request #1226 from sveltejs/gh-1224 Rich Harris 2018-03-12 10:41:31 -0400
  • c70d6f43ec use setAttribute for any namespaced element Rich Harris 2018-03-12 08:42:50 -0400
  • 6131963551 use setAttribute for any namespaced element #1226 Rich Harris 2018-03-12 08:42:50 -0400
  • 63dd90cf31 set arbitrary compile options when calling SSR register function Rich Harris 2018-03-12 08:14:46 -0400
  • 9037e93934 set arbitrary compile options when calling SSR register function Rich Harris 2018-03-12 08:14:46 -0400
  • 5169ef1cb1 allow SVG elements to have scoped CSS - fixes #1224 Rich Harris 2018-03-12 08:14:27 -0400
  • b763714222 allow SVG elements to have scoped CSS - fixes #1224 Rich Harris 2018-03-12 08:14:27 -0400