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 transitions on v-show cancelled on next frame (fix #7390) #7391

Merged

Commits on Jan 5, 2018

  1. test(transition): Transitions cancelled on next frame

    Add two tests (enter and leave) that cancels the transitions on v-show
    Guillaume Chau committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    0959b17 View commit details
    Browse the repository at this point in the history
  2. fix(transition): Don't add 'to' class if transition is cancelled

    When a transition is cancelled before the next frame, the `v-enter-to` or `v-leave-to` class was
    still added to the element.
    
    fix vuejs#7390
    Guillaume Chau committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    3c7dbdb View commit details
    Browse the repository at this point in the history