Releases: happo/happo.io
Releases · happo/happo.io
v8.3.3
This patch release adds a ?payloadHash=<hash>
query param to the outgoing POST for /api/snap-requests
. This will make debugging on the server easier.
v8.3.2
This patch release addresses an issue with external PRs happening in a GitHub actions environment.
v8.3.1
- Upgrade node dependencies to their latest patch versions.
- Upgrade jsonwebtoken to 9.0.0 to fix vulnerability GHSA-qwph-4952-7xr6
v8.3.0
- Allow
babel-loader@^9
in peerDependencies
v8.2.0
Increase timeout when making calls to the happo.io API. This mostly affects asset package uploads, where occasionally they would take longer than 30 seconds (which was the previous value).
v8.1.1
Remove warning when using the new afterSyncComparison
config option.
v8.1.0
This minor release adds support for a new afterSyncComparison
function that you can define in .happo.js
. It gets called when a comparison has been made (but only when HAPPO_IS_ASYNC=false
). It gets called with an object having this format: https://happo.io/docs/api#Comparison
Thanks to @wokayme for the contribution!
v8.0.0
This major release drops official support for Node v12. It will most likely still work but we will no longer provide fixes that are specific to Node v12.
- Drops
@babel/polyfill
(see #239)
- Upgrade package dependencies to latest patch releases
v7.3.0
This release adds support for using extends
with the pages
config.
v7.2.1
Fix misconfigured CHANGE_URL
set in the happo-ci-azure-pipelines
script.