Cypress v4.5.0 Release Notes

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

    ๐Ÿ”‹ Features:

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Custom Mocha reporters will now correctly use the version of Mocha bundled with Cypress. Fixes #3537 and #6984.
    • ๐Ÿ›  We better account for word boundaries in application scripts when modifyObstructiveCode is true. Fixes #7138.
    • ๐Ÿ›  Fixed an issue where iterators in TypeScript were not properly transpiled. Fixes #7098.

    Misc:

    • โšก๏ธ The update window in the Test Runner now encourages yarn users to yarn upgrade Cypress instead of yarn add to help prevent installing 2 versions of Cypress when using yarn workspaces. Addressed in #7101.
    • We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses #2690 in #7031 and #7097.

    โšก๏ธ Dependency Updates:

    • โฌ†๏ธ Upgraded electron from 8.2.0 to 8.2.3. Addressed in #7079.