Skip to content

Releases: testing-library/user-event

v14.6.1

21 Jan 17:35
d42954b
Compare
Choose a tag to compare

14.6.1 (2025-01-21)

Bug Fixes

  • correct description for delay option (#1175) (2edf14d)
  • keyboard: add ContextMenu to defaultKeyMap (#1079) (3e471d1)
  • keyboard: add brackets to defaultKeyMap (#1226) (543ecb0)
  • keyboard: walk through radio group per arrow keys (#1049) (bf8111c)
  • pointer: dispatch mouse events if pointerdown is defaultPrevented (#1121) (f681f7b)
  • pointer: set button and buttons properties on PointerEvent (#1219) (6614f72)
  • pointer: use 1 as default value for PointerEvent.width and PointerEvent.height (#1224) (f0468d0)
  • prevent click event loop on form-associated custom element (#1238) (465fc7e)
  • prevent click event on non-focusable control (#1130) (e429094)
  • upload: apply accept filter more leniently (#1064) (a344ad4)

v14.6.0

15 Jan 19:57
5f3d28f
Compare
Choose a tag to compare

14.6.0 (2025-01-15)

Features

Bug Fixes

  • clipboard: await DataTransferItem.getAsString() callback (#1251) (7b11b0e)
  • event: assign pointer coords to MouseEvent (#1039) (8528972)
  • pointer: check PointerCoords.x in isDifferentPointerPosition (#1216) (75edef5)
  • pointer: check all fields of PointerCoords in isDifferentPointerPosition() (#1229) (5f3d28f)

v14.5.2

29 Dec 15:54
d036279
Compare
Choose a tag to compare

14.5.2 (2023-12-29)

Bug Fixes

  • remove interop and deep DTL imports (6a3c896)

v14.5.1

15 Sep 18:08
d7483f0
Compare
Choose a tag to compare

14.5.1 (2023-09-15)

Bug Fixes

  • incorrect default import from @testing-library/dom (#1162) (d7483f0)

v14.5.0

14 Sep 15:34
Compare
Choose a tag to compare

14.5.0 (2023-09-14)

Bug Fixes

  • exports: add a named export for userEvent (4019cee), closes #1146

Features

  • types: Add additional type exports for UserEvent & Options (#1112) (da00e8d)

v14.4.3

09 Aug 15:25
1aa2027
Compare
Choose a tag to compare

14.4.3 (2022-08-09)

Bug Fixes

v14.4.2

04 Aug 22:12
7839e29
Compare
Choose a tag to compare

14.4.2 (2022-08-04)

Bug Fixes

v14.4.1

02 Aug 22:36
4291cb8
Compare
Choose a tag to compare

14.4.1 (2022-08-02)

Bug Fixes

v14.4.0

02 Aug 12:47
289828b
Compare
Choose a tag to compare

14.4.0 (2022-08-02)

Features

Bug Fixes

  • event: be robust against incomplete event implementations (#1009) (289828b)
  • upload: be robust against missing FileList implementation (#1007) (a46b4d7)
  • keyboard: switch modifier state of lock keys on the correct event (#1003) (2852509)
  • keyboard: remove platform-specific additional key events for Control on AltGraph (#1003) (2852509)
  • pointer: dispatch contextmenu events with detail: 0 (#1003) (2852509)
  • pointer: always set PointerEvent.isPrimary (#1003) (2852509)
  • pointer: set button property on pointer events separately from legacy mouse events (#1003) (2852509)
  • pointer: click closest common ancestor if mousedown and mouseup happen on different elements (#1003) (2852509)
  • pointer: omit click event on release if another button is released first (#1003) (2852509)
  • pointer: dispatch mouseover, mouseenter and mousemove on disabled elements (#1003) (2852509)
  • pointer: prevent mouse* events per pointerdown event handler (#1003) (2852509)
  • pointer: dispatch *out and *over events when moving into / out of nested elements (#1003) (2852509)
  • pointer: dispatch *enter and *leave events on ancestors (#1003) (2852509)

v14.3.0

19 Jul 13:52
e1c22af
Compare
Choose a tag to compare

14.3.0 (2022-07-19)

Features

  • keyboard: change radio group per arrow keys (#995) (e1c22af)