Releases: testing-library/react-testing-library
Releases · testing-library/react-testing-library
v4.0.2
4.0.2 (2018-06-24)
Bug Fixes
- TS: add JSDoc to typings of exported functions (#125) (71517cf)
v4.0.1
4.0.1 (2018-06-19)
Bug Fixes
- cleanup: don't error out if the container is not in the body (d248271)
v4.0.0
4.0.0 (2018-06-19)
Features
- render: deprecate renderIntoDocument and make it the default (#118) (5257500), closes #116
BREAKING CHANGES
- render:
renderIntoDocument
replaces render
and Simulate
is no longer exported (use fireEvent
instead).
v3.1.7
3.1.7 (2018-06-13)
Bug Fixes
- engines: update engines.node in package.json (dea3a07), closes #110
v3.1.6
3.1.6 (2018-06-12)
Bug Fixes
v3.1.5
3.1.5 (2018-06-12)
Bug Fixes
v3.1.4
3.1.4 (2018-06-08)
Bug Fixes
- TS: add missing prettyDOM export to typings file (#109) (1f953e4)
v3.1.3
3.1.3 (2018-05-18)
Bug Fixes
v3.1.2
3.1.2 (2018-05-18)
Bug Fixes
- TS: remove unused import to prevent naming conflict with export (#89) (bf33d1c)
v3.1.1
3.1.1 (2018-05-18)
Bug Fixes
- TS: Add missing getAll and queryAll functions to TS definitions (#88) (fc09a99)