Commit Graph

1990 Commits (7643b9f31f067fcd05c05486b2e70c50e3e09328)
 

Author SHA1 Message Date
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
Rich Harris d7e236f7cc warn on unused events/transitions - fixes #1051
9 years ago
Rich Harris d0136fe543 detect unused/misplaced components - closes #1039
9 years ago
Rich Harris e0f187d032 -> v1.49.3
9 years ago
Rich Harris 4242f62e3f Merge pull request #1049 from sveltejs/gh-1032
9 years ago
Rich Harris 5304abf915 fix data references in event handlers inside await-then-catch (fixes #1032)
9 years ago
Rich Harris b61e3c8a35 Merge pull request #1048 from sveltejs/gh-1022
9 years ago
Rich Harris 8e67c210c9 Merge pull request #1047 from sveltejs/gh-1040
9 years ago
Rich Harris c2aeead86e reenable tests
9 years ago
Rich Harris 5c54cad290 boy do i feel stupid. fixes #1022
9 years ago
Rich Harris 94f7b959b8 create initial data for dynamic components in correct place - fixes #1040
9 years ago