Skip to content

Releases: testing-library/react-testing-library

v5.2.3

25 Oct 22:10
Compare
Choose a tag to compare

5.2.3 (2018-10-25)

Bug Fixes

v5.2.2

25 Oct 21:52
Compare
Choose a tag to compare

5.2.2 (2018-10-25)

Bug Fixes

v5.2.1

22 Oct 20:50
Compare
Choose a tag to compare

5.2.1 (2018-10-22)

Bug Fixes

v5.2.0

05 Oct 16:20
Compare
Choose a tag to compare

5.2.0 (2018-10-05)

Features

  • add asFragment return value from render (#192) (21dccbb)

v5.1.1

03 Oct 19:42
Compare
Choose a tag to compare

5.1.1 (2018-10-03)

Bug Fixes

v5.1.0

18 Sep 16:25
Compare
Choose a tag to compare

v5.0.1

03 Sep 22:44
Compare
Choose a tag to compare

5.0.1 (2018-09-03)

Bug Fixes

  • TS: update typings for optional option arguments (#168) (056b1e5)

v5.0.0

09 Aug 18:01
Compare
Choose a tag to compare

5.0.0 (2018-08-09)

Bug Fixes

  • change: no longer using Simulate.change (32f3e65)

BREAKING CHANGES

  • change: If you used the old form of value changes you'll need to update your code to the new form:

Before:

formField.value = newValue;
fireEvent.change(formField);

After:

fireEvent.change(formField, {target: {value: newValue}});

v4.1.8

09 Aug 15:15
Compare
Choose a tag to compare

4.1.8 (2018-08-09)

Bug Fixes

  • change: no longer using Simulate.change (b464150)

v4.1.7

06 Aug 21:45
3c366f7
Compare
Choose a tag to compare

4.1.7 (2018-08-06)

Bug Fixes

  • force upgrade of dom-testing-library (3c366f7)