Evan You
0cd6ef321b
feat: resolve ES module default when resolving async components
2017-06-29 12:12:01 +08:00
Evan You
8262edcd22
test for ssr rendering async components
2017-05-24 16:50:17 +08:00
Evan You
f061d802d3
fix v-if false rendering
2017-05-18 16:53:35 +08:00
Evan You
41acdc0ff1
fix v-html/v-text on root element
2017-05-18 16:07:49 +08:00
Evan You
2f4ad14d9f
test template v-if/v-for
2017-05-18 16:04:54 +08:00
宋铄运
38810d8fd0
Support auto-prefixed style value as array (client/ssr) ( #5460 )
...
* support auto-prefixed style value as array (client/ssr)
* adjust test case
2017-04-17 20:49:10 +08:00
Evan You
1e37633567
fix ssr xss ( fix #5351 )
2017-04-01 14:07:05 +08:00
Evan You
2ea80399da
restructure ssr tests: move template tests into separate file
2017-03-30 12:10:43 +08:00
Evan You
e0a7c1ac68
use data attribute for ssr marker
2017-03-29 17:53:46 +08:00
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
2017-03-21 09:50:26 +08:00
YOU
61930e0cc6
chore(test): fix some typos ( #5101 )
2017-03-06 09:50:49 +01:00
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
2017-02-14 13:40:57 -05:00
Evan You
1c79592524
feat: implement template option for vue-server-renderer
2017-02-13 13:34:05 -05:00
Evan You
cfb4d7c655
improve parser warning for tags with no matching close tag
2017-02-06 19:18:50 -05:00
Evan You
c9fbcaf591
remove unnecessary slice in SSR renderStyle (small perf gain)
2017-01-19 23:41:37 -05:00
Evan You
2dc2d062b1
adjust build
2016-11-20 12:03:43 -05:00
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
2016-11-07 16:19:48 -05:00
chengchao
33cf1134ed
Update ssr class render ( fix #4143 ) ( #4146 )
...
* fix ssr class render
* update test case
2016-11-07 11:33:37 -05:00
Evan You
e5f23d9fa0
fix component attrs/domProps merging in SSR
2016-11-04 12:53:15 -04:00
(´・ω・`)
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
2016-11-04 09:38:52 -04:00
Evan You
d362d64633
update entities encoding/decoding ( fix #3899 )
2016-10-13 05:05:35 -04:00
Evan You
22894810df
fix ssr v-bind test
2016-08-05 03:22:31 -04:00
Evan You
351aef3cb4
use comment node as empty placeholder (fix <transition> SSR hydration)
2016-08-05 01:52:09 -04:00
Evan You
b283f53fd0
support :style bind to text in SSR too
2016-08-02 22:05:33 -04:00
Evan You
6f7ec7f04d
add computed property ssr test case
2016-07-15 19:19:55 -04:00
Evan You
5c6c8c7ed0
include compiler in vue-server-renderer
2016-07-05 14:19:13 -04:00
Evan You
f20b1a8333
fix ssr test case for init -> beforeCreate change
2016-06-27 12:53:12 -04:00
Evan You
4cf710e56d
update ssr package
2016-06-25 00:05:39 -04:00
Evan You
cfe745e9d2
apply scopeId to slot contents too
2016-06-15 13:33:12 -04:00
Evan You
b1351be073
support _scopeId in SSR
2016-06-14 14:45:45 -04:00
Evan You
b0ad94fc87
properly encode HTML in server-side rendering ( fix #3078 )
2016-06-14 14:15:41 -04:00
Evan You
9438408210
fix SSR tests after preserveWhitespace removal
2016-06-10 18:26:48 -04:00
Evan You
f8daf74640
adjust build
2016-06-07 21:53:43 -04:00
kazuya kawaguchi
8d22ee912e
add ssr custom directive test ( #3030 )
2016-06-04 10:52:47 -04:00
Evan You
5594a7cd3d
tests for v-bind object
2016-05-24 20:51:01 -04:00
Evan You
7ac7cae195
add error handling for srr
2016-05-12 02:49:11 -04:00
Blake Newman
9b59ccc6b4
Fix issue with renderToString stack length overflowing ( #2840 )
...
* Fix issue with renderToString stack length overflowing
* SSR renderToString asyncronous callback
2016-05-12 02:13:38 -04:00
Evan You
76d06ba422
implement $isServer and ssr observation skipping via env variables
2016-05-10 18:03:30 -04:00