Skip to content

Commit

Permalink
Updated jest-image-snapshots
Browse files Browse the repository at this point in the history
Updated peer dependency and tested with Cypress 7
  • Loading branch information
santam85 committed Jul 7, 2021
1 parent af5f419 commit 40c53df
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/late-eggs-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'cypress-image-snapshot': major
---

- Added compatibility with Cypress v7.0.0
- Updated `jest-image-snaphots` to version 4.5.1
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# cypress-image-snapshot

## 4.0.1
### Patch Changes
## 5.0.0

### Major Changes

- Added compatibility with Cypress v7.0.0
- Updated `jest-image-snaphots` to version 4.5.1

## 4.0.1

### Patch Changes

- [`17f7927`](https://github.com/jaredpalmer/cypress-image-snapshot/commit/17f7927384bfdbd6cbb65d344c8337d32926b691) Thanks [@jaredpalmer](https://github.com/jaredpalmer)! - When using native retries that come in Cypress v5+ real image failures are marked as passed on the retries because cypress names the snapshots as 'filename (attempt X).png (and there is no configuration option to change this). The fix just removes the ' (attempt X)' suffix from the filename.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-image-snapshot",
"version": "5.0.0",
"version": "4.0.1",
"description": "Cypress bindings for jest-image-snapshot.",
"repository": "https://github.com/palmerhq/cypress-image-snapshot",
"author": "Jack Cross <[email protected]>",
Expand Down

0 comments on commit 40c53df

Please sign in to comment.