Releases: happo/happo.io
Releases · happo/happo.io
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
This minor release adds support for a new --notify
CLI option. It can be used with the compare
sub command to notify one or more email addresses with the comparison results.
v6.3.0
This version improves logging a little by adding the project name to log lines, e.g.
[projectB] Searching for happo files...
v6.2.0
This minor release makes a performance improvement for users of the happo-plugin-storybook
plugin. By sending the assets separately to the happo.io api we are able to better apply compression.
v6.1.0
This minor release adds official support for webpack version 5. Since before, webpack 3 and 4 continue to be supported.
v6.0.0
This major release drops support for babel 6 and puts us on the latest version of jsdom (v16, which fixes an issue with css variables in inline styles).
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.
v5.6.4
This patch release fixes an issue where initialization errors weren't surfaced when using the happo-plugin-puppeteer plugin.
v5.6.3
This patch release has a bugfix for including assets found in <picture>
elements.
v5.6.2
This patch release has a fix for resolving the base commit sha in GitHub Actions environments (only affects the happo-ci-github-actions
script).