Commit Graph

125 Commits (85f882f23dda881c2478f7828a82065aca6bbeb7)

Author SHA1 Message Date
Tan Li Hau e8b4997bb5
[fix] duplicate meta tags during hydration () 2 years ago
Maximiliano Ruani 8ffc8fd77b
[fix] Fix hydration duplicate `svelte:head` tag issue with `@html` expressions and nested components () 3 years ago
Maurício Kishi f8605d6acb
[fix] harden attribute escaping during ssr () 3 years ago
Yosuke Ota 3a238fe057
[fix] strip leading newline after `<pre>` and `<textarea>` () 3 years ago
Yuichiro Yamashita e0d93254fd
[feature] Dynamic elements implementation <svelte:element> () 3 years ago
Maurício Kishi cdd3575026
[fix] attribute escaping during ssr () 3 years ago
Yosuke Ota 7463d51301
[fix]: keep space in `<pre>` or when `preserveWhitespace: true` () 3 years ago
Tan Li Hau 815bc7ef6e
fix: test cases should fail when it should fail () 3 years ago
Yuichiro Yamashita 966c03a317
[chore] fix test flakiness () 3 years ago
Conduitry 67b53bfe6d
[fix] prefer context from constructor options () 4 years ago
Tan Li Hau f25a995f7b
collapse whitespace in class and style attributes () 4 years ago
Tan Li Hau 2818567925
fix input value 0 for ssr () 4 years ago
Jonnie 7bcbe67939
add ssr for group bindings () 4 years ago
Luis Confraria 554d5dd391
Fix preserveComments on ssr () 4 years ago
Tan Li Hau bce3641e92
fix escaping attributes in spread in SSR () 4 years ago
Tan Li Hau 02b49a1bb4
implement passing CSS custom properties to components () 4 years ago
Tan Li Hau 6c5257beb2
allow passing in context in constructor () 4 years ago
Tan Li Hau 6207596175
fix extraneous store subscription in SSR () 4 years ago
Conduitry 7be0b400f1 fix failing tests by restoring global.window after SSR tests 4 years ago
Ben McCann 229a16d6e7
upgrade ESLint config () 5 years ago
Ben McCann 0645631b28
Use TypeScript in tests () 5 years ago
pushkin 0da70f46b9
handle line ending differences in tests () 5 years ago
Conduitry 455a5cc754
fix hydration of <title> () 5 years ago
Conduitry 7494509dfd
only attach SSR <head> markers when hydratable: true () 5 years ago
Tan Li Hau b3582c7fb2 fix hydrating <head> () 5 years ago
Jesse Skinner e3d66869df fix stringifying of attributes in presence of spread in SSR () 5 years ago
Tan Li Hau ef56a70acb SSR should only render one <title> () 5 years ago
Tan Li Hau 140bfd0ce2 write ssr compiled output to disk for easier inspection 5 years ago
Tan Li Hau d8b9274697 update test snapshot with --update flag 5 years ago
Tan Li Hau b4c2226438 swapped out expected and actual for asserts in error 5 years ago
Tan Li Hau 8d722ae1aa look for test folder name for solo mode as well 5 years ago
Conduitry 9f48d1a5fd
fix SSR spread with boolean attributes () 5 years ago
Tan Li Hau 5dbb08d19b allow solo for test suite () 5 years ago
Rich Harris b9f14846b0
Structured code generation () 5 years ago
pngwn 57aeddcf85 Prevent element property set from throwing errors for readonly properties. Fixes . 6 years ago
mrkishi 52618594f4 fix .gitignore'd files 6 years ago
James Garbutt caebe0deb8 Introduce ESLint to svelte sources () 6 years ago
Efe Küçük 17c4a25016 Render textarea binding values inside element 6 years ago
Colin Casey f0831202d9 Omits readonly attributes from SSR code 6 years ago
Richard Harris a0e46ffe2d ensure spring works server-side = fixes 6 years ago
Rich Harris debf1ce17a fix tests 6 years ago
Rich Harris 61a96b382a implement namespaced components 6 years ago
Richard Harris cc942e963c update runtime and ssr tests 6 years ago
Rich Harris 206a3d0131 update tests 6 years ago
Rich Harris 687e352209 rename .html files to .svelte 6 years ago
Rich Harris 722e1fd383 get name based on filename 6 years ago
Richard Harris c2d4ce3395 add process to globals whitelist 6 years ago
Rich Harris 48f1f6b4d0
implement `bind:this` 6 years ago
Rich Harris f45e2b70fd
Implement reactive assignments () 6 years ago
Rich Harris 837d248257 render server bindings 6 years ago