-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Add to V2 migration docs about change in transition class names #359
Comments
Related to #138 |
@BenRutlandWeb @bencodezen we actually have this paragraph on migration guide: (also, API docs were already updated with correct class names). I agree we'd need to have a dedicated section on this though 😅 |
🤦 That's easy to miss! |
@BenRutlandWeb Totally understandable. We hope to have an official section in the Migration Guide on transitions soon! |
We now have a guide thanks to @sdras! https://v3.vuejs.org/guide/migration/transition.html#overview |
* feat: translation for rules recommended C * fix: title recommendation * Update rules-recommended.md --------- Co-authored-by: Bochkarev Ivan <[email protected]>
What problem does this feature solve?
I spent hours trying to debug transitions not working. The reason being
.v-enter
/.v-leave
has changed to.v-enter-from
/.v-leave-from
.I'm aware that the docs are a work in progress but I'd hate for early adopters to waste as much time as I just did!
This is possible not the correct place for this comment but I don't know where else it should go.
Great work on the new version BTW!
What does the proposed API look like?
A paragraph on the v3 docs site, in the migration from v2 section, detailing the change in class names.
The text was updated successfully, but these errors were encountered: