zrh122
|
3d29ba863b
fix(v-on): add removing all dom event listeners when vnode destroyed (#10085)
|
4 years ago |
Eduardo San Martin Morote
|
e7baaa1205
fix(keep-alive): cache what is really needed not the whole VNode data (#12015)
|
5 years ago |
Sam Lichlyter
|
5489339a30
refactor(core): Replace "var" (#8299)
|
7 years ago |
Evan You
|
215f877d1b
fix(keep-alive): run prune after render for correct active component check
|
8 years ago |
Evan You
|
3932a451a1
fix(keep-alive): should not destroy active instance when pruning cache
|
8 years ago |
Evan You
|
a23b913796
fix: fix <keep-alive> include/exclude logic for anonymous components
|
8 years ago |
Evan You
|
4d8226fb2c
fix: keep-alive should not cache anonymous components
|
8 years ago |
Evan You
|
6d6b3739e1
fix: should warn unknown components inside <keep-alive>
|
8 years ago |
Evan You
|
2cba6d4cb1
feat: add max prop for <keep-alive>
|
8 years ago |
JK
|
a43d66743b
fix(transition): consider async placeholder as valid child to return (#6369)
|
8 years ago |
JK
|
51c595a7ce
feat(keep-alive): support Array for include and exclude (#5956)
|
8 years ago |
Evan You
|
c82546c54b
fix keep-alive pruning active instance
|
9 years ago |
Evan You
|
354c2f4922
fix keep-alive cache incorrectly pruned with transition mode="out-in" (fix #5346)
|
9 years ago |
YOU
|
61930e0cc6
chore(test): fix some typos (#5101)
|
9 years ago |
Evan You
|
9ccffe72db
invoke activate/deactivate recursively + refactor (close #4242)
|
9 years ago |
Evan You
|
fe6a26bb9c
keep-alive: prune cache on include/exclude change, also avoid firing deactivate for already inactive components (fix #4633)
|
9 years ago |
Evan You
|
0cbc96101d
add new transition to-state classes
|
9 years ago |
Evan You
|
02e2d99e27
Revert "ensure leave transitions and enter transitions are triggered in the same frame (fix #4510)"
|
9 years ago |
Evan You
|
0bb2d4e2b6
Revert "fix enter transition flicker regression (fix #4576)"
|
9 years ago |
Evan You
|
89987e8e2c
fix enter transition flicker regression (fix #4576)
|
9 years ago |
Evan You
|
92ad0bd378
ensure leave transitions and enter transitions are triggered in the same frame (fix #4510)
|
9 years ago |
Evan You
|
61f7d0db87
actually complete test case for #4339
|
9 years ago |
Evan You
|
db0bf76e51
fix keep-alive component inner transition (fix #4339)
|
9 years ago |
Evan You
|
ae4db82c4b
fix unexpected warnings in tests
|
9 years ago |
Evan You
|
a11ba69094
remove fdescribe
|
9 years ago |
Evan You
|
e5d7f32cf6
tests for keep-alive include/exclude
|
9 years ago |
Evan You
|
c994146372
increase transition test duration buffer on saucelabs
|
9 years ago |
Evan You
|
b60cd83466
keep-alive re-activated component should get updated props (fix #4237)
|
9 years ago |
Evan You
|
864ef21a7d
fix deeply nested keep-alive components not being destroyed (fix #3882)
|
9 years ago |
Evan You
|
c791fc7826
fix unit tests in IE9
|
9 years ago |