Skip to content

Tags: Borolt/react-testing-library

Tags

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

v12.1.3

Toggle v12.1.3's commit message

Verified

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

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

v13.0.0-alpha.5

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Enable "missing act" warnings in React 18 by default (testing-l…

…ibrary#994)

v13.0.0-alpha.4

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(render): Actually hydrate with given ui (testing-library#988)

v13.0.0-alpha.3

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

Verified

This commit was signed with the committer’s verified signature.
eps1lon Sebastian "Sebbie" Silbermann
fix: Empty commit to force semantic-release

v13.0.0-alpha.2

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Don't trigger "missing act" warnings when using `waitFor`+real t…

…imers (testing-library#980)

v12.1.2

Toggle v12.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(render): Don't reject wrapper types based on statics (testing-lib…

…rary#973)

v12.1.1

Toggle v12.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): make wrapper allow a simple function comp (testing-library#966)

Co-authored-by: eps1lon <silbermann.sebastian@gmail.com>

v13.0.0-alpha.1

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Use concurrent React when available (testing-library#937)

BREAKING CHANGE: If you have React 18 installed, 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.