Commit Graph

  • 7ff328a2f9 failing test for #1082 Rich Harris 2018-01-08 21:56:30 -0500
  • 1719a318ad failing test for #1082 Rich Harris 2018-01-08 21:56:30 -0500
  • d087baf160
    Merge 61909fb85f into 0ef8229077 #1087 Rich Harris 2018-02-08 07:20:13 +0000
  • 61909fb85f parse non-root <script> elements as a single Text node to fix hydration #1087 Conduitry 2018-02-08 02:19:59 -0500
  • 4b4737af9f Merge branch 'gh-1147' into gh-1082-script-style-test Conduitry 2018-02-08 02:00:57 -0500
  • 039cde126a
    Merge 8f9164836e into 0ef8229077 #1162 Conduitry 2018-02-08 06:58:34 +0000
  • 8f9164836e support tag interpolation in non-root <style> elements (#1147) #1162 Conduitry 2018-02-08 01:56:36 -0500
  • 27fbf382ce remove <noscript> elements in DOM mode (#1108) Conduitry 2018-02-08 01:24:56 -0500
  • 50d95e1642 remove <noscript> elements in DOM mode (#1108) #1160 Conduitry 2018-02-08 01:24:56 -0500
  • 53d0d64971 Rename default slot to base to support older browsers #1159 Emil Ajdyna 2018-02-07 21:05:18 +0100
  • 02574812ee error on unclosed comments and blocks with only whitespace Rich Harris 2018-02-07 09:11:28 -0500
  • a4d08c205a error on unclosed comments and blocks with only whitespace Rich Harris 2018-02-07 09:11:28 -0500
  • 4d312302ff Merge branch 'empty-each-blocks' of https://github.com/Crisfole/svelte into Crisfole-empty-each-blocks Rich Harris 2018-02-07 08:09:58 -0500
  • 620badc9d0 Merge branch 'empty-each-blocks' of https://github.com/Crisfole/svelte into Crisfole-empty-each-blocks Rich Harris 2018-02-07 08:09:58 -0500
  • 979a16f165 Merge pull request #1155 from sveltejs/ssr-escape-attribute-values Rich Harris 2018-02-07 08:09:04 -0500
  • 0ef8229077
    Merge pull request #1155 from sveltejs/ssr-escape-attribute-values Rich Harris 2018-02-07 08:09:04 -0500
  • fc3e150a8c Merge pull request #1149 from sveltejs/gh-1138 Rich Harris 2018-02-07 08:08:23 -0500
  • 5b9f254087
    Merge pull request #1149 from sveltejs/gh-1138 Rich Harris 2018-02-07 08:08:23 -0500
  • e6f92bb0e4 failing test for #648 Rich Harris 2018-02-07 08:06:29 -0500
  • 35a9edbb9c Make sure scripts are passing good data so it's only the parse that can go wrong Christopher Pfohl 2018-02-07 06:53:32 -0500
  • b55ccc6d9f Make sure scripts are passing good data so it's only the parse that can go wrong #1156 Christopher Pfohl 2018-02-07 06:53:32 -0500
  • 40633327c4 Empty Each Blocks should have consistent behavior. Christopher Pfohl 2018-02-07 05:46:32 -0500
  • c62f77a5d2 Empty Each Blocks should have consistent behavior. Christopher Pfohl 2018-02-07 05:46:32 -0500
  • 3d238b0846 escape attribute values in SSR Conduitry 2018-02-06 21:01:40 -0500
  • c481c8d2b3 escape attribute values in SSR #1155 Conduitry 2018-02-06 21:01:40 -0500
  • 643c9c3a33
    Merge 3f73712b25 into 29a156957f #1142 tav 2018-02-04 18:49:35 +0000
  • dd47757d3b prevent erroneous missing data warnings for custom elements - fixes #1065 Rich Harris 2018-02-04 11:26:20 -0500
  • 9dda4b0563 prevent erroneous missing data warnings for custom elements - fixes #1065 #1154 Rich Harris 2018-02-04 11:26:20 -0500
  • 91e16dd411 component store bindings - fixes #1100 Rich Harris 2018-02-04 10:51:39 -0500
  • 99fbb69c74 component store bindings - fixes #1100 #1153 Rich Harris 2018-02-04 10:51:39 -0500
  • 6d37c033f9 Merge pull request #1150 from sveltejs/gh-1131 Rich Harris 2018-02-04 09:09:01 -0500
  • 29a156957f
    Merge pull request #1150 from sveltejs/gh-1131 Rich Harris 2018-02-04 09:09:01 -0500
  • 40a5d3bb50 in custom elements, call oncreate in connectedCallback - fixes #1117 Rich Harris 2018-02-03 23:22:24 -0500
  • 009c082d23 in custom elements, call oncreate in connectedCallback - fixes #1117 Rich Harris 2018-02-03 23:22:24 -0500
  • 5d17248074 prevent await blocks using stale state - fixes #1131 Rich Harris 2018-02-03 22:44:26 -0500
  • bf25248f9e prevent await blocks using stale state - fixes #1131 #1150 Rich Harris 2018-02-03 22:44:26 -0500
  • 68b8fbf95e -> v1.54.1 Rich Harris 2018-02-03 18:04:01 -0500
  • 37d5260036 -> v1.54.1 v1.54.1 Rich Harris 2018-02-03 18:04:01 -0500
  • a69442734d remove empty style blocks in prod mode - fixes #1138 Rich Harris 2018-02-03 18:00:08 -0500
  • cfd43f4fa7 remove empty style blocks in prod mode - fixes #1138 #1149 Rich Harris 2018-02-03 18:00:08 -0500
  • 7d0ebc36fc Merge pull request #1145 from jacobmischka/fix-destructured-hoisting Rich Harris 2018-02-03 13:37:04 -0500
  • ca779a452d
    Merge pull request #1145 from jacobmischka/fix-destructured-hoisting Rich Harris 2018-02-03 13:37:04 -0500
  • 00ba7c5176 Add audio video volume binding (#1148) Jacob Mischka 2018-02-03 12:33:27 -0600
  • b5a3e2224d Add audio video volume binding (#1148) Jacob Mischka 2018-02-03 12:33:27 -0600
  • 58f95aaf33
    Update test after setting volume initially #1148 Jacob Mischka 2018-02-03 11:37:49 -0600
  • 50dcb882fb
    Set volume on initial update Jacob Mischka 2018-02-03 11:32:56 -0600
  • fa6998d2bc
    Update test and add volumechange event Jacob Mischka 2018-02-03 11:29:41 -0600
  • 24e5d3c4af
    Add audio/video volume binding Jacob Mischka 2018-02-03 10:41:52 -0600
  • a0b0a3e6b4 Further improve a block with useless variables Jacob Mischka 2018-02-02 00:24:08 -0600
  • 2635de84a8
    Further improve a block with useless variables #1145 Jacob Mischka 2018-02-02 00:24:08 -0600
  • f831405682 Add destructured context container to usedContexts Jacob Mischka 2018-02-02 00:20:03 -0600
  • 31de60ece6
    Add destructured context container to usedContexts Jacob Mischka 2018-02-02 00:20:03 -0600
  • 3f73712b25 Escape HTML attribute values in SSR #1142 tav 2018-01-31 17:08:46 +0000
  • ba24de4e10 Support for <input type="radio" bind:checked/> Denis Kurilenko 2018-01-31 10:59:54 +0300
  • 27fbc50846 update lockfile Rich Harris 2018-01-26 14:04:33 -0500
  • 56e9343294 update lockfile Rich Harris 2018-01-26 14:04:33 -0500
  • 985fc3a762 -> v1.54.0 Rich Harris 2018-01-26 14:00:38 -0500
  • 7d9b89b033 -> v1.54.0 v1.54.0 Rich Harris 2018-01-26 14:00:38 -0500
  • dc7ff61de7 Merge pull request #1137 from sveltejs/gh-1135 Rich Harris 2018-01-26 13:53:59 -0500
  • 3cd9779b37
    Merge pull request #1137 from sveltejs/gh-1135 Rich Harris 2018-01-26 13:53:59 -0500
  • cf83387b0a Merge pull request #1134 from sveltejs/gh-1132 Rich Harris 2018-01-26 13:49:29 -0500
  • 935d4a2955
    Merge pull request #1134 from sveltejs/gh-1132 Rich Harris 2018-01-26 13:49:29 -0500
  • b7479db7c5 Merge pull request #1126 from sveltejs/gh-1062-again Rich Harris 2018-01-26 13:47:45 -0500
  • 9f088fe259
    Merge pull request #1126 from sveltejs/gh-1062-again Rich Harris 2018-01-26 13:47:45 -0500
  • ca2a33e702 Merge branch 'master' into gh-1135 Rich Harris 2018-01-26 13:39:27 -0500
  • 6f5b6ddda9 Merge branch 'master' into gh-1135 #1137 Rich Harris 2018-01-26 13:39:27 -0500
  • b8007e40d2 Merge branch 'master' into gh-1132 Rich Harris 2018-01-26 13:39:00 -0500
  • 1bb275bc55 Merge branch 'master' into gh-1132 #1134 Rich Harris 2018-01-26 13:39:00 -0500
  • e2efbdf36d Merge branch 'master' into gh-1062-again Rich Harris 2018-01-26 13:38:32 -0500
  • c3bec8f632 Merge branch 'master' into gh-1062-again #1126 Rich Harris 2018-01-26 13:38:32 -0500
  • 15ed3af835 Merge pull request #1124 from nolanlawson/patch-1 Rich Harris 2018-01-26 13:38:04 -0500
  • 86a07652d8
    Merge pull request #1124 from nolanlawson/patch-1 Rich Harris 2018-01-26 13:38:04 -0500
  • 67de6b197d Merge pull request #1128 from sveltejs/gh-1127 Rich Harris 2018-01-26 13:37:41 -0500
  • 53217bd9a9
    Merge pull request #1128 from sveltejs/gh-1127 Rich Harris 2018-01-26 13:37:41 -0500
  • fed4c69f13 change test outcome for uninitialised component bindings inside conditionals Rich Harris 2018-01-26 13:30:59 -0500
  • 2d0f01e49d change test outcome for uninitialised component bindings inside conditionals Rich Harris 2018-01-26 13:30:59 -0500
  • f004837196 update snapshot tests Rich Harris 2018-01-26 13:29:21 -0500
  • d411a82a32 update snapshot tests Rich Harris 2018-01-26 13:29:21 -0500
  • 89ce3ae3d5 run oncreate functions in sensible order (#1135) Rich Harris 2018-01-26 13:27:58 -0500
  • 5e41ecb34a run oncreate functions in sensible order (#1135) Rich Harris 2018-01-26 13:27:58 -0500
  • ecafa5b1f2 fix handling of CRs in debugging comments (#1132) Conduitry 2018-01-25 12:33:47 -0500
  • 7fa293ee6b fix handling of CRs in debugging comments (#1132) Conduitry 2018-01-25 12:33:47 -0500
  • 8f06877504 update jsdom; update `window.performance.now` test shim Conduitry 2018-01-24 22:52:20 -0500
  • 0a6ffb769c update jsdom; update `window.performance.now` test shim #1128 Conduitry 2018-01-24 22:52:20 -0500
  • f71fc96c92 another stab at #1062; also fix attribute case in static HTML Conduitry 2018-01-24 17:43:51 -0500
  • 94da329305 another stab at #1062; also fix attribute case in static HTML Conduitry 2018-01-24 17:43:51 -0500
  • 803b6dd93a Add "feed" aria role Nolan Lawson 2018-01-20 23:35:14 -0800
  • 0a0b8bf7cb
    Add "feed" aria role #1124 Nolan Lawson 2018-01-20 23:35:14 -0800
  • 0a28692676 Merge pull request #1123 from sveltejs/gh-1109 Rich Harris 2018-01-20 12:05:37 -0500
  • c35eb67af2
    Merge pull request #1123 from sveltejs/gh-1109 Rich Harris 2018-01-20 12:05:37 -0500
  • 5e68edeb4a fix handling of boolean attributes in SSR (#1109) Conduitry 2018-01-20 11:42:19 -0500
  • 57b737b3bc fix handling of boolean attributes in SSR (#1109) #1123 Conduitry 2018-01-20 11:42:19 -0500
  • a2ca87c3e2 -> v1.53.0 Rich Harris 2018-01-20 10:21:34 -0500
  • a4f6fed0e2 -> v1.53.0 v1.53.0 Rich Harris 2018-01-20 10:21:34 -0500
  • 658606b146 Merge pull request #1119 from sveltejs/gh-1091 Rich Harris 2018-01-20 10:19:25 -0500
  • 050ed5d0b5
    Merge pull request #1119 from sveltejs/gh-1091 Rich Harris 2018-01-20 10:19:25 -0500
  • c1fc49fcdb Merge f9fc7c9e91 into 6b32e44819 #1105 Emil Ajdyna 2018-01-19 02:50:37 +0000
  • 6fa28ba9b8 -> v1.52.0 Rich Harris 2018-01-18 21:50:29 -0500
  • 6b32e44819 -> v1.52.0 v1.52.0 Rich Harris 2018-01-18 21:50:29 -0500
  • e97d9edbaf fix test failure Rich Harris 2018-01-18 21:31:38 -0500