Commit Graph

35 Commits

Author SHA1 Message Date
Evan You c994146372 increase transition test duration buffer on saucelabs 2016-11-19 22:08:06 -05:00
Evan You c791fc7826 fix unit tests in IE9 2016-09-23 18:16:43 -04:00
Evan You a00170cbb9 remove unnecessary appear check in v-show (fix #3559) 2016-08-30 10:45:38 -04:00
Evan You 68be112652 Revert "support transition on component with v-show in root node (fix #3431)"
This reverts commit aab560e0d9.
2016-08-15 22:58:18 -04:00
Evan You efb603570e fix patch modules error on empty component root 2016-08-15 00:28:48 -04:00
Evan You aab560e0d9 support transition on component with v-show in root node (fix #3431) 2016-08-14 22:15:33 -04:00
Evan You 63fe7fc76d fix spec fit 2016-08-12 13:51:44 -05:00
Evan You 299f529498 fix transition enter hook for v-show (fix #3433) 2016-08-12 13:46:03 -05:00
Evan You 2d58d0e3d7 fix all unit tests 2016-08-05 13:23:43 -04:00
Evan You 351aef3cb4 use comment node as empty placeholder (fix <transition> SSR hydration) 2016-08-05 01:52:09 -04:00
Evan You 6e471ea2ee fix v-show transition on child component root (fix #3354) 2016-07-31 17:31:02 -04:00
Evan You 998ea85b3e support explicit transition type 2016-07-26 23:26:05 -04:00
Evan You 6f4601ceeb test transition-group 2016-07-14 17:51:25 -04:00
Evan You 70e531a3f3 test removing stale leaving elements 2016-07-14 11:06:22 -04:00
Evan You cf133365d5 test transition HOC 2016-07-14 10:59:10 -04:00
Evan You 45a489ba81 support move transitions in transition-group 2016-07-13 21:49:09 -04:00
Evan You 6672481b58 fix transition test in phantomjs 2016-07-13 14:14:24 -04:00
Evan You e94ad1437e remove vm argument in transition hooks 2016-07-13 13:51:45 -04:00
Evan You fcb1e38b13 update transition tests for new syntax 2016-07-13 11:39:03 -04:00
Evan You e3f624e42e add assertion for enter hook timing 2016-07-10 11:14:22 -04:00
Evan You 5882a0e3b5 transition: onEnter -> enter, onLeave -> leave, onAppear -> appear (ref #3172) 2016-06-29 21:37:31 -04:00
Evan You 43fabd5c96 pass the context vm in transition hooks 2016-06-27 15:11:40 -04:00
Evan You 3f91f6577f fix id-resolved appear transition (fix #3157) 2016-06-26 20:03:39 -04:00
Evan You ebd8d5fd59 fix transition active class application timing to avoid initial flash 2016-06-22 22:01:11 -04:00
Evan You 000433c878 get tests passing on all suacelab browsers 2016-06-13 17:51:22 -04:00
Evan You 7a06a9df3b prepare keep-alive and transition-mode tests 2016-06-05 15:26:45 -04:00
Evan You 8015100d77 improve inline transition test (test merging with exsiting definition) 2016-06-03 15:19:06 -04:00
Evan You 93501f2002 transition refactoring 2016-06-02 22:29:54 -04:00
Evan You 4cff0a7d76 use separate className for appear transitions 2016-06-02 18:18:45 -04:00
Evan You 2ce08d63cc test transition on child components 2016-06-01 17:15:25 -04:00
Evan You 366188fbde coverage improvements 2016-06-01 11:17:37 -04:00
Evan You ff9c6b09bb fix svg parsing in IE 2016-05-31 22:41:56 -04:00
Evan You 2e678b87a5 remove classList polyfill in tests 2016-05-31 21:42:33 -04:00
Evan You b42f4b4c7f improve transition tests 2016-05-31 20:55:13 -04:00
Evan You 79bfb1809a more transition tests 2016-05-31 20:36:06 -04:00