Skip to content

Commit 8c22d2f

Browse files
flotwigtbiethman
andauthored
docs: 10.2.0 release (#4575)
* docs: 10.2.0 release * docs(guides): add darwin/linux arm64 to OS requirements (#4568) * 10.2.0 Changelog (#4582) * Adding 10.2.0 changelog * Adding a few issues missing release tags * Adding dependency updates section for electron bump * Removing graceful-fs reference, adding PR suggestions. * Adding one more changelog entry for new commit Co-authored-by: Tyler Biethman <[email protected]>
1 parent 85d2fc2 commit 8c22d2f

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed

content/_changelogs/10.2.0.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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).

content/guides/getting-started/installing-cypress.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,9 @@ everything you need prebuilt.
139139
Cypress is a desktop application that is installed on your computer. The desktop
140140
application supports these operating systems:
141141

142-
- **macOS** 10.9 and above _(64-bit only)_
143-
- **Linux** Ubuntu 12.04 and above, Fedora 21 and Debian 8 _(64-bit only)_
142+
- **macOS** 10.9 and above _(Intel or Apple Silicon 64-bit (x64 or arm64))_
143+
- **Linux** Ubuntu 12.04 and above, Fedora 21 and Debian 8 _(x86_64 or Arm
144+
64-bit (x64 or arm64))_
144145
- **Windows** 7 and above _(64-bit only)_
145146

146147
#### Node.js

0 commit comments

Comments
 (0)