-
Notifications
You must be signed in to change notification settings - Fork 113
Releases: testing-library/vue-testing-library
Releases · testing-library/vue-testing-library
v5.5.0
@github-actions
github-actions
4376e64
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Assets 2
v6.1.0
@github-actions
github-actions
7e1882a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v6.1.0
Pre-release
Pre-release
Assets 2
v5.4.1
@github-actions
github-actions
a5bd6cc
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Assets 2
v5.4.0
@github-actions
github-actions
8871d2f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v5.3.1
@github-actions
github-actions
95cc445
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Assets 2
v5.3.0
@github-actions
github-actions
dbcf740
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Assets 2
v5.2.0
@testing-library-bot
testing-library-bot
920dff2
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Assets 2
v6.0.0
v6.0.0
Pre-release
Pre-release
6.0.0 (2020年10月31日)
tl;dr: Run npm install -D @testing-library/vue@next
to give this release which supports Vue 3 a go!
Features
BREAKING CHANGES
- 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 now replaced with global
config
options (for example,global.directives
). isUnmounted
is gone.updateProps
is now calledsetProps
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 😄