Update dependency @testing-library/user-event to v14.5.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@testing-library/user-event | dependencies | minor | 14.0.0 -> 14.5.1 |
Release Notes
testing-library/user-event (@testing-library/user-event)
v14.5.1
Bug Fixes
- incorrect default import from @testing-library/dom (#1162) (d7483f0)
v14.5.0
Bug Fixes
Features
v14.4.3
Bug Fixes
-
build: add
types
field inexports
(#1029) (5bed8c6) - remove circular dependencies (#1027) (1aa2027)
v14.4.2
Bug Fixes
v14.4.1
Bug Fixes
v14.4.0
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
onAltGraph
(#1003) (2852509) -
pointer: dispatch
contextmenu
events withdetail: 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
andmouseup
happen on different elements (#1003) (2852509) - pointer: omit click event on release if another button is released first (#1003) (2852509)
-
pointer: dispatch
mouseover
,mouseenter
andmousemove
on disabled elements (#1003) (2852509) -
pointer: prevent
mouse*
events perpointerdown
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
Features
v14.2.6
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
Bug Fixes
v14.2.4
Bug Fixes
- use
window.FileList
instead of implicit global (c88865d)
v14.2.3
Bug Fixes
v14.2.2
Bug Fixes
v14.2.1
Performance Improvements
v14.2.0
Features
Bug Fixes
- guard against selection without range (#953) (ab78f3f)
- selectOptions: wait after each click (#951) (7ea7a77)
- wait after each method before leaving
asyncWrapper
(#952) (6f55fee)
v14.1.1
14.1.1 (2022-04-17)
Bug Fixes
- remove implicit global references (#932) (9913798)
- use
globalThis
instead ofglobal
(#928) (497c14d)
v14.1.0
Features
Bug Fixes
- delete chars from value at
maxlength
(#909) (f5049c4) - reset UI selection after programmatic value change (#915) (8bc3310)
- set initial value when setting UI value (#918) (7b0643b)
v14.0.4
14.0.4 (2022-04-01)
Bug Fixes
v14.0.3
14.0.3 (2022-03-31)
Bug Fixes
v14.0.2
14.0.2 (2022-03-31)
Bug Fixes
v14.0.1
14.0.1 (2022-03-31)
Bug Fixes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.