Cypress v6.0.1 Release Notes

Release Date: 2020-11-30 // over 3 years ago
  • ๐Ÿš€ Released 11/30/2020

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ’ป Chromium based browsers on version 87 will no longer show recorded videos as frozen or blank. Fixes #9265.
    • ๐Ÿ›  We fixed a regression introduced in 5.0.0 that would cause an Option 'sourceMap' cannot be specified with option 'inlineSourceMap' error to throw when setting sourceMap in your tsconfig. Fixes #8477.
    • ๐Ÿ›  cy.screenshot() no longer throws an "offset" is out of range error when Cypress attempts to crop the image. Fixes #2034.
    • ๐Ÿ—„ cy.screenshot() types won't mistakenly display the command as deprecated. Fixes #9303.
    • ๐Ÿ›  Lower-cased HTTP methods can now be used with cy.intercept(). Fixes #9313.