Releases: testing-library/user-event
Releases · testing-library/user-event
v7.2.0
7.2.0 (2019-12-17)
Features
v7.1.2
7.1.2 (2019-10-03)
Bug Fixes
- 🐛 update @testing-library/dom (81ff6eb)
v7.1.1
7.1.1 (2019-09-30)
Bug Fixes
v7.1.0
7.1.0 (2019-09-30)
Features
v7.0.1
7.0.1 (2019-09-10)
Bug Fixes
v7.0.0
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
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
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
4.2.4 (2019-07-29)
Bug Fixes
v4.2.3
4.2.3 (2019-07-23)
Bug Fixes
- set select value when it is child of label (6b2cd95)