Skip to content

Tags: Code-Of-The-Crescent/react-testing-library

Tags

v13.3.0

Toggle v13.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Use `globalThis` if available (testing-library#1070)

v13.2.0

Toggle v13.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add mboettcher as a contributor for code (testing-library#1063)

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

v13.1.1

Toggle v13.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(TS): export interface RenderHookResult (testing-library#1049)

v13.1.0

Toggle v13.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: Add `renderHook` (testing-library#991)

Co-authored-by: Michael Peyper <[email protected]>
Co-authored-by: Kent C. Dodds <[email protected]>

v13.0.1

Toggle v13.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add Nokel81 as a contributor for bug, code (testing-library#1043)

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

v12.1.5

Toggle v12.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Run release from 12.x branch (testing-library#1044)

v13.0.0

Toggle v13.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: Add support for React 18 (testing-library#1031)

BREAKING CHANGE: Drop support for React 17 and earlier. We'll use the new [`createRoot` API](reactwg/react-18#5) by default which comes with a set of [changes while also enabling support for concurrent features](reactwg/react-18#4).
To can opt-out of this change by using `render(ui, { legacyRoot: true } )`. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings.

Co-authored-by: Philipp Fritsche <[email protected]>

v13.0.0-alpha.7

Toggle v13.0.0-alpha.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'main' into alpha

v12.1.4

Toggle v12.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Match runtime type of baseElement in TypeScript types (testing-l…

…ibrary#1023)

v13.0.0-alpha.6

Toggle v13.0.0-alpha.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Resolve warning using the wrong react-dom entrypoint (testing-li…

…brary#1018)

BREAKING CHANGE: Drop support for React < 18.0.0-rc.1