Releases: testing-library/vue-testing-library
2.0.0
1.2.0
vue-testing-library 1.1.0
Merge pull request #48 from brennj/master Return object from callback.
1.0.3
1.0.1
Add router and store to configuration callback
Added the constructed Vuex store and vue-router instance to the configuration callback, allowing actions to be dispatched or routes pushed before the render.
Fixes #15.
Support full range of vue-test-utils mount options
The options passed to render are now destructured and passed to the mount function of vue-test-utils.
Previously a props option was accepted this is still supported but will be copied into the propsData property that vue-test-utils requires. It is expected that propsData is used in place of props going forward.
DOM parity with react-testing-library
Includes:
#11 - Wraps rendered component in a div
Updates to latest version of dom-testing-library
Cleanup of published npm package
Including list of contributors in readme
dom-testing-library 3.15.0
Upgrade to dom-testing-library 3.15.0 to support custom normalization
vue-testing-library 0.11.1
Updated dom-testing-library to 3.14.0, thanks @eunjae-lee.