Skip to content

Tags: y-code/react-testing-library

Tags

v10.0.4

Toggle v10.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: upgrade all dependencies (and fix UMD build) (testing-library#653)

v10.0.3

Toggle v10.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: restore this when requiring timers (testing-library#644)

closes testing-library#614

v10.0.2

Toggle v10.0.2's commit message

Verified

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

v10.0.1

Toggle v10.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: support Node >=10 (testing-library#611)

v10.0.0

Toggle v10.0.0's commit message
chore: cleanup repo (testing-library#600)

v10.0.0-beta.2

Toggle v10.0.0-beta.2's commit message

Verified

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

BREAKING CHANGE: This removes `@testing-library/react/cleanup-after-each` which is deprecated and hasn't done anything for many versions.

v10.0.0-beta.1

Toggle v10.0.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Flush microtasks in cleanup (testing-library#519)

v9.5.0

Toggle v9.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(debug): accept the same arguments as prettyDOM (testing-library#596

)

Closes testing-library#580

v9.4.1

Toggle v9.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(release): manually release a patch version

There was an issue with a patch release, so this manual-releases.md
change is to release a new patch version.

v9.4.0

Toggle v9.4.0's commit message
feat(screen): add screen export