Skip to content

Commit 912313c

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](FRSOURCE/cypress-plugin-visual-regression-diff@v2.3.12...v3.0.0) (2022-10-26) ### Bug Fixes * security vulnerability ([d6f849c](FRSOURCE@d6f849c)) ### Features * add matchAgainstPath option ([FRSOURCE#146](FRSOURCE#146)) ([7a5e3a8](FRSOURCE@7a5e3a8)), closes [FRSOURCE#88](FRSOURCE#88) * auto clean unused files ([FRSOURCE#124](FRSOURCE#124)) ([38679a7](FRSOURCE@38679a7)), closes [FRSOURCE#118](FRSOURCE#118) * introduce imagesPath option ([FRSOURCE#152](FRSOURCE#152)) ([961e137](FRSOURCE@961e137)), closes [FRSOURCE#147](FRSOURCE#147) ### BREAKING CHANGES * deprecate imagesDir option in favor of imagesPath - see docs for additional information * To use autocleanup feature you need to update all of the screenshots, best do it by running your test suite with cypress env 'pluginVisualRegressionUpdateImages' set to true. * matchImage returns object containing comparison details from now on (previously was returning subject element from a chain)
1 parent d6f849c commit 912313c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [3.0.0](https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff/compare/v2.3.12...v3.0.0) (2022-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* security vulnerability ([d6f849c](https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff/commit/d6f849cb017e452d9f121866a6429d4bee4b5f18))
7+
8+
9+
### Features
10+
11+
* add matchAgainstPath option ([#146](https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff/issues/146)) ([7a5e3a8](https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff/commit/7a5e3a8ec5aa766e38ee372e11a6d1c155105126)), closes [#88](https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff/issues/88)
12+
* auto clean unused files ([#124](https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff/issues/124)) ([38679a7](https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff/commit/38679a730edc4083b4bc751b19bc161bbb72d159)), closes [#118](https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff/issues/118)
13+
* introduce imagesPath option ([#152](https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff/issues/152)) ([961e137](https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff/commit/961e137099ba22aa9f0b6d36e6e73d495196a764)), closes [#147](https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff/issues/147)
14+
15+
16+
### BREAKING CHANGES
17+
18+
* deprecate imagesDir option in favor of imagesPath - see docs for additional information
19+
* To use autocleanup feature you need to update all of the screenshots, best do it by running your test suite with cypress env 'pluginVisualRegressionUpdateImages' set to true.
20+
* matchImage returns object containing comparison details from now on (previously was returning subject element from a chain)
21+
122
## [2.3.12](https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff/compare/v2.3.11...v2.3.12) (2022-10-22)
223

324
## [2.3.11](https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff/compare/v2.3.10...v2.3.11) (2022-10-19)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@frsource/cypress-plugin-visual-regression-diff",
33
"description": "Perform visual regression test with a nice GUI as help. 💅 Only for Cypress!",
4-
"version": "2.3.12",
4+
"version": "3.0.0",
55
"author": "Jakub Freisler <[email protected]>",
66
"homepage": "https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff",
77
"repository": "https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff.git",

0 commit comments

Comments
 (0)