Skip to content

Tags: ReactDOM/react-testing-library

Tags

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 [email protected] (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

v6.0.4

Toggle v6.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(act): add try/catch around react-dom/test-utils require (testing-…

…library#340)

Closes testing-library#315

v6.0.3

Toggle v6.0.3's commit message
fix(deps): upgrade all dependencies

v6.0.2

Toggle v6.0.2's commit message
docs: add pschyma as a contributor (testing-library#332)

* docs: update README.md

* docs: update .all-contributorsrc


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

v6.0.1

Toggle v6.0.1's commit message
fix: reorder cleanupAtContainer code (testing-library#327)

Closes testing-library#326

v6.0.0

Toggle v6.0.0's commit message
fix: move testHook to its own pacakge (testing-library#307)

This removes testHook in favor of http://npm.im/react-hook-testing-library

Closes testing-library#302

BREAKING CHANGE: move testHook to another library. Use http://npm.im/react-hook-testing-library instead

v5.9.0

Toggle v5.9.0's commit message
feat(render): add wrapper component option (testing-library#303)

* feat(render): add wrapper component option

* feat(render): update types

* fix(types): remove unreferenced type

* fix(render): optional type for wrapper option