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
Evan You
bf1f5f18e2
avoid externals warning in ssr tests
8 years ago
Evan You
c2c87419fe
test bundleRenderer bundle format support + source map
8 years ago
Evan You
1baa9d9c6c
upgrade to use webpack 2.2
8 years ago
Evan You
c9fbcaf591
remove unnecessary slice in SSR renderStyle (small perf gain)
8 years ago
Evan You
e0ab042295
add focused test eslint rules for tests
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
Herrington Darkholme
2ac581bb7f
SSR: eliminate closure in render.js implementation
eliminate closure
fix multiple render instances and memory leakage
fix eslint
magically fix flow typing
add multiple render stream test
8 years ago
peisong
9c91190b40
Fix typos. ( #3956 )
8 years ago
Evan You
d362d64633
update entities encoding/decoding ( fix #3899 )
8 years ago
Evan You
0e75fb93df
use component name for SSR caching (also allow full externalization)
8 years ago
Evan You
fe801b16e4
wip: fix $parent after children change
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
bf9c46f435
server.getCacheKey -> serverCacheKey
9 years ago
Evan You
ba3bec824d
SSR: allow user to provide own (possibly async) cache implementation
9 years ago
Evan You
827ac27a96
fix eslint
9 years ago
Evan You
b791c5722f
tests for ssr bundle renderer
9 years ago