edison
|
a2f6edeb02
|
fix(ssr): don't render comments in TransitionGroup (#11961)
close #11958
|
2024-09-20 16:46:45 +08:00 |
Kevin Deng 三咲智子
|
928af5fe2f
|
refactor(types): enable `isolatedDeclarations` (#11178)
|
2024-08-08 23:05:21 +08:00 |
Jonas
|
5a9626708e
|
fix(ssr): don't render v-if comments in TransitionGroup (#6732)
close #6715
|
2024-04-15 21:26:19 +08:00 |
三咲智子 Kevin Deng
|
bfe6b459d3
|
style: update format & lint config (#9162)
Co-authored-by: 丶远方 <yangpanteng@gmail.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Co-authored-by: Guo Xingjun <99574369+Plumbiu@users.noreply.github.com>
|
2023-12-26 19:39:47 +08:00 |
三咲智子 Kevin Deng
|
9060bf0353
|
refactor(compiler-core): make ast.helpers a Set (#6774)
|
2022-11-13 20:44:02 -05:00 |
Anthony Fu
|
534593cfa8
|
chore: format
|
2022-10-03 15:30:43 +08:00 |
Anthony Fu
|
57ffc3e546
|
fix(ssr): avoid ast.helpers duplication (#6664)
|
2022-09-27 05:06:24 -04:00 |
Anthony Fu
|
2024d11db0
|
fix(ssr): forward helpers provided by CSS `v-bind` (#6489)
fix #6201
|
2022-08-28 23:09:21 -04:00 |
Evan You
|
ee4186ef9e
|
fix(ssr): fix hydration error on falsy v-if inside transition/keep-alive
fix #5352
|
2022-05-18 09:28:18 +08:00 |
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 |