Evan You
|
e1657fd7ce
|
fix(ssr): properly render <select v-model> initial state
fix #6986
|
7 years ago |
Evan You
|
79c0d7bcfb
|
fix(ssr): properly render textarea value
partial fix for #6986
|
7 years ago |
Evan You
|
f2e00f756f
|
fix: special case for static muted attribute in firefox
fix #6887
|
7 years ago |
Evan You
|
4ad9a56b22
|
fix(ssr): should not optimize root if conditions
fix #6907
|
7 years ago |
Evan You
|
dff85b230a
|
fix(ssr): handle inline template compilation error
fix #6766
|
7 years ago |
Evan You
|
7bc899ce0e
|
feat(ssr): add shouldPrefetch option
close #5964
|
7 years ago |
Evan You
|
f881dd175a
|
feat(ssr): renderToString return Promise
close #6160
|
7 years ago |
Evan You
|
0c9534ff00
|
fix(ssr): fix bundleRenderer Promise rejection regression
|
7 years ago |
Evan You
|
09106f066a
|
fix(ssr): handle v-text/v-html with non-string value
fix #6572
|
7 years ago |
Josh Soref
|
f477ecdbbb
|
chore: spelling (#6535)
|
7 years ago |
Evan You
|
06741f3266
|
fix: computed properties should not be cached during SSR
ref: vuejs/vuex#877
|
7 years ago |
Evan You
|
db1d047499
|
chore: remove unnecessary log in tests
|
7 years ago |
Evan You
|
172dbf9faf
|
fix(ssr): should also escape static text content
fix #6345
|
7 years ago |
Evan You
|
5091e2c984
|
fix(ssr): address possible xss vector
|
7 years ago |
Evan You
|
6bf97721f1
|
feat(ssr): inheritAttrs support in SSR
|
7 years ago |
JK
|
55816543c4
|
fix(ssr): reference error when create $ssrContext for root component (#5981)
fix #5941
|
8 years ago |
Evan You
|
0cd6ef321b
|
feat: resolve ES module default when resolving async components
|
8 years ago |
Evan You
|
a855dd0564
|
add environment-agnostic build for vue-server-renderer
|
8 years ago |
Evan You
|
8262edcd22
|
test for ssr rendering async components
|
8 years ago |
Sébastien Chopin
|
f3757eb37b
|
feat: Add `defer` to body scripts (#5704)
* fix: prefetch should not have `as` attribute
* feat: Add `async` to body script tags
* Use defer instead of async
* Use defer instead of async
|
8 years ago |
Evan You
|
f061d802d3
|
fix v-if false rendering
|
8 years ago |
Evan You
|
41acdc0ff1
|
fix v-html/v-text on root element
|
8 years ago |
Evan You
|
2f4ad14d9f
|
test template v-if/v-for
|
8 years ago |
Sébastien Chopin
|
ebca266d10
|
fix: prefetch should not have `as` attribute (#5683)
|
8 years ago |
Herrington Darkholme
|
9ac4c4188d
|
fix #5591: keep ssr template interpolation whitespace-insensitive (#5597)
|
8 years ago |
Evan You
|
016920ebea
|
support customizing context and window keys for renderState()
|
8 years ago |
Evan You
|
2efc0446b3
|
inline css links in renderStyles()
|
8 years ago |
Evan You
|
4f9f28cf16
|
renderLinks -> renderResourceHints
|
8 years ago |
Evan You
|
9ca0c35a3f
|
ssr: inject userContext into vnode to ensure correctness
|
8 years ago |
Evan You
|
67d02fbf3f
|
adjust renderToString context argument position
|
8 years ago |
Evan You
|
2d50ac177b
|
ssr inject: false option
|
8 years ago |
宋铄运
|
38810d8fd0
|
Support auto-prefixed style value as array (client/ssr) (#5460)
* support auto-prefixed style value as array (client/ssr)
* adjust test case
|
8 years ago |
Evan You
|
5a617cc404
|
update ssr tests with local plugin build
|
8 years ago |
Evan You
|
745fcd6d78
|
directMode -> runInNewContext
|
8 years ago |
Evan You
|
5eeb9de5e7
|
ssr: repeat all test cases for directMode
|
8 years ago |
Evan You
|
65cb5b4f78
|
adjust async chunk inference strategy
|
8 years ago |
Evan You
|
9a5dd1bac8
|
fix test
|
8 years ago |
Evan You
|
4e40666d53
|
wip
|
8 years ago |
Evan You
|
78b73686ea
|
expose preload/prefetch/scripts rendering on render context if no template is provided
|
8 years ago |
Evan You
|
1e37633567
|
fix ssr xss (fix #5351)
|
8 years ago |
Evan You
|
924435a0fa
|
ssr: only preload scripts by default
|
8 years ago |
Evan You
|
f4f4c126f2
|
ssr: handle link rel=preload for non-js assets too
|
8 years ago |
Evan You
|
655c0f185b
|
tests for ssr bundleRenderer + template + clientManifest
|
8 years ago |
Evan You
|
2ea80399da
|
restructure ssr tests: move template tests into separate file
|
8 years ago |
Evan You
|
e0a7c1ac68
|
use data attribute for ssr marker
|
8 years ago |
chengchao
|
e733e5cee8
|
fix SSR v-show render. (#5224)
* fix SSR v-show bug. v-show info needs to be merged from parent to child component
* improve variable name
* update test case
* update test case
|
8 years ago |
YOU
|
61930e0cc6
|
chore(test): fix some typos (#5101)
|
8 years ago |
Herrington Darkholme
|
01151ce3fa
|
fix #4872, use context agnostic Function constructor check (#4928)
* fix #4872, use context agnostic Function constructor check
* use getType to check Function Constructor
* fix negation
|
8 years ago |
Evan You
|
1c79592524
|
feat: implement template option for vue-server-renderer
|
8 years ago |
Evan You
|
cfb4d7c655
|
improve parser warning for tags with no matching close tag
|
8 years ago |