Skip to content

Tags: CodexClub567/react-testing-library

Tags

v16.1.0

Toggle v16.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add support for React 19 (testing-library#1367)

v16.0.1

Toggle v16.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Add support for exactOptionalPropertyTypes in TypeScript (testin…

…g-library#1351)

v16.0.0

Toggle v16.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Move `@testing-library/dom` and `@types/react-dom` to peer depe…

…ndencies (testing-library#1305)

BREAKING CHANGE: `@testing-library/dom` was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of `@testing-library/dom` installed that frequently caused bugs when used with `@testing-library/user-event`. We will also be able to allow new versions of `@testing-library/dom` being used without a SemVer major release of `@testing-library/react` by just widening the peer dependency.
`@types/react-dom` needs to be installed if you're typechecking files using `@testing-library/react`.

Co-authored-by: Matan Borenkraout <matanbobi@gmail.com>

v15.0.7

Toggle v15.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Ensure `act` is not `any` when `React.act` is not declared (test…

…ing-library#1323)

v15.0.6

Toggle v15.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: export new act when available (testing-library#1319)

v15.0.5

Toggle v15.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Adjust tests to workaround 18.3.0 bug (testing-library#1315)

v15.0.4

Toggle v15.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Ensure `renderHook` options extend options for `render` (testing…

…-library#1308)

v15.0.3

Toggle v15.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Don't raise TypeScript errors when hydating `document` (testing-…

…library#1304)

v15.0.2

Toggle v15.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Improve `legacyRoot` error message (testing-library#1301)

v15.0.1

Toggle v15.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Stop using nullish coalescing (testing-library#1299)