Takuya Tejima
49d5f2f393
Suppress a warning 'Unknown custom element' with SSR <img> tag
9 years ago
Hawk
9a6d80c133
comment spelling errors ( #2800 )
9 years ago
Evan You
3aa7503472
prefer const
9 years ago
Evan You
72b74a23e4
improve v-for unit tests
9 years ago
Evan You
e275b75af8
test/fix global filter registration
9 years ago
Evan You
9ff87a357e
support filters inside text interpolations
9 years ago
Evan You
b66be950f5
support inline-template
9 years ago
Evan You
6d889c0116
simplify children updates
9 years ago
Evan You
08f813f06e
optimize whitespace vnode
9 years ago
Evan You
378a6fd53e
support delimiters as a component level option
9 years ago
Phan An
3b57161179
Replace var with proper let/const ( #2757 )
9 years ago
Evan You
cab88c50bb
fix child component v-on spec
9 years ago
Evan You
e04c55c4a4
move ssr modules/directives assembling into platform specific directories
9 years ago
Evan You
f123bd397c
forbid tags with side-effects in templates
9 years ago
Evan You
2792f3c95e
readme, version, add dist files
9 years ago
Evan You
aea4f39964
fix duplicate import
9 years ago
Evan You
4191f251af
adjust ssr API so that user can provide server-side implementations for custom directives
9 years ago
Jinjiang
657ba390c7
directives v-for v-html v-text v-show ( #7 )
* v-text & v-html tests
* new es2015 syntax
* passed v-html test
* fixed if/for/else render update bug
* fixed if/for/else render update bug
* added v-else with v-if test
* added v-if test with v-else and v-for
* fixed code format
* fixed Vue.delete bug
* v-for test
9 years ago
Evan You
a347820518
fix hydration bugs
9 years ago
Evan You
c8e91ab24e
client-side hydration
9 years ago
Evan You
38540b07e4
add server-rendered mark for ssr output
9 years ago
Evan You
9a2c8db4c8
get rid of new function in core so that runtime is fully CSP-compliant
9 years ago
Evan You
79f3e90574
further tweak render stream
9 years ago
Evan You
a9ee5c9db4
small tweak to ssr
9 years ago
Evan You
d08cf7c320
streaming renderer!
9 years ago
Evan You
575d55f078
fix ssr hoc
9 years ago
Evan You
83ea6ef85d
update ssr with tests
9 years ago
Jinjiang
9b681f7cf0
fixed if/for/else render update bug ( #8 )
* fixed if/for/else render update bug
* added v-else with v-if test
* added v-if test with v-else and v-for
* removed unnecessary elseBlock detect in optimizer
9 years ago
Jinjiang
84549215bf
global api tests ( #6 )
* Vue.set & Vue.delete tests
* more global api tests
* new es2015 syntax
9 years ago
Evan You
f629b345c4
decouple renderer logic and web platform
9 years ago
Evan You
ae7054f4e9
fix ssr for child components
9 years ago
Evan You
d3b598a219
fix hyperscript direct string as children
9 years ago
Evan You
73bc99e30b
basic ssr
9 years ago
Evan You
f4a2afb3b3
expose context on vnode, simplify render methods
9 years ago
Evan You
9f5b292e30
ssr directives
9 years ago
Evan You
95a0f3c56c
naive ssr implementation
9 years ago
Evan You
14feb83879
move web-specific utils
9 years ago
Evan You
d3851371a1
ssr wip
9 years ago
Evan You
d6ce314c35
ssr wip
9 years ago
Evan You
0b21d2d005
move namespaceMap into web/util
9 years ago
Evan You
936e3dac63
remove beforeMount and mounted hook
9 years ago
Evan You
c947fddedd
exposed compile function should be cached version
9 years ago
Evan You
4e431a5236
support direct string as children
9 years ago
Evan You
1a21db9c9a
restructure for server rendering
9 years ago
Evan You
a65b4faa13
simplify namespace detection
9 years ago
Evan You
1dab15508f
basic mathml support
9 years ago
Evan You
a04ff9dcc7
remove deprecated code
9 years ago
Evan You
e7f021fc9b
add build aliases for easier importing
9 years ago
Evan You
cf8253cdd9
fix platform compiler directives
9 years ago
Evan You
955e2f8391
restructure (build pass)
9 years ago