Commit Graph

162 Commits (cf1e00e6025f85d6948c05322e5404b2f57d722f)

Author SHA1 Message Date
Rich Harris cf1e00e602 attribute stringification
7 years ago
Rich Harris 57324507dd destructuring
7 years ago
Rich Harris 1120c135ac named slots and event context
7 years ago
Rich Harris caf4356d3d compound component attributes
7 years ago
Rich Harris 4d09a27334 SSR component bindings
7 years ago
Rich Harris cc4b269a20 rename state -> ctx in various places
7 years ago
Rich Harris 577e28b8be svelte:component
7 years ago
Rich Harris cd99eb6275 html tags
7 years ago
Rich Harris 662363cca2 spread
7 years ago
Rich Harris f8db2eee61 use ctx in SSR
7 years ago
Rich Harris 32774a821d more stuff
7 years ago
Rich Harris 7825c1230a various
7 years ago
Rich Harris 9ff1beec48 WIP
7 years ago
Rich Harris 83e62ea0b9 remove more unused references
7 years ago
Rich Harris fb09c2548f remove unused contextDependencies references
7 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