Commit Graph

120 Commits (cf83387b0a3a6f2991be4e8ed290f892cfaabbca)

Author SHA1 Message Date
Conduitry 5e68edeb4a fix handling of boolean attributes in SSR (#1109)
9 years ago
James Birtles a40bf8c929 create store in _render, fixes #1107
9 years ago
Conduitry 4e8a125f5f fix escaping of sigils in SSR non-top-level <script> and <style>
9 years ago
Conduitry c389b4704f update SSR rendering of <script> and <style>
9 years ago
Rich Harris 9923d6131f escape HTML - fixes #1066
9 years ago
Rich Harris a587fb6303 Merge branch 'master' into gh-1027
9 years ago
Rich Harris 1b2949f572 optimise <title> - fixes #1027
9 years ago
Rich Harris d0136fe543 detect unused/misplaced components - closes #1039
9 years ago
Rich Harris e323373c08 fix toString method in SSR output - closes #1044
9 years ago
Rich Harris f639bbed42 get store() to work with nested components in SSR compiler
9 years ago
Emil Ajdyna 8609956e22 Add state() method handling for components
9 years ago
Rich Harris bd85fc13fc Merge pull request #1024 from sveltejs/gh-1013
9 years ago
Rich Harris 84b70eac88 server-side <:Head>
9 years ago
Rich Harris 69dab15d8d remove <:Document>, implement <:Head> on client-side
9 years ago
Rich Harris 7c01ab2cb7 deprecate renderCss
9 years ago
Rich Harris 286e4350d4 generate title in SSR compiler
9 years ago
Rich Harris f0055e555b change server-side render method signature
9 years ago
Rich Harris feee1d9c8f implement preload
9 years ago
Rich Harris e5e5ff6fbf trim SSR'd output more intelligently - fixes #998
9 years ago
Rich Harris c4e77df75c refactor
9 years ago
Rich Harris f5c5083881 fix tests, finish renaming stuff
9 years ago
Rich Harris 9efe44fd53 rename :Switch -> :Component
9 years ago
Rich Harris 699b675253 SSR :Switch components
9 years ago
Rich Harris 6187a703c2 Merge branch 'master' into gh-654
9 years ago
Rich Harris 0332aeb983 SSR await-then-catch
9 years ago
Rich Harris 30093ce036 use store in SSR mode
9 years ago
Rich Harris e7ae9d764b Reinstate code coverage
9 years ago
Rich Harris 839e8905c9 attach globals to state object on initialisation
9 years ago
Rich Harris 08cf4b476a Merge pull request #931 from sveltejs/gh-928
9 years ago
Rich Harris 91a14091b8 treat quoted property names the same way as identifiers - fixes #914
9 years ago
Rich Harris 4116b9d8b1 use <option> children as value attribute, if none exists. fixes #928
9 years ago
Jacob Mischka b8da89ee4d Fix updates for destructured each arrays
9 years ago
Jacob Mischka cc4c5d36fb Add missing runtime test, add contexts to SSR
9 years ago
Rich Harris aed2e2be6d exclude irrelevant stuff from SSR output
9 years ago
Rich Harris 601dc8e144 tidy up
9 years ago
Rich Harris 29c954487b fix indentation, update snapshot tests
9 years ago
Rich Harris 4099df3263 deconflict
9 years ago
Rich Harris a71cade90c move properties out of the template IIFE (#756)
9 years ago
Rich Harris ef787b84c9 add debugging comments
9 years ago
Rich Harris fbe3410e9c dont slot elements inside custom elements - fixes #827
9 years ago
Rich Harris bc69c67e23 more consistent style for generated code
9 years ago
Rich Harris cbfc609064 scoped styles
9 years ago
Rich Harris 7b859cfaa8 stack up append targets so that slotted content in nested components works in SSR mode (fixes #801)
9 years ago
Rich Harris 0e4acc239a remove some unused code
9 years ago
Rich Harris be6e778a53 support nested <slot> elements
9 years ago
Rich Harris fd8f6f5f09 dont actually render <slot> elements
9 years ago
Rich Harris e49183e91b server-side named slots
9 years ago
Rich Harris 25f08b215f replace {{yield}} with <slot/>
9 years ago
Conduitry c0aa3f12c1 saner escaping/unescaping of `@` and `#` sigils
9 years ago
Rich Harris fb0b4156ef fix escaping/unescaping — closes #741
9 years ago