1288 Commits (438b51793f9347407ffc71ea2b432ed7af59d258)
 

Author SHA1 Message Date
Evan You 4a66c3d7ca fix flow 9 years ago
Evan You 5c6c8c7ed0 include compiler in vue-server-renderer 9 years ago
Evan You 93342d7b96 fix coverage 9 years ago
Evan You 579ff4ddbc fix nested svg namespaces 9 years ago
Evan You e17f2ba20c remove html encode cache in ssr 9 years ago
Evan You bf9c46f435 server.getCacheKey -> serverCacheKey 9 years ago
kazuya kawaguchi c665a682d2 pass vnode raw data in functional component (#3168) 9 years ago
Evan You b3710e07e9 fix eslint in tests 9 years ago
Evan You 06ca85d633 port hyphenate fix 9 years ago
Evan You 5b668a9222 warn non-Array value for <select multiple> (close #3191) 9 years ago
kazuya kawaguchi 41a3b79ecd add compile option test (#3181) 9 years ago
Evan You 5882a0e3b5 transition: onEnter -> enter, onLeave -> leave, onAppear -> appear (ref #3172) 9 years ago
Evan You 7827593972 custom directive: postupdate -> componentUpdated (ref #3172) 9 years ago
Evan You ac15b048fd ssr doc version fix 9 years ago
Evan You 49213f3372 update ssr docs on cache 9 years ago
Evan You ba3bec824d SSR: allow user to provide own (possibly async) cache implementation 9 years ago
Evan You 6cf19291be adjust v-model on component sync mechanism (fix #3179) 9 years ago
Evan You 1b60a88ee1 adjust sameVnode check (fix #3176) 9 years ago
Evan You feee9ef6f6 remove camelCase tag warning 9 years ago
Evan You 8de6dec40f add a section about externals 9 years ago
Evan You 8592151110 [release] 2.0.0-alpha.8 9 years ago
Evan You a633b3b2d6 [build] 2.0.0-alpha.8 9 years ago
Evan You eb9eb98cd9 use de-indent module 9 years ago
Evan You dde29d7388 fix keep-alive nested child components 9 years ago
Evan You 3661b4e78e add _inactive property 9 years ago
Evan You 1ca33690c5 tweak ssr docs 9 years ago
Evan You 82f49818ed ensure oldVnode always has data during patch 9 years ago
Evan You 3c523f249a docs for ssr 9 years ago
Evan You dd1c936715 docs for vue-template-compiler 9 years ago
Evan You 589e644530 use unique sauce build ID during releases, add sauce badge 9 years ago
Evan You a3e26ac941 [release] 2.0.0-alpha.7 9 years ago
Evan You a896daf4f0 [build] 2.0.0-alpha.7 9 years ago
Evan You ce093bdfa3 adjust saucelabs browser list 9 years ago
Evan You 98a7e75f1e increase transition test durations for suacelabs 9 years ago
Evan You 7043fa633b bump karma & rollup 9 years ago
Evan You 827ac27a96 fix eslint 9 years ago
Evan You b791c5722f tests for ssr bundle renderer 9 years ago
Evan You 43fabd5c96 pass the context vm in transition hooks 9 years ago
Evan You 0800fbe641 allow omitting data in createElement 9 years ago
Evan You 06b470369a element namespace should be resolved at runtime for render function / jsx usage 9 years ago
Evan You f20b1a8333 fix ssr test case for init -> beforeCreate change 9 years ago
Evan You 8c86973198 rename: init -> beforeCreate 9 years ago
Evan You 1b3b19491f merge renderElement and renderElementWithChildren 9 years ago
Evan You cf8aeddc12 fix v-once with v-for and remove unused _t method (fix #3155) 9 years ago
Evan You 3f91f6577f fix id-resolved appear transition (fix #3157) 9 years ago
Evan You 1d02463ced avoid traversing frozen objects in deep watch 9 years ago
Evan You 51db34103a improve cache hit by caching nested components hierarchy in one pass 9 years ago
Evan You e71db5e86b extract write function logic 9 years ago
Evan You 651263bb78 even better ssr caching 9 years ago
Evan You 9344bd7a52 better bundle renderer error handling 9 years ago