0.9.3
Released 07/06/2015
Features:
- Proxied jQuery:
$
ontocy
ascy.$
and specific class methods:Event
,Deferred
,ajax
,get
,getJSON
,getScript
,post
. - Proxied
moment
ontocy
ascy.moment
. - The
url
will now automatically be restored when hovering over the Command Log to indicate the state of the URL at the time the command ran. - .click() now accepts an optional:
position
argument (center
,topLeft
,topRight
,bottomLeft
,bottomRight
). Center is still the default. - .click() now accepts an optional
x
andy
coordinate argument, which is relative to the top left corner of the element. Fixes #50. - Click docs have been updated to reflect these changes.
Bugfixes:
onBeforeLoad
andonLoad
callbacks to cy.visit() are now invoked withcy
as the context.- Cypress logo now displays in
About Page
.
Misc:
- Internal refactoring to
Cypress.Mouse
.