Commit Graph

2100 Commits (63614be14b193080591c4bdf03efe9cad53c5c24)
 

Author SHA1 Message Date
Conduitry 4e8a125f5f fix escaping of sigils in SSR non-top-level <script> and <style>
9 years ago
Rich Harris 40fe045c6b Merge pull request #1093 from sveltejs/gh-1061-a
9 years ago
Rich Harris d56ae292ed Merge pull request #1095 from sveltejs/gh-1062
9 years ago
Rich Harris 0d09a99a41 Merge pull request #1092 from sveltejs/gh-1079-alt
9 years ago
Rich Harris a15a7f0136 make is-reference a devDependency
9 years ago
Rich Harris 0761f25683 be more relaxed about attribute casing - fixes #1062
9 years ago
Rich Harris 4abd7b416d fire oncreate handlers for components inside await blocks (#1061)
9 years ago
Rich Harris 7b0e577a52 validate contents of await blocks (#1061)
9 years ago
Rich Harris 02898f8d37 deconflict referenced globals - fixes #1079
9 years ago
Rich Harris a75f5dd3da -> v1.51.1
9 years ago
Rich Harris 7643b9f31f Merge pull request #1086 from sveltejs/gh-1082
9 years ago
Rich Harris d5e93c6d51 add test to ensure only <, > and & are escaped
9 years ago
Conduitry 11d909b9c4 update test
9 years ago
Conduitry 471fedeb1d update DOM rendering of <script> and <style>
9 years ago
Conduitry c389b4704f update SSR rendering of <script> and <style>
9 years ago
Conduitry d423fcb263 store <script> and <style> contents on Element node itself
9 years ago
Conduitry f4f11fee36 parse non-top-level <script> and <style> tags as one piece of Text
9 years ago
Conduitry e7a98f922b in stringified Text nodes, only escape &, <, >
9 years ago
Rich Harris 68fd97bf3a -> v1.51.0
9 years ago
Rich Harris a42ca8d28a Merge pull request #1076 from emilos/a11y
9 years ago
Rich Harris fc1505f883 Merge pull request #1072 from sveltejs/gh-1071
9 years ago
Emil Ajdyna d44f922df8 Allow xlink:href attribute
9 years ago
Rich Harris cb538d3a26 Merge pull request #1075 from ekhaled/patch-1
9 years ago
Khaled Ahmed 1dc5fc1075 Add svelte-hot-loader to the Tools section
9 years ago
Rich Harris ae5b15baba reuse timeout function
9 years ago
Rich Harris 21ccc80222 Merge pull request #1073 from sveltejs/gh-1066
9 years ago
Rich Harris 9923d6131f escape HTML - fixes #1066
9 years ago
Rich Harris 0d1af53840 remove incorrect test
9 years ago
Rich Harris 9fcb2f4f7f failing tests for #1066
9 years ago
Rich Harris c22e0cfd1b lock scroll bindings to allow tweening - fixes #1071
9 years ago
Rich Harris 4fa2ea48b0 -> v1.50.1
9 years ago
Rich Harris 3e9e10143d Merge pull request #1064 from sveltejs/gh-1063
9 years ago
Rich Harris 49fc3eee5d prevent main fragment being created twice - fixes #1063
9 years ago
Rich Harris 96ca2bd1b7 propagate console events inside nightmare
9 years ago
Rich Harris d8a6872fd1 -> v1.50.0
9 years ago
Rich Harris ee571319af Merge pull request #1053 from sveltejs/gh-1027
9 years ago
Rich Harris 71ac27cb14 Merge pull request #1059 from sveltejs/gh-54
9 years ago
Rich Harris d119b48a90 fix README
9 years ago
Rich Harris 62a385a8a2 only optimise <title> inside <:Head>
9 years ago
Rich Harris a587fb6303 Merge branch 'master' into gh-1027
9 years ago
Rich Harris 3515e488d1 Merge pull request #1052 from sveltejs/gh-1051
9 years ago
Rich Harris fb60f9f80a Merge pull request #1054 from sveltejs/gh-1026
9 years ago
Rich Harris 05ddb52485 Merge pull request #1050 from sveltejs/gh-1039
9 years ago
Rich Harris 71ce4ab972 update README
9 years ago
Rich Harris 5c1f6ff206 add option to disable two-way binding (#54)
9 years ago
Rich Harris 971ac63648 remove TODO
9 years ago
Rich Harris f514af74d9 Merge pull request #1058 from sveltejs/setprototypeof
9 years ago
Conduitry 69d39056f7 use Object.setPrototypeOf instead of __proto__
9 years ago
Rich Harris f51ab57088 dont create text nodes inside <:Head> - fixes #1026
9 years ago
Rich Harris 1b2949f572 optimise <title> - fixes #1027
9 years ago