Skip to content

Releases: happo/happo.io

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).

v5.6.1

15 Jun 19:22
Compare
Choose a tag to compare

This patch release fixes an issue introduced in 5.6.0 that led to type: 'plain' projects to fail with a message like this:

ModuleNotFoundError: Module not found: Error: Can't resolve 'react' 

v5.6.0

11 Jun 10:59
Compare
Choose a tag to compare

This minor release changes the behavior for React components that throw errors on render. Before, we would fail the happo run on the first error and do our best to log it. That worked okay in some cases, and not at all well in some cases, where the error details went missing along the way. To make debugging easier, errors are now caught in an error boundary. The error is console logged and sent as the output of the error boundary. This means that the error will end up showing in the screenshot.

The error handling change only applies to Happo Examples written in React.

v5.5.1

08 Jun 17:55
Compare
Choose a tag to compare

This patch release has a bug fix for running with happo-plugin-storybook in --async mode (using HAPPO_IS_ASYNC=true environment variable).