Skip to content

Tags: oracleot/react-testing-library

Tags

v9.4.0

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

v9.3.3

Toggle v9.3.3's commit message
fix: support automatic types in pnpm installs (testing-library#540)

* fix: support automatic types in pnpm installs

When installed with pnpm, the @types/testing-library__react package cannot be used by packages that don't directly depend on it, so we need to re-export them.

* poke

v9.3.2

Toggle v9.3.2's commit message
fix: False positive warning about MessageChannel (testing-library#522)

v9.3.1

Toggle v9.3.1's commit message
docs: add LaurensBosscher as a contributor (testing-library#516)

* docs: update README.md

* docs: update .all-contributorsrc


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

v9.3.0

Toggle v9.3.0's commit message
docs: add danieljcafonso as a contributor (testing-library#496)

* docs: update README.md

* docs: update .all-contributorsrc

v9.2.0

Toggle v9.2.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 pure bundle build (testing-library#489)

Closes testing-library#486

v9.1.4

Toggle v9.1.4's commit message
docs: add ely-alamillo as a contributor (testing-library#478)

* docs: update README.md

* docs: update .all-contributorsrc


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

v9.1.3

Toggle v9.1.3's commit message
docs: add eventualbuddha as a contributor (testing-library#455)

* docs: update README.md

* docs: update .all-contributorsrc


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

v9.1.2

Toggle v9.1.2's commit message
docs: add FredyC as a contributor (testing-library#452)

* docs: update README.md

* docs: update .all-contributorsrc


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

v9.1.1

Toggle v9.1.1's commit message
fix(TS): act type (testing-library#438)

* fix(types): Use act types from react-dom

* Fix unary not extending binary