Skip to content

Releases: testing-library/user-event

v14.0.0-alpha.4

29 Oct 07:47
e39177e
Compare
Choose a tag to compare
v14.0.0-alpha.4 Pre-release
Pre-release

14.0.0-alpha.4 (2021-10-29)

Features

Bug Fixes

  • maintain cursor position on controlled component (#765) (9b2ef81)

v14.0.0-alpha.3

25 Oct 08:20
fb5a071
Compare
Choose a tag to compare
v14.0.0-alpha.3 Pre-release
Pre-release

14.0.0-alpha.3 (2021-10-25)

⚠ BREAKING CHANGES

  • pointer: userEvent.type does no longer move the cursor
    if used with skipClick=false and without initialSelectionStart.

Features

  • pointer: change selection per pointer (#763) (fb5a071)

v14.0.0-alpha.2

22 Oct 10:22
cecf366
Compare
Choose a tag to compare
v14.0.0-alpha.2 Pre-release
Pre-release

14.0.0-alpha.2 (2021-10-22)

Bug Fixes

v14.0.0-alpha.1

21 Oct 17:02
4d76ba6
Compare
Choose a tag to compare
v14.0.0-alpha.1 Pre-release
Pre-release

14.0.0-alpha.1 (2021-10-21)

⚠ BREAKING CHANGES

  • The implementation of pointer related APIs was replaced.
    This might break tests relying on unintended side-effects of the previous implementation.
  • Support for node 10 was removed as it reached its end-of-life.

Features

Bug Fixes

Miscellaneous Chores

v13.5.0

18 Oct 17:57
5d946d5
Compare
Choose a tag to compare

13.5.0 (2021-10-18)

Features

  • keyboard: keep key pressed for multiple keydown events (#728) (5d946d5)

v13.4.2

18 Oct 14:49
97ba08e
Compare
Choose a tag to compare

13.4.2 (2021-10-18)

Bug Fixes

  • keyboard: submit on enter keypress for checkboxes and radio buttons (#741) (97ba08e)

v13.4.1

15 Oct 10:43
9519979
Compare
Choose a tag to compare

13.4.1 (2021-10-15)

Bug Fixes

v13.4.0

15 Oct 10:33
f731f68
Compare
Choose a tag to compare

13.4.0 (2021-10-15)

Features

  • keyboard: handle PageUp and PageDown on input (#734) (f731f68)

v13.3.0

10 Oct 09:06
26b7d0b
Compare
Choose a tag to compare

13.3.0 (2021-10-10)

Features

  • add flag to skip pointer-events check (#731) (26b7d0b)

v13.2.1

25 Jul 13:59
9600abb
Compare
Choose a tag to compare

13.2.1 (2021-07-25)

Bug Fixes

  • keyboard: dispatch change event on blur (#703) (9600abb)