|
| 1 | +## 10.2.0 |
| 2 | + |
| 3 | +_Released 6/21/2022_ |
| 4 | + |
| 5 | +**Features:** |
| 6 | + |
| 7 | +- Cypress is now available natively on Apple silicon (M1). Addresses |
| 8 | + [#19908](https://github.com/cypress-io/cypress/issues/19908). |
| 9 | +- Cypress is now available natively on ARM64 and AArch64 systems running Linux. |
| 10 | + Addresses [#4478](https://github.com/cypress-io/cypress/issues/4478). |
| 11 | +- The file name input field within the Create Spec modal is now automatically |
| 12 | + focused when the modal is opened. Addresses |
| 13 | + [#21865](https://github.com/cypress-io/cypress/issues/21865). |
| 14 | + |
| 15 | +**Bugfixes:** |
| 16 | + |
| 17 | +- Suppressed a misleading Chromium warning about CertVerifyProcBuiltin that |
| 18 | + would appear when visiting HTTPS sites in Cypress. Fixed |
| 19 | + [#22128](https://github.com/cypress-io/cypress/discussions/22128). |
| 20 | +- Users will be able to see the custom reason-phrase in the HTTP response if the |
| 21 | + custom reason-phrase is set. Otherwise, a default status message is returned |
| 22 | + based on the corresponding status code as earlier. Fixed |
| 23 | + [#16973](https://github.com/cypress-io/cypress/issues/16973). |
| 24 | +- Fixed an issue where Cypress would crash with an EMFILE error if the process |
| 25 | + ran into the file descriptor limit. Fixed |
| 26 | + [#22023](https://github.com/cypress-io/cypress/issues/22023). |
| 27 | +- Fixed an issue causing a "nohoist config is ignored" warning when installing |
| 28 | + cypress with yarn. Fixed |
| 29 | + [#22147](https://github.com/cypress-io/cypress/issues/22147). |
| 30 | +- Spec directories and file names on the Specs page are now truncated if they |
| 31 | + exceed their column width. Fixed |
| 32 | + [#21895](https://github.com/cypress-io/cypress/issues/21895). |
| 33 | +- Updated the file links in error views to wrap appropriately and no longer |
| 34 | + overflow their containers. Fixed |
| 35 | + [#22103](https://github.com/cypress-io/cypress/issues/22103). |
| 36 | +- The Cypress v10 introduction video will now be skipped if loading the video |
| 37 | + takes longer than 3 seconds. Fixed |
| 38 | + [#21955](https://github.com/cypress-io/cypress/issues/21955). |
| 39 | +- Updated the warning banner to use language consistent with the rest of the |
| 40 | + Cypress application. Addressed in |
| 41 | + [#21551](https://github.com/cypress-io/cypress/pull/21551). |
| 42 | + |
| 43 | +**Dependency Updates:** |
| 44 | + |
| 45 | +- Upgraded the bundled electron version shipped with Cypress from `18.0.4` to |
| 46 | + `18.3.0`. Addressed in |
| 47 | + [#22252](https://github.com/cypress-io/cypress/pull/22252). |
0 commit comments