Commit Graph

26 Commits (8ffc8fd77bf667fdf41bb1f08ed4d1da6641320f)

Author SHA1 Message Date
Maximiliano Ruani 8ffc8fd77b
[fix] Fix hydration duplicate `svelte:head` tag issue with `@html` expressions and nested components (#7745)
3 years ago
Yuichiro Yamashita 0d017f4820
[fix] rendering void tag for `<svelte:element>` (#7453)
4 years ago
Yosuke Ota 3a238fe057
[fix] strip leading newline after `<pre>` and `<textarea>` (#7280)
4 years ago
Yuichiro Yamashita e0d93254fd
[feature] Dynamic elements implementation <svelte:element> (#6898)
4 years ago
Paul Murray 8a47b5ec9e
[feat] Style directives (#5923)
4 years ago
Tan Li Hau cb189ad0ec
[chore] update code-red, estree-walker, is-reference (#6551)
4 years ago
Tan Li Hau 2818567925
fix input value 0 for ssr (#6458)
4 years ago
Jonnie 7bcbe67939
add ssr for group bindings (#4621)
4 years ago
Tan Li Hau bce3641e92
fix escaping attributes in spread in SSR (#6429)
4 years ago
Tan Li Hau 3f990a96ba
Use SSR rendered as initial html for runtime hydration test (#4444)
4 years ago
Tan Li Hau 1d6e20f2a9
implement <svelte:fragment> (#4556)
5 years ago
Ben McCann 229a16d6e7
upgrade ESLint config (#5472)
5 years ago
Tan Li Hau 926a2aebd8
fix render fallback slot content due to whitespace (#4500)
6 years ago
Conduitry d78f32ee5a
fix arrow function precedence (#4385)
6 years ago
Conduitry 7494509dfd
only attach SSR <head> markers when hydratable: true (#4260)
6 years ago
Tan Li Hau b3582c7fb2 fix hydrating <head> (#4082)
6 years ago
Rich Harris cd21acfb3c
Bitmask-based change tracking (#3945)
6 years ago
Conduitry 9f48d1a5fd
fix SSR spread with boolean attributes (#3797)
6 years ago
Conduitry 85692cbd5a
fix handling of style scoping and `class:` with spread scopes (#3792)
6 years ago
Conduitry f68b3a3b8c
Fix boolean attributes in presence of spread attributes (#3775)
6 years ago
Rich Harris b9f14846b0
Structured code generation (#3539)
6 years ago
Richard Harris fd46685400 fix SSR of undefined classes, albeit messily
6 years ago
Richard Harris c82a9ea7f2 omit falsy boolean attributes
6 years ago
Richard Harris c53563b207 failing SSR test, plus some adjacent changes
6 years ago
Umang Galaiya f369d8f0a7 [Element][SSR] Set class expression if spread is used
6 years ago
Rich Harris 80ebdc1784 rename kebab-case files - supercedes #2890
6 years ago