Releases: happo/happo.io
v6.6.0
This version adds support for a new --fallback-shas
flag for the CLI tool. This allows you to send a list of fallback shas with the compare call. If the base/before/previous sha has no match in the happo.io report database, we will traverse the fallbacks looking for one that has a match.
The happo-ci
script makes use of the new option automatically.
v6.5.0
This minor release changes the way assets are included in a happo run (when not using prerender: false
). Before, we would upload assets for each browser target separately. With this release, we upload unique packages. If two targets end up with the same asset package (which is likely), only one asset package upload will happen.
v6.4.0
v6.3.0
v6.2.0
v6.1.0
v6.0.0
v5.7.0
This minor release changes the behavior for test suite with prerender: false
. Before, assets would be uploaded for each target. After, the assets are only uploaded once.
A bugfix for running with devtool: false
in webpack config is also included in this release.