171 Commits (682a840f10eeee5ca7aadcc35828bf7a51d46210)

Author SHA1 Message Date
Evan You 6e471ea2ee fix v-show transition on child component root (fix #3354) 8 years ago
Evan You 40e37f17d2 remove transition text node warn spec 8 years ago
Evan You 998ea85b3e support explicit transition type 8 years ago
Evan You e84a1a43be fix attribute decode reggression (fix #3327) 8 years ago
Evan You 097889fdac proper fix for attribute decode in PhantomJS 8 years ago
Evan You 609054ef10 remove bind.prop shorthand 8 years ago
Evan You 23a22cbb44 support slots in functional components 8 years ago
Evan You 154e17abae support binding DOM properties with .prop modifier and :: shorthand 8 years ago
Evan You ea9c6c37c3 support v-on .native modifier on components 8 years ago
Evan You 593cf3929e fix move test case 8 years ago
Evan You 2732fec59e tweak error handling 8 years ago
Evan You 6f4601ceeb test transition-group 8 years ago
Evan You 210a3a22b0 test in-out early cancel with keep-alive 8 years ago
Evan You ccf3a61532 improve transition coverage 8 years ago
Evan You 70e531a3f3 test removing stale leaving elements 8 years ago
Evan You cf133365d5 test transition HOC 8 years ago
Evan You 45a489ba81 support move transitions in transition-group 8 years ago
Evan You 6672481b58 fix transition test in phantomjs 8 years ago
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 fcb1e38b13 update transition tests for new syntax 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 d164cf537a directive: always call update + ensure modifiers 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 9b94176530 fix functional test 9 years ago
Evan You 03621ee245 adjust render fn + fix props validation for functional components 9 years ago
Evan You 579ff4ddbc fix nested svg namespaces 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
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 6cf19291be adjust v-model on component sync mechanism (fix #3179) 9 years ago
Evan You 98a7e75f1e increase transition test durations for suacelabs 9 years ago
Evan You 43fabd5c96 pass the context vm in transition hooks 9 years ago
Evan You 8c86973198 rename: init -> beforeCreate 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 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
Evan You 4fe51a75a9 prohibit replacing Vue.config + support custom keyCodes 9 years ago
Evan You 63da54ddee fix v-on number keyCode support 9 years ago