Releases: testing-library/user-event
Releases · testing-library/user-event
v8.0.0
8.0.0 (2019-12-19)
Bug Fixes
- add focus event for checkbox/radio (225a264)
BREAKING CHANGES
- a focus event is now fired when clicking on checkbox and radio elements
v7.2.1
7.2.1 (2019-12-18)
Bug Fixes
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