Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/guides/references/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
title: Changelog
---

## 12.8.1

_Released 03/15/2023_

**Bugfixes:**

- Fixed a regression in Cypress [10](/guides/references/changelog#10-0-0) where
the reporter auto-scroll configuration inside user preferences was
unintentionally being toggled off. Users must now explicitly enable/disable
auto-scroll under user preferences, which is enabled by default. Fixes
[#24171](https://github.com/cypress-io/cypress/issues/24171) and
[#26113](https://github.com/cypress-io/cypress/issues/26113).

**Dependency Updates:**

- Upgraded [`ejs`](https://www.npmjs.com/package/ejs) from `3.1.6` to `3.1.8` to
address this
[CVE-2022-29078](https://github.com/advisories/GHSA-phwq-j96m-2c2q) NVD
security vulnerability. Addressed in
[#25279](https://github.com/cypress-io/cypress/pull/25279).

## 12.8.0

_Released 03/14/2023_
Expand Down