Skip to content

Tags: yifengzhang92/react-testing-library

Tags

v12.1.3

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

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

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

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

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

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

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

v13.0.0-alpha.1

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.

v12.1.0

Verified

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

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

v12.0.0

Verified

This commit was signed with the committer’s verified signature.
eps1lon Sebastian "Sebbie" Silbermann
feat: Bump @testing-library/dom

BREAKING CHANGE: Bump `@testing-library/dom` to 8.0.0. Please check out the [`@testing-library/[email protected]` release page](https://github.com/testing-library/dom-testing-library/releases/tag/v8.0.0) for a detailed list of breaking changes.