Skip to content

Releases: dmtrKovalenko/cypress-real-events

v1.7.4

10 Nov 17:00
323b538
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.2...v1.7.3

v1.7.2

13 Oct 11:09
99e3b5d
Compare
Choose a tag to compare

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

26 Jun 18:29
Compare
Choose a tag to compare

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

11 Feb 18:21
Compare
Choose a tag to compare

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

02 Dec 16:36
Compare
Choose a tag to compare

1.6.0 (2021-12-02)

Features

v1.5.1

26 Jul 17:05
c4889ed
Compare
Choose a tag to compare

1.5.1 (2021-07-26)

Updates

  • Support Cypress v8

Bug Fixes

  • Enter doesn't fire trust click event (#132) (5978a6e)

v1.5.0

31 May 05:38
a6566a7
Compare
Choose a tag to compare

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

29 Apr 07:00
1df0119
Compare
Choose a tag to compare

1.4.0 (2021-04-29)

Bug Fixes

  • types: Accept false as valid scrollBehavior value (#40) (3f7c7d7)

Features

v1.3.0

05 Mar 16:50
fd5b6c7
Compare
Choose a tag to compare

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

05 Feb 19:53
857dae6
Compare
Choose a tag to compare

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)
  • Addcy.realTouch command (#15) (ecd6f7e)