Releases: testing-library/user-event
Releases · testing-library/user-event
v10.2.1
10.2.1 (2020-05-13)
Bug Fixes
- click/dblClick: prevent blur when clicking the same element (#265) (585f1df)
v10.1.1
10.1.1 (2020-05-08)
Bug Fixes
- TS: add TypeScript userEvent.clear definition (#250) (7df771f)
v10.0.1
10.0.1 (2020-03-27)
Bug Fixes
- tab: Keep focus on the document if there are no focusable elements (420ae03)
v10.0.0
10.0.0 (2020-02-17)
Continuous Integration
- 🎡 drop support for node 8 (9e957e0)
BREAKING CHANGES
- 🧨 Drop support for node 8
v9.0.0
9.0.0 (2020-02-17)
Bug Fixes
- 🐛 type supports fields with previous text (1e8d140)
BREAKING CHANGES
- 🧨 Using .type() with an input field that had text already inside preserve
the exisiting value and appends the typed text
v8.1.3
8.1.3 (2020-02-17)
Bug Fixes