Skip to content

Tags: MatanBobi/vue-testing-library

Tags

v5.5.1

Toggle v5.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Make fireEvent.update work with lazy modifier (testing-library#183)

- switched to use change event if lazy modifier is found on element
- updated form unit test to test lazy input and textarea

Co-authored-by: Jesse Knowles <jknowles@westjet.com>

v5.5.0

Toggle v5.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add env to turn off fireEvent.update warning (testing-library#181)

* add env to turn off warning: `VTL_SKIP_WARN_EVENT_UPDATE`

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Rename setProps to rerender (testing-library#174)

* Suggest update when using fireEvent.input or fireEvent.change
* Rename setProps to rerender.
* Remove travis in favor on GH Action. We're already using it in master, and deployment won't work unless we leverage actions here, too.

v5.4.1

Toggle v5.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): allow all elements (testing-library#175)

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Warn using fireEvent.input() or .change() and suggest fireEvent…

….update() (testing-library#166)

* Add warning message to fireEvent input and change when called directly testing-library#83

* Add user event test case

* Reword warning message to include used event key

* Fix template literal for warning messages

v5.3.1

Toggle v5.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow multiple calling of updateProps (testing-library#170)

* Changed updateProps to return the Promise created from
wrapper.setProps.
* Updated the `updateProps` test to make sure the function can be called
multiple times without producing errors.

v5.3.0

Toggle v5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Move types from DefinitelyTyped into this repo (testing-library…

…#165)

* Add required dependencies

* Add types

* Update readme

* Bump deps and fix build and eslint to fix node 15

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(debug): Add maxLength and options to debug (testing-library#164)

v6.0.0

Toggle v6.0.0's commit message
test: attempt to fix travis

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Update deps (testing-library#156)

This release comes with an updated version of DOM Testing Library – make sure to check their changelog to see what's new!