Bulat Aikaev
|
1f75d4e6df
fix(ssr): ensure v-text updates correctly with custom directives in SSR output (#12311)
|
před 1 rokem |
Evan You
|
79602f9ecd
fix(ssr): respect textContent/innerHTML from getSSRProps in optimized SSR output
|
před 1 rokem |
Evan You
|
1ff407676f
fix(compiler-ssr): fix v-html SSR for nullish values
|
před 2 roky |
三咲智子 Kevin Deng
|
bfe6b459d3
style: update format & lint config (#9162)
|
před 2 roky |
Evan You
|
e2f2b75b62
chore(deps): bump vitest to 1.0
|
před 2 roky |
Evan You
|
dca4224c2c
wip(vitest-migration): compiler-ssr tests passing
|
před 3 roky |
Evan You
|
9d5e30d911
build: bump jest, puppeteer and use official rollup terser plugin
|
před 3 roky |
Evan You
|
60cf175d88
feat(ssr): support custom directive getSSRProps in optimized compilation
|
před 4 roky |
Evan You
|
d74f21a42c
fix(compiler-ssr): import ssr helpers from updated path
|
před 4 roky |
skirtle
|
620a69b871
fix(runtime-dom): consistently remove boolean attributes for falsy values (#4348)
|
před 4 roky |
Evan You
|
47f488350c
chore: run updated prettier
|
před 4 roky |
lidlanca
|
012dc5a303
fix(compiler-ssr) ensure that ssrHelpers are unique after merge from parent context (#3269)
|
před 5 roky |
Evan You
|
5b6266284d
fix(compiler-ssr): should not render key/ref bindings in ssr
|
před 5 roky |
ᴜɴвʏтᴇ
|
052a621762
feat(compile-core): handle falsy dynamic args for v-on and v-bind (#2393)
|
před 5 roky |
Mathieu TUDISCO
|
8539c0bf32
fix(compiler-ssr): fix SSR issue when dynamic and static class co-exist (#2354)
|
před 5 roky |
Evan You
|
d5dbd27193
fix(ssr): handle fallthrough attrs in ssr compile output
|
před 5 roky |
Evan You
|
a46f3b354d
fix(compiler-ssr): should pass necessary tag names for dynamic v-bind
|
před 6 roky |
Evan You
|
1b9b235663
fix(compiler-dom): properly stringify class/style bindings when hoisting static strings
|
před 6 roky |
Evan You
|
688ad92391
fix(ssr): fix class/style rendering + ssrRenderComponent export name
|
před 6 roky |
Evan You
|
8b2d6a35d0
test: update tests and snapshots for helper prefixing
|
před 6 roky |
Evan You
|
ae8fc9297d
test: update snapshots
|
před 6 roky |
Evan You
|
201f18b58b
wip(ssr): v-model w/ dynamic type & props
|
před 6 roky |
Evan You
|
8f6b6690a2
fix(compiler-ssr): import helpers from correct packages
|
před 6 roky |
Evan You
|
8da6df7235
wip(ssr): handle `<textarea>` with dynamic key v-bind
|
před 6 roky |
Evan You
|
ebf920e6af
wip(compiler-ssr): dynamic v-bind + class/style merging
|
před 6 roky |
Evan You
|
c059fc88b9
wip(compiler-ssr): v-bind with static keys
|
před 6 roky |
Evan You
|
b685805a26
wip(ssr): ssr helper codegen
|
před 6 roky |
Evan You
|
e8c5de6cfd
wip(compiler-ssr): v-if
|
před 6 roky |
Evan You
|
090eb0ce67
wip(compiler-ssr): v-html, v-text & textarea value
|
před 6 roky |