Releases: testing-library/user-event
Releases · testing-library/user-event
v8.1.0
8.1.0 (2020-01-29)
Features
- type: handle maxLength for textinput/textarea (#185) (259fb3a)
v8.0.7
8.0.7 (2020-01-28)
Bug Fixes
- click: correct focus changes based on mouseDown result (#192) (ed59735)
v8.0.6
8.0.6 (2020-01-28)
Bug Fixes
- 🐛️ select options even if they are nested in optgroups (#196) (8ba1b15)
v8.0.5
8.0.5 (2020-01-28)
Bug Fixes
- tab focus on disabled elements false positive (#202) (375102e)
v8.0.4
8.0.4 (2020-01-23)
Bug Fixes
- click: click no longer blurs when focus changes during onClick event (#208) (4bcab8c)
v8.0.3
8.0.3 (2020-01-03)
Bug Fixes
v8.0.2
8.0.2 (2019-12-20)
Bug Fixes
- updated the documentation for the
type
method (3cfbcbe), closes #198
v8.0.1
8.0.1 (2019-12-20)
Bug Fixes
- adds tab function to docs and typings (b4f171d), closes #184
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