Releases: tr33m4n/codeception-module-percy
Releases · tr33m4n/codeception-module-percy
v4.2.1
What's Changed
- Bump @percy/cli from 1.1.0 to 1.1.4 by @dependabot in #104
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
Breaking Changes
snapshotBaseUrl
is no longer a valid config parametersnapshotPath
is no longer a valid config parametercleanSnapshotStorage
is no longer a valid config parameter\Codeception\Module\Percy\Exchange\Payload
class has been refactored to\Codeception\Module\Percy\Snapshot
, so anyPayload::WIDTHS
etc constant usage will need to use\Codeception\Module\Percy\Snapshot
Full Changelog: v4.1.0...v4.2.0
v4.1.0
v4.0.2
v4.0.1
What's Changed
- Update dependencies by @tr33m4n in #98
- Update codeception/module-asserts requirement from ^1.3 to ^2.0 by @dependabot in #95
- Update codeception/module-webdriver requirement from ^1.2 to ^2.0 by @dependabot in #96
- Update codeception/module-phpbrowser requirement from ^1.0 to ^2.0 by @dependabot in #97
Full Changelog: v4.0.0...v4.0.1
v4.0.0
v3.1.0
v3.0.0
Breaking changes
This release migrates from https://github.com/percy/percy-agent to https://github.com/percy/cli which requires Node v12 or above. This release will require that Node version going forwards
v1.1.1
v2.0.2
- Adds a test workflow for PHP 7.4
- Ensures https://github.com/composer/package-versions-deprecated is installed to mitigate issues when using composer v2 and PHP 7.4
- Bumps PHPStan and Rector versions/config
- Bumps
ws
NPM package to mitigate security issues - Ensures that payload sent messages are not echoed in the test output if there are no payloads to send