Releases: testing-library/user-event
Releases · testing-library/user-event
v13.2.1
13.2.1 (2021-07-25)
Bug Fixes
- keyboard: dispatch change event on blur (#703) (9600abb)
v13.2.0
13.2.0 (2021-07-17)
Features
- add keydownBehavior for
ArrowLeft
and ArrowRight
on <textarea>
(#686) (f8f00d4)
v13.1.9
13.1.9 (2021-05-12)
Bug Fixes
- keyboard: do not set document selection when typing on
<input>
(#679) (f2fec13)
v13.1.8
13.1.8 (2021-04-29)
Bug Fixes
- keyboard: maintain cursor position on controlled React input (#665) (03f38b9)
v13.1.6
13.1.6 (2021-04-28)
Bug Fixes
- keyboard: add link to README in key descriptor error (#666) (ebc90d8)
v13.1.5
13.1.5 (2021-04-19)
Bug Fixes
- relax typing and throw error for unsupported elements (#649) (dc13160)
v13.1.4
13.1.4 (2021-04-18)
Bug Fixes
- keyboard: recognize
checkbox
/radio
as clickable inputs (#654) (35d996e)
v13.1.3
13.1.3 (2021-04-14)
Bug Fixes
- throw error when
click
/hover
on pointer-events: none
(#647) (6b2ce66)