Skip to content

Releases: happo/happo.io

v6.5.0

29 Apr 13:47
Compare
Choose a tag to compare

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

18 Jan 09:49
Compare
Choose a tag to compare

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

18 Nov 17:31
Compare
Choose a tag to compare

This version improves logging a little by adding the project name to log lines, e.g.

[projectB] Searching for happo files...

v6.2.0

13 Nov 18:11
Compare
Choose a tag to compare

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

27 Oct 09:22
Compare
Choose a tag to compare

This minor release adds official support for webpack version 5. Since before, webpack 3 and 4 continue to be supported.

v6.0.0

22 Oct 16:46
Compare
Choose a tag to compare

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

14 Oct 15:40
Compare
Choose a tag to compare

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

26 Aug 13:41
Compare
Choose a tag to compare

This patch release fixes an issue where initialization errors weren't surfaced when using the happo-plugin-puppeteer plugin.

v5.6.3

13 Aug 06:55
Compare
Choose a tag to compare

This patch release has a bugfix for including assets found in <picture> elements.

v5.6.2

06 Aug 07:52
Compare
Choose a tag to compare

This patch release has a fix for resolving the base commit sha in GitHub Actions environments (only affects the happo-ci-github-actions script).