Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #6687 out-in transition getting stuck with v-if #7023

Merged
merged 4 commits into from
Nov 16, 2017
Merged

fix #6687 out-in transition getting stuck with v-if #7023

merged 4 commits into from
Nov 16, 2017

Commits on Nov 8, 2017

  1. fix out-in transition getting stuck with v-if

    An out-in transition could get stuck if the child with v-if was not yet shown and then replaced with a different child. In this case, "afterLeave" would never get fired, thus "_leaving" stayed true indefinitely. This was likely to happen with vue-router and asynchronous data loading before the new page is shown.
    
    Fixes #6687.
    neelance committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    2b4cadb View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Configuration menu
    Copy the full SHA
    e24747c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Configuration menu
    Copy the full SHA
    6b4d374 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Update transition.js

    yyx990803 committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    fcceb57 View commit details
    Browse the repository at this point in the history