Commit Graph

  • 49135161bc do not run a11y validation on child component elements (#1110) #1112 Conduitry 2018-01-16 14:39:56 -0500
  • 610b5a8225 use acorn.isIdentifierStart and isIdentifierChar to determine validity Rich Harris 2018-01-13 22:45:15 -0500
  • 1833bc194f use acorn.isIdentifierStart and isIdentifierChar to determine validity Rich Harris 2018-01-13 22:45:15 -0500
  • 084eb39fbd simplify test slightly, add test for reserved words Rich Harris 2018-01-13 22:44:45 -0500
  • b19303679d simplify test slightly, add test for reserved words Rich Harris 2018-01-13 22:44:45 -0500
  • ea07020d8a fix expected error position, tweak expected message to include suggested alternative Rich Harris 2018-01-13 20:06:16 -0500
  • 146327e87f fix expected error position, tweak expected message to include suggested alternative Rich Harris 2018-01-13 20:06:16 -0500
  • b76818c6c2 run prettier (spaces -> tabs) Rich Harris 2018-01-13 20:05:27 -0500
  • cfdc8902ab run prettier (spaces -> tabs) Rich Harris 2018-01-13 20:05:27 -0500
  • 2ef77052d5 Merge branch 'master' of https://github.com/asweingarten/svelte into asweingarten-master Rich Harris 2018-01-13 19:54:50 -0500
  • 25a18ab495 Merge branch 'master' of https://github.com/asweingarten/svelte into asweingarten-master Rich Harris 2018-01-13 19:54:50 -0500
  • a4023e6a49 Merge 02afdb03fa into 8057884cb6 #1099 Ariel Weingarten 2018-01-13 23:09:03 +0000
  • 0ab967d292 Merge pull request #1097 from sveltejs/gh-1082-b Rich Harris 2018-01-13 18:08:06 -0500
  • 8057884cb6
    Merge pull request #1097 from sveltejs/gh-1082-b Rich Harris 2018-01-13 18:08:06 -0500
  • ccbba4b487 Merge pull request #1094 from sveltejs/gh-1061-b Rich Harris 2018-01-13 18:06:30 -0500
  • 49bc092db6
    Merge pull request #1094 from sveltejs/gh-1061-b Rich Harris 2018-01-13 18:06:30 -0500
  • 7c58d0520c Base scoping hashes on CSS content rather than entire file Emil Ajdyna 2018-01-13 18:05:01 +0100
  • f9fc7c9e91 Base scoping hashes on CSS content rather than entire file #1105 Emil Ajdyna 2018-01-13 18:05:01 +0100
  • 417acc3236 [1083] Svelte should throw a compile time error when illegal characters are used in computed names asweingarten 2018-01-11 17:35:44 -0800
  • 02afdb03fa [1083] Svelte should throw a compile time error when illegal characters are used in computed names #1099 asweingarten 2018-01-11 17:35:44 -0800
  • 4e8a125f5f fix escaping of sigils in SSR non-top-level <script> and <style> Conduitry 2018-01-11 15:04:17 -0500
  • 7ee44af6b5 fix escaping of sigils in SSR non-top-level <script> and <style> #1097 Conduitry 2018-01-11 15:04:17 -0500
  • 40fe045c6b Merge pull request #1093 from sveltejs/gh-1061-a Rich Harris 2018-01-11 13:43:01 -0500
  • 2537db90be
    Merge pull request #1093 from sveltejs/gh-1061-a Rich Harris 2018-01-11 13:43:01 -0500
  • d56ae292ed Merge pull request #1095 from sveltejs/gh-1062 Rich Harris 2018-01-11 13:42:48 -0500
  • 664da84c5a
    Merge pull request #1095 from sveltejs/gh-1062 Rich Harris 2018-01-11 13:42:48 -0500
  • 0d09a99a41 Merge pull request #1092 from sveltejs/gh-1079-alt Rich Harris 2018-01-11 09:07:52 -0500
  • ba770b69bc
    Merge pull request #1092 from sveltejs/gh-1079-alt Rich Harris 2018-01-11 09:07:52 -0500
  • a15a7f0136 make is-reference a devDependency Rich Harris 2018-01-10 22:49:29 -0500
  • 4f1bba3be1 make is-reference a devDependency #1092 Rich Harris 2018-01-10 22:49:29 -0500
  • 0761f25683 be more relaxed about attribute casing - fixes #1062 Rich Harris 2018-01-10 22:32:58 -0500
  • 2781968e43 be more relaxed about attribute casing - fixes #1062 #1095 Rich Harris 2018-01-10 22:32:58 -0500
  • 4abd7b416d fire oncreate handlers for components inside await blocks (#1061) Rich Harris 2018-01-10 22:17:01 -0500
  • c1b5bed6d2 fire oncreate handlers for components inside await blocks (#1061) #1094 Rich Harris 2018-01-10 22:17:01 -0500
  • 7b0e577a52 validate contents of await blocks (#1061) Rich Harris 2018-01-10 22:04:49 -0500
  • 5fea63a5de validate contents of await blocks (#1061) #1093 Rich Harris 2018-01-10 22:04:49 -0500
  • 02898f8d37 deconflict referenced globals - fixes #1079 Rich Harris 2018-01-10 21:48:03 -0500
  • 728d2fa9fb deconflict referenced globals - fixes #1079 Rich Harris 2018-01-10 21:48:03 -0500
  • c18aa187df Merge 33d4e6dd4a into 9cfa174703 #1090 Conduitry 2018-01-11 02:32:04 +0000
  • a75f5dd3da -> v1.51.1 Rich Harris 2018-01-10 21:31:03 -0500
  • 9cfa174703 -> v1.51.1 v1.51.1 Rich Harris 2018-01-10 21:31:03 -0500
  • 33d4e6dd4a use acorn-globals to avoid collisions with implied globals (#1079) #1090 Conduitry 2018-01-09 21:53:53 -0500
  • 7193109e3c Merge branch 'master' into gh-1082-script-style-test Rich Harris 2018-01-08 22:05:15 -0500
  • 7643b9f31f Merge pull request #1086 from sveltejs/gh-1082 Rich Harris 2018-01-08 22:03:53 -0500
  • 8d04da6839
    Merge pull request #1086 from sveltejs/gh-1082 Rich Harris 2018-01-08 22:03:53 -0500
  • 26bc1f3811 failing test for #1082 Rich Harris 2018-01-08 21:56:30 -0500
  • d5e93c6d51 add test to ensure only <, > and & are escaped Rich Harris 2018-01-08 21:48:28 -0500
  • f6e6cb6988 add test to ensure only <, > and & are escaped #1086 Rich Harris 2018-01-08 21:48:28 -0500
  • 11d909b9c4 update test Conduitry 2018-01-08 13:46:41 -0500
  • fbb856ebbd update test Conduitry 2018-01-08 13:46:41 -0500
  • 471fedeb1d update DOM rendering of <script> and <style> Conduitry 2018-01-08 13:46:29 -0500
  • 00a0445cc9 update DOM rendering of <script> and <style> Conduitry 2018-01-08 13:46:29 -0500
  • c389b4704f update SSR rendering of <script> and <style> Conduitry 2018-01-08 12:46:14 -0500
  • 1f229cfed5 update SSR rendering of <script> and <style> Conduitry 2018-01-08 12:46:14 -0500
  • d423fcb263 store <script> and <style> contents on Element node itself Conduitry 2018-01-08 08:02:49 -0500
  • c42e6f9d71 store <script> and <style> contents on Element node itself Conduitry 2018-01-08 08:02:49 -0500
  • f4f11fee36 parse non-top-level <script> and <style> tags as one piece of Text Conduitry 2018-01-08 07:22:40 -0500
  • 41744e25fc parse non-top-level <script> and <style> tags as one piece of Text Conduitry 2018-01-08 07:22:40 -0500
  • e7a98f922b in stringified Text nodes, only escape &, <, > Conduitry 2018-01-08 07:21:13 -0500
  • 8c8f9703a0 in stringified Text nodes, only escape &, <, > Conduitry 2018-01-08 07:21:13 -0500
  • 90d67e9d2e Merge bc00e20b71 into dbe8105a07 #1077 Emil Ajdyna 2018-01-06 22:07:29 +0000
  • 68fd97bf3a -> v1.51.0 Rich Harris 2018-01-06 16:56:57 -0500
  • dbe8105a07 -> v1.51.0 v1.51.0 Rich Harris 2018-01-06 16:56:57 -0500
  • a42ca8d28a Merge pull request #1076 from emilos/a11y Rich Harris 2018-01-06 16:47:53 -0500
  • 135ba93342
    Merge pull request #1076 from emilos/a11y Rich Harris 2018-01-06 16:47:53 -0500
  • fc1505f883 Merge pull request #1072 from sveltejs/gh-1071 Rich Harris 2018-01-06 16:45:47 -0500
  • a3f5952121
    Merge pull request #1072 from sveltejs/gh-1071 Rich Harris 2018-01-06 16:45:47 -0500
  • bc00e20b71 Warn if svg uses the viewbox attribute #1077 Emil Ajdyna 2018-01-05 20:46:53 +0100
  • d44f922df8 Allow xlink:href attribute Emil Ajdyna 2018-01-05 20:15:21 +0100
  • 5659d10d7c Allow xlink:href attribute #1076 Emil Ajdyna 2018-01-05 20:15:21 +0100
  • cb538d3a26 Merge pull request #1075 from ekhaled/patch-1 Rich Harris 2018-01-05 11:13:34 -0500
  • 6b956fb2bd
    Merge pull request #1075 from ekhaled/patch-1 Rich Harris 2018-01-05 11:13:34 -0500
  • 1dc5fc1075 Add svelte-hot-loader to the Tools section Khaled Ahmed 2018-01-05 15:59:52 +0000
  • cb56e574c3
    Add svelte-hot-loader to the Tools section #1075 Khaled Ahmed 2018-01-05 15:59:52 +0000
  • ae5b15baba reuse timeout function Rich Harris 2018-01-05 10:55:12 -0500
  • 6ccc7b812b reuse timeout function #1072 Rich Harris 2018-01-05 10:55:12 -0500
  • 21ccc80222 Merge pull request #1073 from sveltejs/gh-1066 Rich Harris 2018-01-05 10:50:10 -0500
  • 521fd74e8b
    Merge pull request #1073 from sveltejs/gh-1066 Rich Harris 2018-01-05 10:50:10 -0500
  • 9923d6131f escape HTML - fixes #1066 Rich Harris 2018-01-04 22:51:28 -0500
  • 7026222792 escape HTML - fixes #1066 #1073 Rich Harris 2018-01-04 22:51:28 -0500
  • 0d1af53840 remove incorrect test Rich Harris 2018-01-04 22:50:52 -0500
  • d280d1d458 remove incorrect test Rich Harris 2018-01-04 22:50:52 -0500
  • 9fcb2f4f7f failing tests for #1066 Rich Harris 2018-01-04 22:33:55 -0500
  • d4d7ef9c04 failing tests for #1066 Rich Harris 2018-01-04 22:33:55 -0500
  • c22e0cfd1b lock scroll bindings to allow tweening - fixes #1071 Rich Harris 2018-01-04 21:30:52 -0500
  • 297ea67ebe lock scroll bindings to allow tweening - fixes #1071 Rich Harris 2018-01-04 21:30:52 -0500
  • 4fa2ea48b0 -> v1.50.1 Rich Harris 2018-01-02 10:02:01 -0500
  • 70ce51df5c -> v1.50.1 v1.50.1 Rich Harris 2018-01-02 10:02:01 -0500
  • 3e9e10143d Merge pull request #1064 from sveltejs/gh-1063 Rich Harris 2018-01-02 10:00:50 -0500
  • 8d0b4a17e4
    Merge pull request #1064 from sveltejs/gh-1063 Rich Harris 2018-01-02 10:00:50 -0500
  • 49fc3eee5d prevent main fragment being created twice - fixes #1063 Rich Harris 2018-01-01 23:02:39 -0500
  • 976c278d37 prevent main fragment being created twice - fixes #1063 #1064 Rich Harris 2018-01-01 23:02:39 -0500
  • 96ca2bd1b7 propagate console events inside nightmare Rich Harris 2018-01-01 22:54:22 -0500
  • b036b16a88 propagate console events inside nightmare Rich Harris 2018-01-01 22:54:22 -0500
  • d8a6872fd1 -> v1.50.0 Rich Harris 2017-12-30 13:03:25 -0500
  • b0d7dbcbad -> v1.50.0 v1.50.0 Rich Harris 2017-12-30 13:03:25 -0500
  • ee571319af Merge pull request #1053 from sveltejs/gh-1027 Rich Harris 2017-12-30 12:50:36 -0500
  • 0df6cfa3d6
    Merge pull request #1053 from sveltejs/gh-1027 Rich Harris 2017-12-30 12:50:36 -0500
  • 71ac27cb14 Merge pull request #1059 from sveltejs/gh-54 Rich Harris 2017-12-30 12:49:44 -0500
  • 3a9b3ea31e
    Merge pull request #1059 from sveltejs/gh-54 Rich Harris 2017-12-30 12:49:44 -0500