Evan You
|
a3cc970030
|
feat(ssr/suspense): suspense hydration
In order to support hydration of async components, server-rendered
fragments must be explicitly marked with comment nodes.
|
2020-03-13 13:05:05 -04:00 |
|
Evan You
|
80c625dce3
|
feat(ssr): compiler-ssr support for Suspense
|
2020-03-10 16:52:31 -04:00 |
|
Evan You
|
11d2fb2594
|
refactor(fragments): remove visible anchors for fragments
|
2020-02-26 16:32:06 -05:00 |
|
Dmitry Sharshakov
|
d8ed0e7fbf
|
feat(compiler-ssr): compile portal (#775)
|
2020-02-26 14:59:53 -05:00 |
|
hareku
|
9547c2b93d
|
fix(sfc): inherit parent scopeId on child rooot (#756)
|
2020-02-21 14:44:13 +01:00 |
|
Evan You
|
1b9b235663
|
fix(compiler-dom): properly stringify class/style bindings when hoisting static strings
|
2020-02-21 13:10:13 +01:00 |
|
Dmitry Sharshakov
|
e495fa4a18
|
feat(ssr): render portals (#714)
|
2020-02-15 17:41:20 -05:00 |
|
Evan You
|
03680399f2
|
wip(ssr): use consistent attr key behavior in compiler
|
2020-02-09 15:32:33 -05:00 |
|
Evan You
|
b7a74d0439
|
wip(ssr): ssr slot vnode fallback
|
2020-02-07 01:06:51 -05:00 |
|
Evan You
|
7984a135ca
|
wip(ssr): scopeId in slots
|
2020-02-06 17:45:46 -05:00 |
|
Evan You
|
bc8f91d181
|
refactor(ssr): prefix ssr helpers
|
2020-02-06 12:07:25 -05:00 |
|
Evan You
|
9b3b6962df
|
wip(srr): slot outlet
|
2020-02-05 21:04:40 -05:00 |
|
Evan You
|
201f18b58b
|
wip(ssr): v-model w/ dynamic type & props
|
2020-02-05 17:01:00 -05:00 |
|
Evan You
|
ae92925011
|
wip(ssr): should only render renderable values
|
2020-02-05 15:21:20 -05:00 |
|
Evan You
|
c059fc88b9
|
wip(compiler-ssr): v-bind with static keys
|
2020-02-04 16:47:12 -05:00 |
|
Evan You
|
2ad0eed5cd
|
refactor(ssr): adjust helper structure + renderList
|
2020-02-03 18:31:11 -05:00 |
|