Evan You
|
425310e8b6
|
fix(transition/v-show): ensure transition is in persisted mode when used with v-show
fix #4845
close #4852
|
2022-05-11 19:22:55 +08:00 |
|
Evan You
|
62eba63172
|
fix(transition): handle transition for v-if branches with comment
fix #5675
|
2022-04-14 18:06:52 +08:00 |
|
edison
|
767d212d20
|
fix(transition): fix broken leave transition on dev root fragment (#5268)
|
2022-04-14 05:10:41 -04:00 |
|
Che Guevara
|
4e1131e251
|
chore: improve BaseTransition (#4811)
|
2021-11-25 05:42:24 -05:00 |
|
Evan You
|
47f488350c
|
chore: run updated prettier
|
2021-07-19 18:24:18 -04:00 |
|
Bas van Meurs
|
69b74a806f
|
chore(puppeteer): upgrade puppeteer (#4019)
* chore(puppeteer): upgrade puppeteer
* fix(tests): fix typescript error with puppeteer 5.X types
Co-authored-by: bas <bas@planning.nl>
|
2021-07-01 13:56:38 -04:00 |
|
edison
|
43e2a72900
|
fix(Suspense): fallback should work with transition (#3968)
fix #3963
|
2021-06-21 16:58:43 -04:00 |
|
Evan You
|
071986a2c6
|
fix(transition): fix higher order transition components with merged listeners
fix #3227
|
2021-05-28 15:42:08 -04:00 |
|
Evan You
|
fa3f8e44ed
|
chore: improve transition test stability
|
2021-05-12 17:28:18 -04:00 |
|
Evan You
|
372f152d23
|
ci: improve transition tests ci stability
|
2021-05-07 09:56:31 -04:00 |
|
Evan You
|
28eb314d87
|
chore: bump more
|
2021-05-07 09:28:14 -04:00 |
|
Evan You
|
21edc18ac3
|
chore: bump transition test duration on CI
|
2021-05-07 09:08:10 -04:00 |
|
Evan You
|
cbaa380506
|
fix(transition): ensure manual style manipulation in transition leave hooks work
ref #2720
|
2020-12-03 16:10:22 -05:00 |
|
luwuer
|
e2618a632d
|
fix(transition): respect rules in *-leave-from transition class (#2597)
fix #2593
|
2020-12-02 14:41:20 -05:00 |
|
Evan You
|
5ae7380b4a
|
feat: update Suspense usage (#2099)
See https://github.com/vuejs/vue-next/pull/2099 for details.
|
2020-09-15 12:45:06 -04:00 |
|
Che Guevara
|
06cad62ee8
|
test(transition): add invalid durations test case (#1702)
|
2020-07-28 15:36:36 -04:00 |
|
Evan You
|
5c74243211
|
test: move mockWarn into setup files
|
2020-07-27 22:58:51 -04:00 |
|
underfin
|
2a633c84ff
|
fix(transition): should call transition hooks inside already resolved suspense (#1698)
fix #1689
|
2020-07-27 16:47:07 -04:00 |
|
Evan You
|
bf84ac8396
|
fix(transition): enter/leave hook timing consistency with v2
close #1145
|
2020-06-25 17:56:36 -04:00 |
|
Evan You
|
9edbc27f45
|
fix(transition): fix css:false with hooks with no explicit done callback
close #1149
|
2020-06-25 17:40:49 -04:00 |
|
underfin
|
299fda46a1
|
test(TransitionGroup): test for TransitionGroup (#1269)
|
2020-06-25 16:38:22 -04:00 |
|
Evan You
|
7ae70ea44c
|
fix(transition): fix appear hooks handling
|
2020-06-25 16:02:28 -04:00 |
|
Evan You
|
acd3156d2c
|
fix(transition): fix dom transition cancel hooks not being called
|
2020-06-25 15:03:58 -04:00 |
|
underfin
|
b3bdd7046f
|
test(Transition): more complete transition e2e tests (#1151)
|
2020-06-25 14:04:23 -04:00 |
|