466 Commits (7b389bc34e12442663de1939882b523345a9e46d)

Author SHA1 Message Date
Evan You e94ad1437e remove vm argument in transition hooks 8 years ago
Evan You ef311931a3 all tests pass for new transition API 8 years ago
Evan You bb3fe8e68b update transition mode specs 8 years ago
Evan You 39bcd60a33 remove no longer necessary specs 8 years ago
Evan You fcb1e38b13 update transition tests for new syntax 8 years ago
Evan You afc414976c fix svg component children 8 years ago
Evan You d0482a0fae should not keep slot name when passed further down (fix #3259) 8 years ago
Evan You 8401852484 ensure child components insert hook invoke timing 8 years ago
Evan You e3f624e42e add assertion for enter hook timing 8 years ago
Evan You 0764ae252e ensure unique key for elements with transition (fix #3247) 9 years ago
Evan You a06a2d00e3 tune scheduler to ensure update order for late-pushed watchers 9 years ago
Evan You d164cf537a directive: always call update + ensure modifiers 9 years ago
Evan You 2c4fe07704 skip unknown element test on Android 4.2 9 years ago
Evan You 42889ff87a fix global directive function shorthand (fix #3243) 9 years ago
Evan You dffeb1d1c2 fix HOC root node replace updates 9 years ago
Evan You 751b0c87a4 fix watcher tests 9 years ago
Evan You 9b94176530 fix functional test 9 years ago
Evan You 03621ee245 adjust render fn + fix props validation for functional components 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 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 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 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 98a7e75f1e increase transition test durations for suacelabs 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 36e63c234a coverage for new global mixin strategy 9 years ago
Evan You 1d8f3a264e better global mixin strategy 9 years ago
Evan You 4cf710e56d update ssr package 9 years ago
Evan You 76d7809a11 config.errorHandler should capture user wathcer errors too (ref #3142) 9 years ago
kazuya kawaguchi 194b20a9dc fix transition spec typo (#3141) 9 years ago
Evan You ebd8d5fd59 fix transition active class application timing to avoid initial flash 9 years ago
Evan You 3fe127b05a fix v-model number conversion (fix #3140) 9 years ago