Commit Graph

  • 9e9a078d5c set window scroll from bindings on initialisation - fixes #938 Rich Harris 2018-04-29 13:02:33 -0400
  • 70b01fe960 allow arbitrary expressions in each block keys - fixes #703 Rich Harris 2018-04-29 11:34:45 -0400
  • 8dc17b77db allow arbitrary expressions in each block keys - fixes #703 #1381 Rich Harris 2018-04-29 11:34:45 -0400
  • db0bd1d6cb -> v2.3.0 Rich Harris 2018-04-29 10:56:55 -0400
  • dbab1a886d -> v2.3.0 v2.3.0 Rich Harris 2018-04-29 10:56:55 -0400
  • ee522dc7e0 Merge pull request #1374 from sveltejs/gh-1368 Rich Harris 2018-04-29 10:53:40 -0400
  • 83af7bb8fd
    Merge pull request #1374 from sveltejs/gh-1368 Rich Harris 2018-04-29 10:53:40 -0400
  • cf48355bee Merge pull request #1375 from sveltejs/gh-1369 Rich Harris 2018-04-29 10:53:07 -0400
  • ff45a5315f
    Merge pull request #1375 from sveltejs/gh-1369 Rich Harris 2018-04-29 10:53:07 -0400
  • c563cfa83d Merge pull request #1376 from sveltejs/gh-1297 Rich Harris 2018-04-29 10:52:44 -0400
  • bf58a20909
    Merge pull request #1376 from sveltejs/gh-1297 Rich Harris 2018-04-29 10:52:44 -0400
  • 91cd2cfef1 Merge pull request #1377 from sveltejs/gh-1303 Rich Harris 2018-04-29 10:52:22 -0400
  • ddf2d9dbcf
    Merge pull request #1377 from sveltejs/gh-1303 Rich Harris 2018-04-29 10:52:22 -0400
  • 170ca172e4 Merge pull request #1378 from sveltejs/gh-1286 Rich Harris 2018-04-29 10:52:00 -0400
  • 7246997dd5
    Merge pull request #1378 from sveltejs/gh-1286 Rich Harris 2018-04-29 10:52:00 -0400
  • c27d0661af Merge pull request #1379 from sveltejs/gh-1251 Rich Harris 2018-04-29 10:51:41 -0400
  • d8ca0e39a3
    Merge pull request #1379 from sveltejs/gh-1251 Rich Harris 2018-04-29 10:51:41 -0400
  • d9fcc62df7 simplify test to match original Rich Harris 2018-04-29 10:32:23 -0400
  • 2124aaf5be failing test for #1214 Rich Harris 2018-04-29 10:11:36 -0400
  • c0366c7b0f preserve outer context for await blocks - fixes #1251 Rich Harris 2018-04-29 09:48:17 -0400
  • 5fd4965b64 preserve outer context for await blocks - fixes #1251 #1379 Rich Harris 2018-04-29 09:48:17 -0400
  • fc6fd787d2 recalculate each block values lazily - fixes #1286 Rich Harris 2018-04-28 23:51:05 -0400
  • f0bf1ef8d5 recalculate each block values lazily - fixes #1286 #1378 Rich Harris 2018-04-28 23:51:05 -0400
  • 51651ebce5 implement full-state computed properties - fixes #1303 Rich Harris 2018-04-28 23:39:36 -0400
  • 0dafc34de0 implement full-state computed properties - fixes #1303 #1377 Rich Harris 2018-04-28 23:39:36 -0400
  • 21c4d9ce55 overwrite this in custom event handlers - fixes #1297 Rich Harris 2018-04-28 22:53:32 -0400
  • 1fb4041519 overwrite this in custom event handlers - fixes #1297 #1376 Rich Harris 2018-04-28 22:53:32 -0400
  • a19aec1ea9 assign custom methods to custom element prototype - fixes #1369 Rich Harris 2018-04-28 22:26:18 -0400
  • ef39f00902 assign custom methods to custom element prototype - fixes #1369 #1375 Rich Harris 2018-04-28 22:26:18 -0400
  • 7ced1d4e74 fix #1368 Rich Harris 2018-04-28 21:00:07 -0400
  • d03693114d fix #1368 #1374 Rich Harris 2018-04-28 21:00:07 -0400
  • 5f425a761e Merge pull request #1370 from 1wheel/patch-1 Rich Harris 2018-04-28 20:43:41 -0400
  • ed605bfa79
    Merge pull request #1370 from 1wheel/patch-1 Rich Harris 2018-04-28 20:43:41 -0400
  • 06b2945b2b -> v2.2.0 Rich Harris 2018-04-28 20:42:02 -0400
  • 890da3b02a -> v2.2.0 v2.2.0 Rich Harris 2018-04-28 20:42:02 -0400
  • 0d9aff2277 Merge pull request #1367 from sveltejs/gh-1316 Rich Harris 2018-04-28 20:38:32 -0400
  • 2616ab1520
    Merge pull request #1367 from sveltejs/gh-1316 Rich Harris 2018-04-28 20:38:32 -0400
  • 7afc730cd6 move some more ssr files Rich Harris 2018-04-28 20:04:57 -0400
  • 01c35589d0 move some more ssr files #1367 Rich Harris 2018-04-28 20:04:57 -0400
  • 44f92b1616 fix gitignore, move ssr files Rich Harris 2018-04-28 20:03:42 -0400
  • 2ca0050f0f fix gitignore, move ssr files Rich Harris 2018-04-28 20:03:42 -0400
  • fa68cbb58c oops i did it again Rich Harris 2018-04-28 20:00:44 -0400
  • 8f1c4b38c9 oops i did it again Rich Harris 2018-04-28 20:00:44 -0400
  • 30bb85041d remove files that mysteriously reappeared Rich Harris 2018-04-28 19:59:19 -0400
  • a690ba0b8f remove files that mysteriously reappeared Rich Harris 2018-04-28 19:59:19 -0400
  • eada701414 remove unused import Rich Harris 2018-04-28 19:55:09 -0400
  • 3696e0865a remove unused import Rich Harris 2018-04-28 19:55:09 -0400
  • 8bcb0f2bf1 rename Generator -> Compiler Rich Harris 2018-04-28 19:53:57 -0400
  • 9b70523529 rename Generator -> Compiler Rich Harris 2018-04-28 19:53:57 -0400
  • 83ca33c2e5 move ssr/dom-specific logic into new Target classes, instead of subclassing Generator Rich Harris 2018-04-28 19:43:44 -0400
  • dd0f093582 move ssr/dom-specific logic into new Target classes, instead of subclassing Generator Rich Harris 2018-04-28 19:43:44 -0400
  • 1c9d546587 update gitignore Rich Harris 2018-04-28 19:26:36 -0400
  • e0f2a4e58d update gitignore Rich Harris 2018-04-28 19:26:36 -0400
  • 37186494be shuffle some stuff around Rich Harris 2018-04-28 19:19:01 -0400
  • 8fc59d7cfe shuffle some stuff around Rich Harris 2018-04-28 19:19:01 -0400
  • 452d9485fd simplify ssr Rich Harris 2018-04-28 18:48:07 -0400
  • 8759ccddbd simplify ssr Rich Harris 2018-04-28 18:48:07 -0400
  • 2cfa578aaf replace all ssr __helpers Rich Harris 2018-04-28 18:24:59 -0400
  • 6cf3f1121f replace all ssr __helpers Rich Harris 2018-04-28 18:24:59 -0400
  • fd239a45ed use same shared helpers mechanism for SSR compiler Rich Harris 2018-04-28 18:15:03 -0400
  • ebf1fe3233 use same shared helpers mechanism for SSR compiler Rich Harris 2018-04-28 18:15:03 -0400
  • 183225cafe move SSR logic into nodes Rich Harris 2018-04-28 17:50:35 -0400
  • b2b3bda85a move SSR logic into nodes Rich Harris 2018-04-28 17:50:35 -0400
  • 9df6de9fea more tidying up Rich Harris 2018-04-28 17:06:02 -0400
  • 11d396f769 more tidying up Rich Harris 2018-04-28 17:06:02 -0400
  • d883905337 more tidying up Rich Harris 2018-04-28 16:47:44 -0400
  • d10072f6b7 more tidying up Rich Harris 2018-04-28 16:47:44 -0400
  • 3da2f7f1c9 more tidying up Rich Harris 2018-04-28 16:35:27 -0400
  • 11fdb086f9 more tidying up Rich Harris 2018-04-28 16:35:27 -0400
  • ea3621ef1d remove more unnecessary stuff Rich Harris 2018-04-28 16:10:45 -0400
  • 515392ac1d remove more unnecessary stuff Rich Harris 2018-04-28 16:10:45 -0400
  • f7a7d266d5 remove some unnecessary code Rich Harris 2018-04-28 15:44:56 -0400
  • 3aca6a6c63 remove some unnecessary code Rich Harris 2018-04-28 15:44:56 -0400
  • ef09ca5d23 remove some unused Block properties Rich Harris 2018-04-28 15:35:32 -0400
  • deca8882ac remove some unused Block properties Rich Harris 2018-04-28 15:35:32 -0400
  • ebfab2c7cc no need to clone ast Rich Harris 2018-04-28 15:28:22 -0400
  • f892389b00 no need to clone ast Rich Harris 2018-04-28 15:28:22 -0400
  • b68e9f5596 put precedence logic on expression Rich Harris 2018-04-28 14:35:52 -0400
  • 4c8a5c598d put precedence logic on expression Rich Harris 2018-04-28 14:35:52 -0400
  • 09468dfb47 all tests passing Rich Harris 2018-04-28 14:30:16 -0400
  • 7224ef4eff all tests passing Rich Harris 2018-04-28 14:30:16 -0400
  • d6d3af8e03 minor fixes Rich Harris 2018-04-28 14:13:59 -0400
  • c3c7970dc9 minor fixes Rich Harris 2018-04-28 14:13:59 -0400
  • dd61ceba66 minor fixes, update various tests Rich Harris 2018-04-28 13:41:30 -0400
  • 86d3476b55 minor fixes, update various tests Rich Harris 2018-04-28 13:41:30 -0400
  • 442945f9c9 fix bindings in ssr Rich Harris 2018-04-28 12:58:19 -0400
  • a641019ab9 fix bindings in ssr Rich Harris 2018-04-28 12:58:19 -0400
  • 191c9ee5bd fix stringification of attributes in ssr Rich Harris 2018-04-28 12:40:00 -0400
  • c06bfdbe35 fix stringification of attributes in ssr Rich Harris 2018-04-28 12:40:00 -0400
  • 800af889a9 sourcemap fix Rich Harris 2018-04-28 12:38:22 -0400
  • 0cb44bb3b2 sourcemap fix Rich Harris 2018-04-28 12:38:22 -0400
  • f3262e03aa update parser tests Rich Harris 2018-04-28 12:17:19 -0400
  • 4c9ba2ef71 update parser tests Rich Harris 2018-04-28 12:17:19 -0400
  • 13731bf432 parse <slot> as element in custom element mode Rich Harris 2018-04-28 12:14:46 -0400
  • 67e4a90f18 parse <slot> as element in custom element mode Rich Harris 2018-04-28 12:14:46 -0400
  • d67234b5d9 validate <title> elements Rich Harris 2018-04-28 11:50:47 -0400
  • bb30e26d21 validate <title> elements Rich Harris 2018-04-28 11:50:47 -0400
  • 373fad6ea8 validate components Rich Harris 2018-04-28 11:40:55 -0400
  • f79bede8a9 validate components Rich Harris 2018-04-28 11:40:55 -0400
  • d582ea5bf4 attribute stringification Rich Harris 2018-04-28 11:28:01 -0400