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
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
f881dd175a
feat(ssr): renderToString return Promise
close #6160
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
Evan You
0cd6ef321b
feat: resolve ES module default when resolving async components
8 years ago
Evan You
8262edcd22
test for ssr rendering async components
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
宋铄运
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
1e37633567
fix ssr xss ( fix #5351 )
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
Evan You
c9fbcaf591
remove unnecessary slice in SSR renderStyle (small perf gain)
8 years ago
Evan You
2dc2d062b1
adjust build
8 years ago
chengchao
e960cd104e
enable style merge behavior between parent-child components ( fix #3997 ) ( #4138 )
* merge style between components
* update test case
* update style compiler
* add paren to style binding code
* update background property parsing
* introduce interpolation warning and refactor var to const
8 years ago
chengchao
33cf1134ed
Update ssr class render ( fix #4143 ) ( #4146 )
* fix ssr class render
* update test case
8 years ago
Evan You
e5f23d9fa0
fix component attrs/domProps merging in SSR
8 years ago
(´・ω・`)
240df147f1
Generate style on custom component in SSR ( fix #4055 ) ( #4076 )
* fix #4055 , generate style on custom component
* add test for custom component style
* add synthetic data for module processing
8 years ago
Evan You
d362d64633
update entities encoding/decoding ( fix #3899 )
8 years ago
Evan You
22894810df
fix ssr v-bind test
8 years ago
Evan You
351aef3cb4
use comment node as empty placeholder (fix <transition> SSR hydration)
8 years ago
Evan You
b283f53fd0
support :style bind to text in SSR too
8 years ago
Evan You
6f7ec7f04d
add computed property ssr test case
8 years ago
Evan You
5c6c8c7ed0
include compiler in vue-server-renderer
9 years ago
Evan You
f20b1a8333
fix ssr test case for init -> beforeCreate change
9 years ago
Evan You
4cf710e56d
update ssr package
9 years ago
Evan You
cfe745e9d2
apply scopeId to slot contents too
9 years ago
Evan You
b1351be073
support _scopeId in SSR
9 years ago