Commit Graph

787 Commits

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