Skip to content

Releases: testing-library/vue-testing-library

2.0.0

13 Aug 08:10
f462051
Compare
Choose a tag to compare

#75 Use and expose a local copy of fireEvent

1.2.0

30 Jul 17:59
d5344d7
Compare
Choose a tag to compare

Fixed checkbox dom updates
Moved Vue to peer dependency

vue-testing-library 1.1.0

28 Jun 07:14
b04a1ff
Compare
Choose a tag to compare
Merge pull request #48 from brennj/master

Return object from callback.

1.0.3

01 Jun 20:02
afd75a8
Compare
Choose a tag to compare
  1. Added fireEvent.update to handle update to form input elements persisting to v-model bound component data.
  2. Removed updateState helper method as superceded by above.

1.0.1

01 Jun 12:08
1367d61
Compare
Choose a tag to compare

Add cleanup-after-each helper

Add router and store to configuration callback

23 Mar 13:03
Compare
Choose a tag to compare

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

27 Dec 10:13
e7cb193
Compare
Choose a tag to compare

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

26 Dec 18:45
Compare
Choose a tag to compare

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

12 Dec 16:38
Compare
Choose a tag to compare

Upgrade to dom-testing-library 3.15.0 to support custom normalization

vue-testing-library 0.11.1

12 Dec 10:24
Compare
Choose a tag to compare

Updated dom-testing-library to 3.14.0, thanks @eunjae-lee.