Commit Graph

  • be412d3605
    Merge pull request #1642 from ekhaled/gh-1600-ios Rich Harris 2018-08-11 17:24:34 -0400
  • 9d3ed61516 handle single identifiers in {@debug} tags Rich Harris 2018-08-11 17:18:43 -0400
  • 401a6fea5d handle single identifiers in {@debug} tags Rich Harris 2018-08-11 17:18:43 -0400
  • 04be1fd0cd fix test Rich Harris 2018-08-11 16:18:34 -0400
  • a1264f583d fix test Rich Harris 2018-08-11 16:18:34 -0400
  • c2294ffa0f Merge branch 'debug' of https://github.com/GarrettGeorge/svelte into GarrettGeorge-debug Rich Harris 2018-08-11 16:13:26 -0400
  • a5967fa118 Merge branch 'debug' of https://github.com/GarrettGeorge/svelte into GarrettGeorge-debug Rich Harris 2018-08-11 16:13:26 -0400
  • 868eb7b0af Adds tests for valid and invalid debug tag usage. Admin 2018-08-11 00:26:24 -0500
  • 4004a569e1 Adds tests for valid and invalid debug tag usage. #1640 Admin 2018-08-11 00:26:24 -0500
  • 98f9739bac
    Merge 2d992b7e55 into 98212a0699 #1644 Rich Harris 2018-08-10 15:20:32 +0000
  • 2d992b7e55 add some failing tests for #1635 #1644 Rich Harris 2018-08-10 11:17:35 -0400
  • 900ab29128 Merge branch 'debug' of https://github.com/GarrettGeorge/svelte into GarrettGeorge-debug Rich Harris 2018-08-10 08:47:15 -0400
  • 8d133bf3af Adds invalid test for event-modifiers. Admin 2018-08-09 22:05:31 -0500
  • adfc0e3e45 Adds invalid test for event-modifiers. Admin 2018-08-09 22:05:31 -0500
  • 2906ada316 update snapshot ekhaled 2018-08-09 10:41:47 +0100
  • b8e03dcfb8 update snapshot #1642 ekhaled 2018-08-09 10:41:47 +0100
  • 4e2163a798 fix resize listener bug for ios re: #1600 ekhaled 2018-08-09 10:39:51 +0100
  • 87445230b1 fix resize listener bug for ios re: #1600 ekhaled 2018-08-09 10:39:51 +0100
  • 448d7335d4 Fixes tests that use events Admin 2018-08-09 01:06:09 -0500
  • 26360d4ced Fixes tests that use events Admin 2018-08-09 01:06:09 -0500
  • 9f7e650acb Adds event modifiers using | character Admin 2018-08-09 00:31:30 -0500
  • a6c1a12e90 Adds event modifiers using | character Admin 2018-08-09 00:31:30 -0500
  • 9f3d64dd25 Changes {@debug _ } to {@debug} Admin 2018-08-08 18:21:33 -0500
  • a3c71af5c5 Changes {@debug _ } to {@debug} Admin 2018-08-08 18:21:33 -0500
  • fa2380fdcb -> v2.9.11 Rich Harris 2018-08-08 08:32:19 -0400
  • 98212a0699 -> v2.9.11 v2.9.11 Rich Harris 2018-08-08 08:32:19 -0400
  • 4b293ed6db Merge pull request #1637 from sveltejs/list-whitespace Rich Harris 2018-08-08 08:29:25 -0400
  • cce6db40f9
    Merge pull request #1637 from sveltejs/list-whitespace Rich Harris 2018-08-08 08:29:25 -0400
  • b2540e1c57 Merge pull request #1636 from sveltejs/gh-875 Rich Harris 2018-08-08 08:29:11 -0400
  • 288042821a
    Merge pull request #1636 from sveltejs/gh-875 Rich Harris 2018-08-08 08:29:11 -0400
  • 7a0577206c Fixes small issue with Element's booleanAttributes Admin 2018-08-08 00:41:36 -0500
  • 79c023e604 Fixes small issue with Element's booleanAttributes Admin 2018-08-08 00:41:36 -0500
  • 7c8396c030 Merge remote-tracking branch 'upstream/master' into debug Admin 2018-08-08 00:40:04 -0500
  • 21741ac187 Merge remote-tracking branch 'upstream/master' into debug Admin 2018-08-08 00:40:04 -0500
  • cadaca24c7 Adds debug all option to debug tag Admin 2018-08-08 00:36:52 -0500
  • 622e7b0190 Adds debug all option to debug tag Admin 2018-08-08 00:36:52 -0500
  • 9de67ce320 Adds DebugTag Admin 2018-08-07 22:22:36 -0500
  • 7e5f008a78 Adds DebugTag Admin 2018-08-07 22:22:36 -0500
  • 65112181e7 preserve whitespace inside lists Rich Harris 2018-08-05 16:06:54 -0400
  • 28e145e96d preserve whitespace inside lists #1637 Rich Harris 2018-08-05 16:06:54 -0400
  • 082a471584 tests were wrong way round Rich Harris 2018-08-05 15:38:09 -0400
  • b3f009122b tests were wrong way round Rich Harris 2018-08-05 15:38:09 -0400
  • 6df0aa7a18 replace appendNode(node, parent) with append(parent, node) - easier to follow Rich Harris 2018-08-05 15:35:52 -0400
  • b94d7adfec replace appendNode(node, parent) with append(parent, node) - easier to follow Rich Harris 2018-08-05 15:35:52 -0400
  • 7128ce18ff Merge pull request #1634 from GarrettGeorge/master Rich Harris 2018-08-05 14:26:47 -0400
  • 7b073bdb2a
    Merge pull request #1634 from GarrettGeorge/master Rich Harris 2018-08-05 14:26:47 -0400
  • 9c17a0a334 tweak test Rich Harris 2018-08-05 14:00:47 -0400
  • b26ee1c3bb tweak test #1636 Rich Harris 2018-08-05 14:00:47 -0400
  • 011a6a207c use props when passing data to custom elements (#875) Rich Harris 2018-08-05 13:44:29 -0400
  • cce3a30ef2 use props when passing data to custom elements (#875) Rich Harris 2018-08-05 13:44:29 -0400
  • 130ab0ccb9 pass `attribute` straight to `validator.error` Rich Harris 2018-08-05 11:08:50 -0400
  • ad91f55ac9
    pass `attribute` straight to `validator.error` #1634 Rich Harris 2018-08-05 11:08:50 -0400
  • f79b4c7204 pass `attribute` straight to `validator.error` Rich Harris 2018-08-05 11:05:44 -0400
  • e487931a7c
    pass `attribute` straight to `validator.error` Rich Harris 2018-08-05 11:05:44 -0400
  • d1e3489f22 Adds validation check to checkComponent function and removes console.logs. Admin 2018-08-05 00:34:43 -0500
  • 7df6de62bb Adds validation check to checkComponent function and removes console.logs. Admin 2018-08-05 00:34:43 -0500
  • ad3bc077e5 Adds validation for invalid reference names like foo-bar. Admin 2018-08-05 00:29:38 -0500
  • 89412e370e Adds validation for invalid reference names like foo-bar. Admin 2018-08-05 00:29:38 -0500
  • 522e8936ff -> v2.9.10 Rich Harris 2018-08-04 22:00:32 -0400
  • 53d43b7d10 -> v2.9.10 v2.9.10 Rich Harris 2018-08-04 22:00:32 -0400
  • 156e35f682 Merge pull request #1632 from sveltejs/gh-1614 Rich Harris 2018-08-04 21:57:18 -0400
  • fbce328229
    Merge pull request #1632 from sveltejs/gh-1614 Rich Harris 2018-08-04 21:57:18 -0400
  • 6e08e7638b ugh windows wtf Rich Harris 2018-08-04 19:49:10 -0400
  • 917cad9788 ugh windows wtf #1632 Rich Harris 2018-08-04 19:49:10 -0400
  • 65aa0691eb Merge pull request #1628 from sveltejs/gh-1540 Rich Harris 2018-08-04 19:40:27 -0400
  • e35f174207
    Merge pull request #1628 from sveltejs/gh-1540 Rich Harris 2018-08-04 19:40:27 -0400
  • 50b78ae044 Merge pull request #1631 from sveltejs/gh-1618 Rich Harris 2018-08-04 19:39:59 -0400
  • 65aae85fed
    Merge pull request #1631 from sveltejs/gh-1618 Rich Harris 2018-08-04 19:39:59 -0400
  • 8b18262841 doh Rich Harris 2018-08-04 19:39:14 -0400
  • 8c51edd87c doh Rich Harris 2018-08-04 19:39:14 -0400
  • 77be1ddb48 oops Rich Harris 2018-08-04 17:20:15 -0400
  • 0342fb2c68 oops Rich Harris 2018-08-04 17:20:15 -0400
  • 0180be6c93 tweak readme, use npm ci Rich Harris 2018-08-04 17:19:08 -0400
  • 7c6ec74133 tweak readme, use npm ci Rich Harris 2018-08-04 17:19:08 -0400
  • b4212a64a7 Merge pull request #1630 from sveltejs/gh-1621 Rich Harris 2018-08-04 16:55:25 -0400
  • 7c51094012
    Merge pull request #1630 from sveltejs/gh-1621 Rich Harris 2018-08-04 16:55:25 -0400
  • a1513f61a9 encapsulate local styles inside global ones - fixes #1618 Rich Harris 2018-08-04 16:54:23 -0400
  • 7eaf5dca4d encapsulate local styles inside global ones - fixes #1618 #1631 Rich Harris 2018-08-04 16:54:23 -0400
  • 34df2de822 fix #1621 Rich Harris 2018-08-04 15:46:10 -0400
  • 48bd025231 fix #1621 #1630 Rich Harris 2018-08-04 15:46:10 -0400
  • 3f05095552 failing test for #1621 Rich Harris 2018-08-04 15:34:26 -0400
  • 09db82b7bd failing test for #1621 Rich Harris 2018-08-04 15:34:26 -0400
  • ad5c6a8083 failing test for #1624 #1629 Rich Harris 2018-08-04 12:03:13 -0400
  • ef70583ba9 Merge pull request #1627 from sveltejs/gh-1598 Rich Harris 2018-08-04 10:59:44 -0400
  • 6012c965ac
    Merge pull request #1627 from sveltejs/gh-1598 Rich Harris 2018-08-04 10:59:44 -0400
  • ed9a7250f2 handle rest elements in computed properties - fixes #1540 Rich Harris 2018-08-04 10:27:24 -0400
  • 7d55a57a2c handle rest elements in computed properties - fixes #1540 #1628 Rich Harris 2018-08-04 10:27:24 -0400
  • dfc3078b7d update CLI tests Rich Harris 2018-08-04 09:37:39 -0400
  • a823ff32a9 update CLI tests #1627 Rich Harris 2018-08-04 09:37:39 -0400
  • 45b3b4132a stringify values before setting text data - fixes #1598 Rich Harris 2018-08-04 09:31:24 -0400
  • 9964a77565 stringify values before setting text data - fixes #1598 Rich Harris 2018-08-04 09:31:24 -0400
  • f3d94bff21 failing test for #1598 ekhaled 2018-07-25 18:45:50 +0100
  • 7042f5d2cb failing test for #1598 ekhaled 2018-07-25 18:45:50 +0100
  • 4eb186828c
    Merge a0705a65a1 into 814a32357f #1616 Khaled Ahmed 2018-08-04 13:13:44 +0000
  • 4ba1f540d0
    Merge 044cd6c44e into 814a32357f #1542 Rich Harris 2018-08-04 05:31:30 +0000
  • cce96b4259 Merge pull request #1625 from sveltejs/update-deps Rich Harris 2018-08-03 23:59:55 -0400
  • 814a32357f
    Merge pull request #1625 from sveltejs/update-deps Rich Harris 2018-08-03 23:59:55 -0400
  • eeb4617b99 upgrade mocha Rich Harris 2018-08-03 23:30:25 -0400
  • b03c011a17 upgrade mocha #1625 Rich Harris 2018-08-03 23:30:25 -0400
  • a0c8bcef2e fix rollup config etc Rich Harris 2018-08-03 20:10:30 -0400