Evan You
|
d278da20a0
|
test: fix LRU upgrade
|
6 years ago |
Evan You
|
44940121ee
|
feat(ssr): add custom state serializer option
close #6614
|
6 years ago |
Evan You
|
7ebabe2392
|
test: test for #8790
|
6 years ago |
Guillaume Chau
|
d7a533d6f8
|
feat(ssr): ssrPrefetch option + context.rendered hook (#9017)
|
6 years ago |
Hyunje Jun
|
f036cce163
|
feat(ssr): Add 'nonce' option to context for ssr outlet script (#8047)
close #7479
|
6 years ago |
Evan You
|
780dac561b
|
fix(ssr): should not warn for custom directives that do not have ssr implementation
fix #9167
|
6 years ago |
sqal
|
a89384c8d9
|
test(ssr): add basic directives test (#9166)
|
6 years ago |
sqal
|
33e669b22f
|
fix(ssr): computed properties should pass vm as first argument in ssr (#9090)
fix #8977
|
6 years ago |
Sam Lichlyter
|
5489339a30
|
refactor(core): Replace "var" (#8299)
Replaces instances of "var" with "let" and "const" where applicable using the eslint 'no-var' and
'prefer-const' rules
|
6 years ago |
Herrington Darkholme
|
46b8d2c59d
|
fix(server): use path.posix.join to generate public path (#8177)
fix #8167
|
6 years ago |
Evan You
|
7597bb06e0
|
test: fix ssr tests
|
6 years ago |
Evan You
|
76fd45c9fd
|
build: upgrade eslint and use only non-stylistic rules
|
6 years ago |
Vikram Rangaraj
|
12e8efc2e7
|
workflow: upgraded to babel 7 (#8948)
|
6 years ago |
Haoqun Jiang
|
c21b89ebed
|
fix(ssr): fix double escaping of staticClass values (#7859) (#8037)
|
6 years ago |
Evan You
|
3d36a443c7
|
fix: fix potential xss vulnerability in ssr when using v-bind
|
6 years ago |
leon
|
1a979c44d6
|
fix(ssr): fix v-show inline style rendering when style binding is array (#7814)
fix #7813
|
7 years ago |
Evan You
|
882e7199fd
|
fix(ssr): fix SSR for async functional components
fix #7784
|
7 years ago |
Evan You
|
9b22d86ab3
|
fix: install ssr helpers for functional context during SSR
close #7443, ref nuxt/nuxt.js#2565
|
7 years ago |
Evan You
|
14f7015578
|
test: fix ssr test due to webpack asset emit order change
|
7 years ago |
Evan You
|
8936b8d9c1
|
fix(ssr): properly handle errors in async component
fix #6778
|
7 years ago |
Evan You
|
86e4d7566e
|
test: add test case for #7223
|
7 years ago |
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 |