User Event Versions Save

🐕 Simulate user events

v14.5.2

4 months ago

14.5.2 (2023-12-29)

Bug Fixes

  • remove interop and deep DTL imports (6a3c896)

v14.5.1

8 months ago

14.5.1 (2023-09-15)

Bug Fixes

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

v14.5.0

8 months ago

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

1 year ago

14.4.3 (2022-08-09)

Bug Fixes

v14.4.2

1 year ago

14.4.2 (2022-08-04)

Bug Fixes

v14.4.1

1 year ago

14.4.1 (2022-08-02)

Bug Fixes

v14.4.0

1 year ago

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

1 year ago

14.3.0 (2022-07-19)

Features

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

v14.2.6

1 year ago

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

1 year ago

14.2.5 (2022-07-15)

Bug Fixes

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