You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/references/changelog.mdx
+16
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
title: Changelog
3
3
---
4
4
5
+
## 13.8.0
6
+
7
+
_Released 4/18/2024_
8
+
9
+
**Features:**
10
+
11
+
- Added support for `webpack-dev-server` `v5` to `@cypress/webpack-dev-server`. Addresses [#29305](https://github.com/cypress-io/cypress/issues/29305).
12
+
13
+
**Bugfixes:**
14
+
15
+
- Fixed a regression introduced in [`13.7.3`](https://docs.cypress.io/guides/references/changelog#13-7-3) where Cypress could hang handling long assertion messages. Fixes [#29350](https://github.com/cypress-io/cypress/issues/29350).
16
+
17
+
**Misc:**
18
+
19
+
- The [`SEMAPHORE_GIT_PR_NUMBER`](https://docs.semaphoreci.com/ci-cd-environment/environment-variables/#semaphore_git_pr_number) environment variable from [Semaphore](https://semaphoreci.com/) CI is now captured to display the linked PR number in the Cloud. Addressed in [#29314](https://github.com/cypress-io/cypress/pull/29314).
0 commit comments