Skip to content

Releases: testing-library/react-testing-library

v4.1.4

25 Jul 15:01
Compare
Choose a tag to compare

4.1.4 (2018-07-25)

Bug Fixes

  • switch default baseElement to document.body (#145) (f7f0b2f), closes #81

v4.1.3

17 Jul 19:31
Compare
Choose a tag to compare

4.1.3 (2018-07-17)

Bug Fixes

  • ensure waitForElement responds to attribute and textNode changes by default (#137) (1a11719)

v4.1.2

03 Jul 16:57
Compare
Choose a tag to compare

4.1.2 (2018-07-03)

Bug Fixes

v4.1.1

02 Jul 21:34
Compare
Choose a tag to compare

4.1.1 (2018-07-02)

Bug Fixes

  • TS: update typings with dom-testing-library queries and export them (#130) (36e1349)

v4.1.0

27 Jun 20:40
Compare
Choose a tag to compare

4.1.0 (2018-06-27)

Features

  • render: return baseElement from render (#127) (cb14d2d)

v4.0.2

24 Jun 13:52
Compare
Choose a tag to compare

4.0.2 (2018-06-24)

Bug Fixes

  • TS: add JSDoc to typings of exported functions (#125) (71517cf)

v4.0.1

19 Jun 05:11
Compare
Choose a tag to compare

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

19 Jun 04:19
5257500
Compare
Choose a tag to compare

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

13 Jun 15:12
dea3a07
Compare
Choose a tag to compare

3.1.7 (2018-06-13)

Bug Fixes

  • engines: update engines.node in package.json (dea3a07), closes #110

v3.1.6

12 Jun 16:20
Compare
Choose a tag to compare

3.1.6 (2018-06-12)

Bug Fixes