Commit Graph

148 Commits (fb09c2548f367779341706938969355748da1882)

Author SHA1 Message Date
Rich Harris fb09c2548f remove unused contextDependencies references
8 years ago
Rich Harris 07bad96719 tidy up
8 years ago
Rich Harris a2759604cb SSR tests
8 years ago
Rich Harris 2d5b47b8a4 remove store option
8 years ago
Rich Harris ce114600d1 remove deprecated renderCss method
8 years ago
Rich Harris 4fe8d95a6d dont typecast numeric attributes
8 years ago
Rich Harris 9bba8d18d1 implement dynamic components etc
8 years ago
Rich Harris cb514afde4 more tests, support svelte: elements
8 years ago
Rich-Harris 304a0e8282 merge master -> gh-1257
8 years ago
Rich Harris 0c9d703948
Merge pull request #1298 from sveltejs/gh-795
8 years ago
Rich-Harris 75c1fbcf7b add a stats object with timings (#1257)
8 years ago
Rich-Harris 00877e8ebd output { js, css, ast } from svelte.compile - fixes #795
8 years ago
Rich-Harris 5980f0752c fix element spread SSR
8 years ago
Rich-Harris 60305dd31d component spread SSR
8 years ago
Rich-Harris 5a45b0e7b4 tidy up/notes to self
8 years ago
Rich-Harris 8813ee3b0f SSR spread elements
8 years ago
Rich-Harris d4dd015ffd fix interfaces
8 years ago
Alan Palazzolo 3c61655e93 Add option preserve comments in SSR rendering.
8 years ago
Conduitry e4032ea543 apply CSS scoping classes directly to AST (WIP)
8 years ago
Rich Harris cbd1a11548 use classes instead of attributes - fixes #1118
8 years ago
Rich Harris 7baba8bf8c all tests passing
8 years ago
Rich Harris c3a08788e6 get destructuring working
8 years ago
Conduitry 7b282e58a0
Merge branch 'master' into sigil-component-attribute-ssr
8 years ago
Conduitry f606aee209 do not escape html characters in tags in non-root <style> in SSR mode
8 years ago
Conduitry 205bb37d2d fix escaping of template string characters
8 years ago
Conduitry 132901bbe7 fix escaping of sigils in component attribute values in SSR
8 years ago
Conduitry 5d0f44ef41 rework handling of non-root <script> and <style>
8 years ago
Conduitry c481c8d2b3 escape attribute values in SSR
8 years ago
Conduitry 57b737b3bc fix handling of boolean attributes in SSR (#1109)
8 years ago
James Birtles b180f8a67b create store in _render, fixes #1107
8 years ago
Conduitry 7ee44af6b5 fix escaping of sigils in SSR non-top-level <script> and <style>
8 years ago
Conduitry 1f229cfed5 update SSR rendering of <script> and <style>
8 years ago
Rich Harris 7026222792 escape HTML - fixes #1066
8 years ago
Rich Harris b7d8c49dc8
Merge branch 'master' into gh-1027
8 years ago
Rich Harris 646b0c0e01 optimise <title> - fixes #1027
8 years ago
Rich Harris 146f645502 detect unused/misplaced components - closes #1039
8 years ago
Rich Harris f8362fe5fb fix toString method in SSR output - closes #1044
8 years ago
Rich Harris f7c540b4ed get store() to work with nested components in SSR compiler
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 ed44f7d1fa server-side <:Head>
8 years ago
Rich Harris 50654fab88 remove <:Document>, implement <:Head> on client-side
8 years ago
Rich Harris 22ba8f74ca deprecate renderCss
8 years ago
Rich Harris 545ed7f0ed generate title in SSR compiler
8 years ago
Rich Harris 0127f9f0ca change server-side render method signature
8 years ago
Rich Harris 6bd410c886 implement preload
8 years ago
Rich Harris 797165b5a8
trim SSR'd output more intelligently - fixes #998
8 years ago
Rich Harris a8eaa7e95c refactor
8 years ago
Rich Harris 0d42ff84db fix tests, finish renaming stuff
8 years ago
Rich Harris e238c65a15 rename :Switch -> :Component
8 years ago