Skip to content

Releases: testing-library/react-testing-library

v5.5.1

06 Feb 17:47
Compare
Choose a tag to compare

5.5.1 (2019-02-06)

Bug Fixes

  • declare "module" field in package.json (#282) (74a6eba)

v5.5.0

06 Feb 16:01
Compare
Choose a tag to compare

5.5.0 (2019-02-06)

Features

  • act: Support ReactDOM.TestUtils.act (#278) (8e08ccf) this also removes flushEffect()
  • testHook: add testHook utility for Testing custom hooks 🎣 (#274) (d01fbc1)

v5.4.4

04 Jan 19:03
Compare
Choose a tag to compare

5.4.4 (2019-01-04)

Bug Fixes

  • TS: add explicit annotation to Query type (#260) (14b567f)

v5.4.3

04 Jan 16:26
Compare
Choose a tag to compare

5.4.3 (2019-01-04)

Bug Fixes

v5.4.2

20 Dec 19:29
4763ffb
Compare
Choose a tag to compare

5.4.2 (2018-12-20)

Bug Fixes

  • TS: make container optional in RenderOptions (#253) (4763ffb)

v5.4.1

19 Dec 17:23
Compare
Choose a tag to compare

5.4.1 (2018-12-19)

Bug Fixes

v5.4.0

16 Dec 01:50
Compare
Choose a tag to compare

5.4.0 (2018-12-16)

Features

  • hydrate: add ability to test component hydration (#246) (08731f2)

v5.3.2

09 Dec 21:38
Compare
Choose a tag to compare

5.3.2 (2018-12-09)

Bug Fixes

  • update dom-testing-library dependency (#240) (dfab298)

v5.3.1

28 Nov 17:17
Compare
Choose a tag to compare

5.3.1 (2018-11-28)

Bug Fixes

v5.3.0

21 Nov 04:47
11a41ce
Compare
Choose a tag to compare

5.3.0 (2018-11-21)

Features

  • add flushEffects to prepare for hooks (#223) (11a41ce)