Skip to content

Tags: codeAligned/react-testing-library

Tags

v9.0.1

Toggle v9.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(cleanup-after-each): remove cleanup-after-each file. (testing-lib…

…rary#433)

This is automatic now, so there is no reason to have it

Closes testing-library#433

v9.0.0

Toggle v9.0.0's commit message
feat(deps): update @testing-library/dom to 6.0.0

BREAKING CHANGE: If you were using `debugDOM` before, use `prettyDOM` instead. Note that `debugDOM` is different from `debug` which you get back from `render`. That is unchanged.

v8.0.9

Toggle v8.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: improve warning so people know they can upgrade to 16.9.0 now (t…

…esting-library#431)

Closes testing-library#281

v8.0.8

Toggle v8.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update FUNDING.yml

v8.0.7

Toggle v8.0.7's commit message
docs: add jeetiss as a contributor (testing-library#416)

* docs: update README.md

* docs: update .all-contributorsrc

v8.0.6

Toggle v8.0.6's commit message
docs: add gaearon as a contributor (testing-library#409)

* docs: update README.md

* docs: update .all-contributorsrc

v8.0.5

Toggle v8.0.5's commit message
fix(build output): the dist directory no longer includes tests

This happened when I updated kcd-scripts, but I forgot to make a release
commit message for it.

v8.0.4

Toggle v8.0.4's commit message
fix(TS): use `Queries` from @testing-library/dom (testing-library#398)

v8.0.3

Toggle v8.0.3's commit message
docs: add NMinhNguyen as a contributor (testing-library#397)

* docs: update README.md

* docs: update .all-contributorsrc

v8.0.2

Toggle v8.0.2's commit message
fix: Specify baseElement without container (testing-library#394)

* Add expected behavior of base element

* Fix expected behavior of baseElement

* Improve tests