Commit Graph

1001 Commits (5fea63a5de5cd522d45cfb0ff11f0922584ea66a)

Author SHA1 Message Date
Rich Harris 5fea63a5de validate contents of await blocks (#1061)
8 years ago
Rich Harris f6e6cb6988 add test to ensure only <, > and & are escaped
8 years ago
Conduitry fbb856ebbd update test
8 years ago
Rich Harris 135ba93342
Merge pull request #1076 from emilos/a11y
8 years ago
Rich Harris a3f5952121
Merge pull request #1072 from sveltejs/gh-1071
8 years ago
Emil Ajdyna 5659d10d7c Allow xlink:href attribute
8 years ago
Rich Harris 6ccc7b812b reuse timeout function
8 years ago
Rich Harris 7026222792 escape HTML - fixes #1066
8 years ago
Rich Harris d280d1d458 remove incorrect test
8 years ago
Rich Harris d4d7ef9c04 failing tests for #1066
8 years ago
Rich Harris 297ea67ebe lock scroll bindings to allow tweening - fixes #1071
8 years ago
Rich Harris 976c278d37 prevent main fragment being created twice - fixes #1063
8 years ago
Rich Harris b036b16a88 propagate console events inside nightmare
8 years ago
Rich Harris 0df6cfa3d6
Merge pull request #1053 from sveltejs/gh-1027
8 years ago
Rich Harris 3a9b3ea31e
Merge pull request #1059 from sveltejs/gh-54
8 years ago
Rich Harris a8f7d57c3a only optimise <title> inside <:Head>
8 years ago
Rich Harris b7d8c49dc8
Merge branch 'master' into gh-1027
8 years ago
Rich Harris 57ec514654
Merge pull request #1052 from sveltejs/gh-1051
8 years ago
Rich Harris 316d32b08d
Merge pull request #1054 from sveltejs/gh-1026
8 years ago
Rich Harris 20962f9d82 add option to disable two-way binding (#54)
8 years ago
Rich Harris 1f31ba52c3 dont create text nodes inside <:Head> - fixes #1026
8 years ago
Rich Harris 646b0c0e01 optimise <title> - fixes #1027
8 years ago
Rich Harris ab94066932 warn on unused events/transitions - fixes #1051
8 years ago
Rich Harris 146f645502 detect unused/misplaced components - closes #1039
8 years ago
Rich Harris cf7104dbaa fix data references in event handlers inside await-then-catch (fixes #1032)
8 years ago
Rich Harris 831cc411a1
Merge pull request #1048 from sveltejs/gh-1022
8 years ago
Rich Harris db646945f8
Merge pull request #1047 from sveltejs/gh-1040
8 years ago
Rich Harris 6d9abe2219 reenable tests
8 years ago
Rich Harris 2120a81958 boy do i feel stupid. fixes #1022
8 years ago
Rich Harris 7a8e17779c create initial data for dynamic components in correct place - fixes #1040
8 years ago
Rich Harris f8362fe5fb fix toString method in SSR output - closes #1044
8 years ago
Rich Harris 4b87d20b93 tweak error wording slightly
8 years ago
Emil Ajdyna d561c93841 Check against this usage in computed functions
8 years ago
Rich Harris f7c540b4ed get store() to work with nested components in SSR compiler
8 years ago
Rich Harris ca7e90083e can just use options here
8 years ago
Emil Ajdyna d398b34a41 Add state() method handling for components
8 years ago
Rich Harris 394dec9f11
Merge pull request #1024 from sveltejs/gh-1013
8 years ago
Rich Harris 8a3898c6cb fix unrelated bug that was causing tests to fail
8 years ago
Rich Harris 291a0baa16 unmount head children correctly
8 years ago
Rich Harris ed44f7d1fa server-side <:Head>
8 years ago
Rich Harris 50654fab88 remove <:Document>, implement <:Head> on client-side
8 years ago
Rich Harris ca6a4a7708
Merge pull request #1021 from sveltejs/gh-1015
8 years ago
Rich Harris 22ba8f74ca deprecate renderCss
8 years ago
Rich Harris 545ed7f0ed generate title in SSR compiler
8 years ago
Rich Harris bc505161d1 deconflict properly
8 years ago
Rich Harris 0127f9f0ca change server-side render method signature
8 years ago
Rich Harris e57ddb0503 add new <:Document> meta-component
8 years ago
Emil Ajdyna fadeeaf177 Expose root as a public property
8 years ago
Rich Harris 6bd410c886 implement preload
8 years ago
Rich Harris bc7ade0bbd
Merge pull request #1019 from sveltejs/gh-1012
8 years ago