Commit Graph

65 Commits (0966d1d282b04cec6f3b0d34a4ba73dae2d08d56)

Author SHA1 Message Date
Cory Virok 32a94fcfc5
chore: implemented a small runtime optimization for SSR (#7539)
3 years ago
Emil Tholin b06e435684
[fix] Spread component props immutably during SSR (#8176)
3 years ago
Tan Li Hau e8b4997bb5
[fix] duplicate meta tags during hydration (#7941)
3 years ago
gtmnayan bee1851faa
[feat] `|important` modifier for style directive (#7489)
3 years ago
Hofer Ivan 0eba57113b
[chore]: store regexp as variable instead of defining it inline (#7716)
3 years ago
Tan Li Hau 5c5bc27d97
[feat] Support style props for SVG components (#7859)
3 years ago
Maximiliano Ruani 8ffc8fd77b
[fix] Fix hydration duplicate `svelte:head` tag issue with `@html` expressions and nested components (#7745)
3 years ago
Yosuke Ota 8d26b4a19d
[chore] improve performance by using `trimRight()` instead of regex replace (#7706)
3 years ago
Rich Harris e7a2350550
Faster SSR (#5701)
4 years ago
Yuichiro Yamashita 0d017f4820
[fix] rendering void tag for `<svelte:element>` (#7453)
4 years ago
Tan Li Hau a2de3894c0
[feat] support const tag for if block (#7451)
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
Yosuke Ota 7463d51301
[fix]: keep space in `<pre>` or when `preserveWhitespace: true` (#6990)
4 years ago
Tan Li Hau b5aaa6641b
[feat] implement constants in markup (#6413)
4 years ago
Paul Murray 8a47b5ec9e
[feat] Style directives (#5923)
4 years ago
Bjorn Lu be1eff0305
[feat] add enableSourcemap option (#6835)
4 years ago
Conduitry 10ce5c95fd
[fix] handle promise rejections for {#await} in SSR (#6790)
4 years ago
Tan Li Hau cb189ad0ec
[chore] update code-red, estree-walker, is-reference (#6551)
4 years ago
Ben McCann f6a9804275
Upgrade Periscopic (#6549)
4 years ago
Tan Li Hau 2818567925
fix input value 0 for ssr (#6458)
5 years ago
Jonnie 7bcbe67939
add ssr for group bindings (#4621)
5 years ago
Tan Li Hau 98ddf8b588
update periscopic (#6471)
5 years ago
Luis Confraria 554d5dd391
Fix preserveComments on ssr (#4736)
5 years ago
Tan Li Hau bce3641e92
fix escaping attributes in spread in SSR (#6429)
5 years ago
Tan Li Hau 3f990a96ba
Use SSR rendered as initial html for runtime hydration test (#4444)
5 years ago
Tan Li Hau 02b49a1bb4
implement passing CSS custom properties to components (#6237)
5 years ago
Tan Li Hau 1d6e20f2a9
implement <svelte:fragment> (#4556)
5 years ago
Tan Li Hau 6207596175
fix extraneous store subscription in SSR (#5929)
5 years ago
Tan Li Hau 82fcdfc2fa
rework SSR store autosubscription (#5419)
5 years ago
Tan Li Hau a41c7644e6
shift injected declarations to the top (#5837)
5 years ago
Andreas Ehrencrona 9d9d7bc355
Added types to Node subclasses (#5755)
5 years ago
Andreas Ehrencrona ddf13211af
Updated to ESLint config 5.4.0 (#5541)
5 years ago
Ben McCann 229a16d6e7
upgrade ESLint config (#5472)
5 years ago
Tan Li Hau 8056829a91
allow <slot> to be part of a slot (#4295)
5 years ago
Tan Li Hau fa7c780bad
{#key} block (#5397)
5 years ago
Tan Li Hau 0ac341d2c6
expose which slots are present in $$slots (#4602)
5 years ago
Tan Li Hau 5194f596f7
do not declare variable for member assignment in reactive declaration in SSR (#5251)
5 years ago
Tan Li Hau 37cc5888f8
dry {#each}/{#await} destructuring (#4596)
6 years ago
Tan Li Hau 7d1e4e82ff
support destructuring in await (#4548)
6 years ago
Tan Li Hau 91d758e35b
introduce $$restProps (#4489)
6 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 455a5cc754
fix hydration of <title> (#4311)
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
Tan Li Hau ef56a70acb SSR should only render one <title> (#4250)
6 years ago
Tan Li Hau 5486d67adf compile css once (#4143)
6 years ago
das 2b0762f930 Tidy up (#4005)
6 years ago
Rich Harris cd21acfb3c
Bitmask-based change tracking (#3945)
6 years ago