Skip to content

Releases: happo/happo.io

v10.1.0

25 Jun 20:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.0.0...v10.1.0

v10.0.0

18 Jun 21:17
Compare
Choose a tag to compare

What's Changed

Breaking

The jose package uses newer syntax that is not supported on node 14, which makes this a breaking change. If you are using node 16 or newer, you should be good to go!

Other

Full Changelog: v9.1.6...v10.0.0

v9.1.6

29 May 18:18
Compare
Choose a tag to compare

This patch release fixes an issue where retried API calls using FormData would consistently fail with a socket hang up error. Thanks to @lencioni for the patch!

v9.1.5

17 May 10:15
Compare
Choose a tag to compare

This patch release makes the call to save assets more robust.

v9.1.4

22 Apr 07:41
Compare
Choose a tag to compare

This patch release adds validation for when asset packages become too large. If the package is too large (60 MB or bigger) an error is thrown showing the largest files in the package. If the size is close to 60 MB but not quite there yet, a warning is logged instead.

v9.1.3

05 Apr 11:26
Compare
Choose a tag to compare

This version fixes an issue with --fallbackShas not working as intended.

v9.1.2

08 Feb 08:42
Compare
Choose a tag to compare

This patch release contains a fix for the debug page available when you use prerender: false together with a Happo Examples integration.

v9.1.1

08 Feb 08:41
Compare
Choose a tag to compare

This patch release contains a fix for the debug page available when you use prerender: false together with a Happo Examples integration.

v9.1.0

06 Feb 14:53
Compare
Choose a tag to compare

This minor version prepares for an upcoming feature at Happo.io where you can retry a single snapshot (instead of the whole job).

v9.0.0

29 Jan 16:43
Compare
Choose a tag to compare

The only breaking change in this release is that when using prerender:false, the root element (<div id="happo-root"></div>) now has a data-happo-ignore="true" attribute. This will change how screenshots are cropped, as the root node no longer will be part of the rectangle calculation process.

If you are using happo-plugin-storybook, happo-cypress, happo-playwright or Happo examples without prerender:false, this release has no behavior changes.