56 Commits (5c459f0fd6911daca09ad205aecf5423a9d05698)

Author SHA1 Message Date
DSha 4de4649d96 fix(transition): fix appear check for transition wrapper components (#9668) 6 years ago
Haoqun Jiang 0b16927c9d fix(transition): check existence of `el.parentNode` (#8422) 6 years ago
Guillaume Chau 5191f13472 fix(transition): should not add transition class when cancelled (#7391) 7 years ago
Evan You 6b799190a5 test: add test case for #6687 + fix lingering comment node 7 years ago
Evan You 1bf98b0a99 test: adjust transition tests for firefox 7 years ago
wenlu.wang d8d4ca6763 fix: transition group should work with dynamic name (#6006) (#6019) 7 years ago
Evan You 13bb643d6f handle in-out transition with async components 8 years ago
Evan You c3cdfcfa68 fix out-in transition for async components (fix #5760) 8 years ago
Evan You 10e724fa78 support string values for transition duration 8 years ago
Evan You 680494690f give long transition test specific timeout value 8 years ago
Evan You 8d25e8f574 make explicit transition duration tests more stable 8 years ago
Evan You 42492ffaf9 adjust explicit transition duration tests 8 years ago
Guillaume Chau 0598ab0c64 #4371 - Explicit transition durations (#4857) 8 years ago
p(^-^q) 8bf5af8edf fix `addClass` utlil bug (#4863) 8 years ago
Evan You 0cbc96101d add new transition to-state classes 8 years ago
Evan You 02e2d99e27 Revert "ensure leave transitions and enter transitions are triggered in the same frame (fix #4510)" 8 years ago
Evan You 0bb2d4e2b6 Revert "fix enter transition flicker regression (fix #4576)" 8 years ago
Evan You 89987e8e2c fix enter transition flicker regression (fix #4576) 8 years ago
Evan You 92ad0bd378 ensure leave transitions and enter transitions are triggered in the same frame (fix #4510) 8 years ago
Evan You 612d32105a fix transition v-show display toggle timing for enter hooks (fix #4418) 8 years ago
Evan You 16e3dae245 fix eslint and coverage 8 years ago
Evan You c994146372 increase transition test duration buffer on saucelabs 8 years ago
Evan You c791fc7826 fix unit tests in IE9 8 years ago
Evan You a00170cbb9 remove unnecessary appear check in v-show (fix #3559) 8 years ago
Evan You 68be112652 Revert "support transition on component with v-show in root node (fix #3431)" 8 years ago
Evan You efb603570e fix patch modules error on empty component root 8 years ago
Evan You aab560e0d9 support transition on component with v-show in root node (fix #3431) 8 years ago
Evan You 63fe7fc76d fix spec fit 8 years ago
Evan You 299f529498 fix transition enter hook for v-show (fix #3433) 8 years ago
Evan You 2d58d0e3d7 fix all unit tests 8 years ago
Evan You 351aef3cb4 use comment node as empty placeholder (fix <transition> SSR hydration) 8 years ago
Evan You 6e471ea2ee fix v-show transition on child component root (fix #3354) 8 years ago
Evan You 998ea85b3e support explicit transition type 8 years ago
Evan You 6f4601ceeb test transition-group 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 fcb1e38b13 update transition tests for new syntax 8 years ago
Evan You e3f624e42e add assertion for enter hook timing 8 years ago
Evan You 5882a0e3b5 transition: onEnter -> enter, onLeave -> leave, onAppear -> appear (ref #3172) 9 years ago
Evan You 43fabd5c96 pass the context vm in transition hooks 9 years ago
Evan You 3f91f6577f fix id-resolved appear transition (fix #3157) 9 years ago
Evan You ebd8d5fd59 fix transition active class application timing to avoid initial flash 9 years ago
Evan You 000433c878 get tests passing on all suacelab browsers 9 years ago
Evan You 7a06a9df3b prepare keep-alive and transition-mode tests 9 years ago
Evan You 8015100d77 improve inline transition test (test merging with exsiting definition) 9 years ago
Evan You 93501f2002 transition refactoring 9 years ago
Evan You 4cff0a7d76 use separate className for appear transitions 9 years ago