|
| 1 | +## 9.5.2 |
| 2 | + |
| 3 | +_Released 3/14/2022_ |
| 4 | + |
| 5 | +**Bugfixes:** |
| 6 | + |
| 7 | +- Fixed an issue with `.type()` where click events could be fired on the |
| 8 | + incorrect target element because the target focus changed within a key-down |
| 9 | + event handler callback. Fixed in |
| 10 | + [#20525](https://github.com/cypress-io/cypress/pulls/20525). |
| 11 | +- Fixed a regression in [9.5.0](/guides/references/changelog#9-5-0) where ANSI |
| 12 | + colors were not removed from the FireFox warning message about the |
| 13 | + `chromeWebSecurity` configuration option having no effect on the Firefox |
| 14 | + browser. Fixes [#20496](https://github.com/cypress-io/cypress/issues/20496). |
| 15 | +- Updates were made to the pre-release build setup such that Cypress will use a |
| 16 | + unique cache folder for each |
| 17 | + [pre-release installation](/guides/getting-started/installing-cypress.md#Install-pre-release-version) |
| 18 | + on a machine. This removes the need to run `cypress clear cache` before |
| 19 | + installing a new pre-release version of Cypress or before installing a new |
| 20 | + released version of Cypress after a pre-release version had been installed. |
| 21 | + Addressed in [#20296](https://github.com/cypress-io/cypress/pulls/20296). |
| 22 | + |
| 23 | +**Misc:** |
| 24 | + |
| 25 | +- Updates were made to explicitly disable the `Origin-Agent-Cluster` header for |
| 26 | + proxied responses to ensure `document.domain` can continue to be set with |
| 27 | + Chrome v106+. This was necessary because Chrome is planning to make |
| 28 | + [`document.domain` immutable](https://developer.chrome.com/blog/immutable-document-domain/) |
| 29 | + in v106+ to relax the same-origin policy by interpreting the |
| 30 | + `Origin-Agent-Cluster` as `true`, whereas it is currently interpreted as |
| 31 | + `false`. Addresses |
| 32 | + [#20147](https://github.com/cypress-io/cypress/issues/20147). |
| 33 | + |
| 34 | +**Dependency Updates:** |
| 35 | + |
| 36 | +- Upgraded `url-parse` dependency from `1.5.6` to `1.5.9` to address these NVD |
| 37 | + security vulnerabilities, |
| 38 | + [CVE-2022-0639](https://nvd.nist.gov/vuln/detail/CVE-2022-0639), |
| 39 | + [CVE-2022-0686](https://nvd.nist.gov/vuln/detail/CVE-2022-0686) and |
| 40 | + [CVE-2022-0691](https://nvd.nist.gov/vuln/detail/CVE-2022-0691). Addressed in |
| 41 | + [#20386](https://github.com/cypress-io/cypress/pull/20386) and |
| 42 | + [#20439](https://github.com/cypress-io/cypress/issues/20439). |
0 commit comments