Skip to content

Releases: testing-library/user-event

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)

v14.2.6

18 Jul 12:12
6e4058b
Compare
Choose a tag to compare

14.2.6 (2022-07-18)

Bug Fixes

  • document: reduce impact of React@17 workaround (#992) (9816d38)
  • pointer: do not throw for pointer-events: none on previous target (#991) (6e4058b)

v14.2.5

15 Jul 09:33
77a7fa8
Compare
Choose a tag to compare

14.2.5 (2022-07-15)

Bug Fixes

  • document: do not track value on HTMLSelectElement (#989) (77a7fa8)