Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfix(transition): looking up `context` of transition #9668
Conversation
This pull request is also fixed #9364. |
The test-e2e failed, I thought it was a problem with CircleCI, so I ignored it. Today I found that the test case was not updated. But also found some other hidden dangers, this PR does not seem to be compatible with the previous version, suppose there is a component of my-transition, his template is <my-transition v-if="showing"></my-transition> When |
katerlouis
commented
Jul 12, 2019
I disagree with that this change is not breaking things. But See this issue: #10227 |
shasharoman commentedMar 10, 2019
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
dev
branch for v2.x (or to a previous version branch), not themaster
branchfix #xxx[,#xxx]
, where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information:
fixed #9628
Transition inside child component with v-if should be no enter-transition, it depend on appear attribute.