Cypress v4.4.1 Release Notes

Release Date: 2020-04-20 // almost 4 years ago
  • ๐Ÿš€ Released 4/20/2020

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Cypress can now launch on systems where Chromium is installed via Snapcraft. Fixes #7020.
    • ๐Ÿ›  We now check whether the mouseup event's target element is detached before issuing the click event during .click(). Fixes #6923.
    • โœ… We fixed a regression in 3.8.1 where the Test Runner could send an undefined organization ID during project setup when the default organization is preselected. Fixes #7013.
    • ๐Ÿ›  We fixed a regression in 4.4.0 that caused projects to include bundled TypeScript. Fixes #7036.
    • ๐Ÿ›  Fixed an issue where sites that set Feature-Policy: document-domain 'none' headers would fail to load in Cypress. Fixes #6480.

    Misc:

    • โœ… We fixed some extra spacing displaying below the project nav in the Test Runner. Addresses #7023
    • The typings for run results when using the Module API now indicate they can be null or undefined. Addresses #6126.
    • We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses #2690 in #7004.