Skip to content

Tags: ReactDOM/react-testing-library

Tags

v1.5.0

Toggle v1.5.0's commit message
feat(node): relax Node version requirement to >= 6 (testing-library#14)

v1.4.0

Toggle v1.4.0's commit message
feat: Add getByTestId utility (testing-library#10)

* feat: Add getByTestId utility

* Updates to getByTestId documentation

* minor tweaks

v1.3.0

Toggle v1.3.0's commit message
feat(typings): add ts definitions (testing-library#7)

* feat(typings): add ts definitions

* chore(contributors): add myself

v1.2.1

Toggle v1.2.1's commit message
fix(TypeScript): add missing 'typings' folder to files property (test…

…ing-library#9)

v1.2.0

Toggle v1.2.0's commit message
feat(typings): add ts definitions (testing-library#7)

* feat(typings): add ts definitions

* chore(contributors): add myself

v1.1.0

Toggle v1.1.0's commit message
feat(unmount): add `unmount` to render object

v1.0.1

Toggle v1.0.1's commit message
fix(sel): match react native web's testID prop

Closes testing-library#1

v1.0.0

Toggle v1.0.0's commit message
fix(release): manually release a major version

There was an issue with a major release, so this manual-releases.md
change is to release a new major version.

BREAKING CHANGE: release 1.0.0

v0.1.0

Toggle v0.1.0's commit message
feat: initial release