Skip to content

Tags: eshanbehal/react-testing-library

Tags

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

v8.0.1

Toggle v8.0.1's commit message
fix: docs pointed to old package

v8.0.0

Toggle v8.0.0's commit message
chore: fix version for semantic release

v7.0.1

Toggle v7.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: bump dom-testing-library range

Closes testing-library#373

v7.0.0

Toggle v7.0.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 to the latest dom-testing-library@4.0.0 (testing-library…

…#365)

BREAKING CHANGE: This upgrades to the latest dom-testing-library which has a few breaking changes: https://github.com/testing-library/dom-testing-library/releases/tag/v4.0.0

v6.1.2

Toggle v6.1.2's commit message
docs: add aledustet as a contributor (testing-library#349)

* docs: update README.md

* docs: update .all-contributorsrc


Co-authored-by: null <allcontributors[bot]@users.noreply.github.com>

v6.1.1

Toggle v6.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(act): wait until react-dom-16.9.0 is released (testing-library#344)

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(act): Support async act 🎉 (testing-library#343)

Closes testing-library#281