Commit Graph

78 Commits (8d51632c5f62b85e55648e71f0f1bc5fa6771c8e)

Author SHA1 Message Date
Rich Harris 48f1f6b4d0
implement `bind:this`
6 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
6 years ago
Rich Harris 837d248257 render server bindings
6 years ago
Rich Harris 8929aebbec better error for missing store - fixes #1807
6 years ago
Rich Harris e937060de2 add non-spread test for attribute safety
6 years ago
Rich Harris 630bc5cbb9 sanitize spread attributes and disallow invalid attribute names
6 years ago
Conduitry 5e8a8b95e5 update some stray references to v1 syntax
6 years ago
Rich Harris b381aa63a4 integrate CLI - fixes #1360
6 years ago
Rich Harris 7224ef4eff all tests passing
6 years ago
Rich Harris d2a5b366d8 remove redundant test
7 years ago
Rich Harris cae4dd93bf fix some more tests
7 years ago
Rich Harris 87a8e37150 remove cascade option
7 years ago
Rich Harris a2759604cb SSR tests
7 years ago
Rich Harris 4fe8d95a6d dont typecast numeric attributes
7 years ago
Rich Harris 9037e93934 set arbitrary compile options when calling SSR register function
7 years ago
Rich Harris 3f7f237a9a switch back to using svelte- instead of name-
7 years ago
Rich Harris 1ad28e6fe6 use base36 for style classes
7 years ago
Rich Harris 81743a2562 update more tests
7 years ago
Rich Harris 9971283671 update tests
7 years ago
Emil Ajdyna f9fc7c9e91 Base scoping hashes on CSS content rather than entire file
7 years ago
Conduitry fbb856ebbd update test
7 years ago
Rich Harris 7026222792 escape HTML - fixes #1066
7 years ago
Rich Harris f8362fe5fb fix toString method in SSR output - closes #1044
7 years ago
Rich Harris f7c540b4ed get store() to work with nested components in SSR compiler
7 years ago
Rich Harris ed44f7d1fa server-side <:Head>
7 years ago
Rich Harris 50654fab88 remove <:Document>, implement <:Head> on client-side
7 years ago
Rich Harris 545ed7f0ed generate title in SSR compiler
7 years ago
Rich Harris 0127f9f0ca change server-side render method signature
7 years ago
Rich Harris ffd06c462c rename file
7 years ago
Rich Harris 774caf42ca
sanitize filenames before SSRing - fixes #1005
7 years ago
Rich Harris be68cd9de2 use store in SSR mode
7 years ago
Efthymis Sarmpanis 4c06226a5c Add support for intercepting different file extensions, other than .html, in ssr. (#940)
7 years ago
Rich Harris d590dbe165
Reinstate code coverage
7 years ago
Rich Harris 5b3e8cd88f support nested <slot> elements
7 years ago
Rich Harris 143d0ea753 dont actually render <slot> elements
7 years ago
Rich Harris 7a8c8fd577 replace {{yield}} with <slot/>
7 years ago
Rich Harris 65e484b6ae remove reify
7 years ago
Rich Harris 7b1299904b minify css and remove unused styles (#697)
7 years ago
Rich Harris 203e123d94 Merge pull request #676 from sveltejs/gh-608
7 years ago
Rich Harris 2fa784ecc3 handle @foo and #foo edge cases
7 years ago
Rich Harris c4ad36023c move whitespace logic out of parse and into preprocess
7 years ago
Rich Harris d08c04d313 merge master -> codegen
7 years ago
Rich Harris 6751a83264 remove redundant try-catch
7 years ago
Rich Harris 7ad4befd25 deconflict name with imports (#655)
7 years ago
Rich Harris f87c3328b5 Merge branch 'master' into codegen
7 years ago
Rich Harris 21a8b1dd06 fix tests
7 years ago
Rich Harris 334772a11d use #foo instead of block.alias("foo")
7 years ago
Rich Harris 5c53f5b6a2 more useful presentation of failing SSR code
7 years ago
Rich Harris 10ecd81734 prettierfy test files
7 years ago
Rich Harris f511962325 Merge branch 'master' into gh-592
7 years ago