Skip to content

feat: Update to Vue 3.0 and Vue Test Utils 2.0 (#137) #163

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

Merged
merged 1 commit into from
Oct 31, 2020
Merged

feat: Update to Vue 3.0 and Vue Test Utils 2.0 (#137) #163

merged 1 commit into from
Oct 31, 2020

Conversation

afontcu
Copy link
Member

@afontcu afontcu commented Oct 31, 2020

BREAKING CHANGE:

  • Snapshots are potentially different due to whitespaces.
  • Some options such as stubs are now moved to global.stubs.
  • Previous usage of vue instance as a parameter for the callback function is not replaced with global config options (for example, global.directives).
  • isUnmounted is gone.
  • updateProps is now called setProps to align with VTU.

Some of the missing steps is to provide support to Vue Router, and also to update libraries of the ecosystem to their Vue 3 version.

This is an exciting release! 🎉 It marks the first release aiming to support Vue 3 and Vue Test Utils 2. Please head to the PR to get more information, and feel free to open up issues and PRs to fix missing features / ports 😄

BREAKING CHANGE:
- Snapshots are potentially different due to whitespaces.
- Some options such as stubs are now moved to `global.stubs`.
- Previous usage of vue instance as a parameter for the callback function is not replaced with global `config` options (for example, `global.directives`).
- `isUnmounted` is gone.
- `updateProps` is now called setProps to align with VTU.

Some of the missing steps is to provide support to Vue Router, and also to update libraries of the ecosystem to their Vue 3 version.

This is an exciting release! 🎉  It marks the first release aiming to support Vue 3 and Vue Test Utils 2. Please [head to the PR](#137) to get more information, and feel free to open up issues and PRs to fix missing features / ports 😄
@afontcu afontcu merged commit 62ea2ad into beta Oct 31, 2020
@afontcu afontcu deleted the next branch October 31, 2020 19:33
afontcu added a commit that referenced this pull request Oct 31, 2020
BREAKING CHANGE:
- Snapshots are potentially different due to whitespaces.
- Some options such as stubs are now moved to `global.stubs`.
- Previous usage of vue instance as a parameter for the callback function is not replaced with global `config` options (for example, `global.directives`).
- `isUnmounted` is gone.
- `updateProps` is now called setProps to align with VTU.

Some of the missing steps is to provide support to Vue Router, and also to update libraries of the ecosystem to their Vue 3 version.

This is an exciting release! 🎉  It marks the first release aiming to support Vue 3 and Vue Test Utils 2. Please [head to the PR](#137) to get more information, and feel free to open up issues and PRs to fix missing features / ports 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant