Releases: dmtrKovalenko/cypress-real-events
Releases · dmtrKovalenko/cypress-real-events
v1.7.2
1.7.2 (2022-10-13)
Bug Fixes
- hardcoded realMouseMove position (#235) (2b17cff)
- realClick: only report secondary button being pressed with
button: right
(#271) (0f92778)
v1.7.1
1.7.1 (2022-06-26)
Support for cypress v10
Bug Fixes
- realClick: only report secondary button being pressed with
button: right
(#271) (29d69a0)
v1.7.0
1.7.0 (2022-02-11)
Bug Fixes
- clickCount: dispatch appropriate amount of clicks with clickCount (#212) (af1861a)
Features
- db.realMouseMove command (#223) (87bc559)
- mouse button: Allow to specify button option for
realMouseDown
and realMouseUp
(#201) (b67d5de)
v1.6.0
1.6.0 (2021-12-02)
Features
v1.5.1
1.5.1 (2021-07-26)
Updates
Bug Fixes
v1.5.0
1.5.0 (2021-05-31)
Features
- Add cy.realMouseDown command (c04ef7b)
- Make cy.realPress {enter} to be functional for accessibility navigation (#69) (712899e)
v1.4.0
1.4.0 (2021-04-29)
Bug Fixes
- types: Accept
false
as valid scrollBehavior
value (#40) (3f7c7d7)
Features
v1.3.0
1.3.0 (2021-03-05)
Bug Fixes
- Сalculate positions for elements inside nested iframes correctly (#29) (3c8f01a)
- realTouch: accept 0 for position x/y values (#33) (559c1b8)
Features
- Add support for
radius
option in cy.realTouch (#31)
- Add option changing scrolling behavior (#30) (7a80cb7)
- Transpile files to cjs (#34) (f343147)
v1.2.0
1.2.0 (2021-02-05)
Features
- Add ability to fire shortcuts and keymodifiers using
cy.realPress
(#22) (fe7103d)
- Add
cy.realSwipe
command (#21) (457f6d1)
- Add
cy.realTouch
command (#15) (ecd6f7e)