54 Commits (b1e66b489144ec31ad3d4f3298e3809f00d6c4e6)

Author SHA1 Message Date
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 854ccce5d5 prevent out-in transition to enter early when parent re-renders (fix #3440) 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 40e37f17d2 remove transition text node warn spec 8 years ago
Evan You 998ea85b3e support explicit transition type 8 years ago
Evan You 593cf3929e fix move test case 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 bb3fe8e68b update transition mode specs 8 years ago
Evan You fcb1e38b13 update transition tests for new syntax 8 years ago
Evan You e3f624e42e add assertion for enter hook timing 9 years ago
Evan You 5882a0e3b5 transition: onEnter -> enter, onLeave -> leave, onAppear -> appear (ref #3172) 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 3f91f6577f fix id-resolved appear transition (fix #3157) 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 000433c878 get tests passing on all suacelab browsers 9 years ago
Evan You 15d650054c tests for transition-mode 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
Evan You 2ce08d63cc test transition on child components 9 years ago
Evan You 366188fbde coverage improvements 9 years ago
Evan You ff9c6b09bb fix svg parsing in IE 9 years ago
Evan You 2e678b87a5 remove classList polyfill in tests 9 years ago
Evan You b42f4b4c7f improve transition tests 9 years ago