Skip to content

Releases: testing-library/user-event

v7.2.0

17 Dec 17:15
@Gpx Gpx
Compare
Choose a tag to compare

7.2.0 (2019-12-17)

Features

v7.1.2

03 Oct 08:55
@Gpx Gpx
9ab5b2b
Compare
Choose a tag to compare

7.1.2 (2019-10-03)

Bug Fixes

  • 🐛 update @testing-library/dom (81ff6eb)

v7.1.1

30 Sep 08:47
@Gpx Gpx
a03a604
Compare
Choose a tag to compare

7.1.1 (2019-09-30)

Bug Fixes

  • 🐛 update @testing-library/dom (3d6aa7b)
  • 🐛 update babel (069f2ca)

v7.1.0

30 Sep 08:03
@Gpx Gpx
Compare
Choose a tag to compare

7.1.0 (2019-09-30)

Features

v7.0.1

10 Sep 10:09
@Gpx Gpx
e13f4d5
Compare
Choose a tag to compare

7.0.1 (2019-09-10)

Bug Fixes

  • 🐛 update @testing-library/dom (b7e0166)
  • 🐛 update babel (8a1232c)

v7.0.0

28 Aug 08:21
@Gpx Gpx
2671d13
Compare
Choose a tag to compare

7.0.0 (2019-08-28)

Bug Fixes

  • 🐛 update @testing-library/dom (5d9d164)
  • 🐛 update regenerator-runtime (c84663e)

Continuous Integration

  • 🎡 drop support for old node version and add support for v12 (bf61a9d)

BREAKING CHANGES

  • Node v8 and v11 should still work but they are no longer tested in CI

v6.0.0

27 Aug 15:30
@Gpx Gpx
e1c4c1a
Compare
Choose a tag to compare

6.0.0 (2019-08-27)

Bug Fixes

  • 🐛 don't type on disabled or readonly inputs (1177c46), closes #152

BREAKING CHANGES

  • disabled or readonly inputs won't be typeable anymore

v5.0.0

27 Aug 09:46
@Gpx Gpx
00f8f05
Compare
Choose a tag to compare

5.0.0 (2019-08-27)

Bug Fixes

  • fire onChange event on select element change (fe018f3)

BREAKING CHANGES

  • 🧨 selectOptions is now firing a change event

v4.2.4

29 Jul 08:05
@Gpx Gpx
c5df100
Compare
Choose a tag to compare

4.2.4 (2019-07-29)

Bug Fixes

v4.2.3

23 Jul 14:18
@Gpx Gpx
ceff569
Compare
Choose a tag to compare

4.2.3 (2019-07-23)

Bug Fixes

  • set select value when it is child of label (6b2cd95)