Evan You
|
47f488350c
|
chore: run updated prettier
|
2021-07-19 18:24:18 -04:00 |
|
lidlanca
|
012dc5a303
|
fix(compiler-ssr) ensure that ssrHelpers are unique after merge from parent context (#3269)
fix #3268
|
2021-02-25 18:25:39 -05:00 |
|
Evan You
|
a5d6f8091e
|
fix(compiler-ssr): generate correct children for transition-group
fix #2510
|
2020-11-27 12:22:14 -05:00 |
|
Evan You
|
cdc9f336fd
|
wip: new cssVars SSR integration + fix cssVars SSR injection for suspense
|
2020-11-17 18:54:47 -05:00 |
|
HcySunYang
|
aa8dc9a507
|
fix(compiler-ssr): correct the variable name generated by the generator (#2065)
|
2020-09-15 10:00:14 -04:00 |
|
Evan You
|
b9595e64cf
|
feat: ssr support for <style vars>
|
2020-07-12 18:04:09 -04:00 |
|
Evan You
|
6c60ce13e0
|
fix(compiler-ssr): handle comments codegen + refactor ssr codegen transform
|
2020-05-01 17:04:36 -04:00 |
|
Evan You
|
a05d41c940
|
refactor(ssr): adjust ssr fragment anchor content
|
2020-03-13 13:05:05 -04:00 |
|
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
|
11d2fb2594
|
refactor(fragments): remove visible anchors for fragments
|
2020-02-26 16:32:06 -05:00 |
|
Evan You
|
d52ffaa202
|
refactor(compiler-ssr): extract portal processing + emit errors
|
2020-02-26 15:05:11 -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
|
3c27bf6133
|
wip(compiler-ssr): built-in component fallthrough
|
2020-02-06 17:45:46 -05:00 |
|
Evan You
|
ee5ed73361
|
wip(ssr): basic components
|
2020-02-05 23:07:23 -05:00 |
|
Evan You
|
9b3b6962df
|
wip(srr): slot outlet
|
2020-02-05 21:04:40 -05:00 |
|
Evan You
|
8f6b6690a2
|
fix(compiler-ssr): import helpers from correct packages
|
2020-02-05 11:20:50 -05:00 |
|
Evan You
|
b685805a26
|
wip(ssr): ssr helper codegen
|
2020-02-03 18:31:10 -05:00 |
|
Evan You
|
e8c5de6cfd
|
wip(compiler-ssr): v-if
|
2020-02-03 18:31:10 -05:00 |
|
Evan You
|
63e4486645
|
wip(compiler-ssr): text and interpolation
|
2020-02-02 22:28:54 -05:00 |
|
Evan You
|
d1eed36452
|
refactor(ssr): move escapeHtml to shared
|
2020-02-02 22:08:20 -05:00 |
|
Evan You
|
327670a034
|
test(compiler-ssr): test for ssr element transform
|
2020-02-02 21:47:10 -05:00 |
|
Evan You
|
efbbd19b3d
|
wip(ssr): initial scaffold for compiler-ssr
|
2020-02-02 00:05:27 -05:00 |
|