Skip to content

Releases: happo/happo.io

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.

v8.4.4

27 Sep 18:29
Compare
Choose a tag to compare

In this patch release, we make it so that snap-requests are sent to happo.io API sequentially. Before, all snap-requests (there's one or more per target) would be sent in parallell. With this release, we await the POST request before moving to the next target.

v8.4.3

26 Sep 14:13
Compare
Choose a tag to compare

Make sure that all errors from makeRequest.js have timing information attached.

v8.4.2

25 Sep 13:42
Compare
Choose a tag to compare

This patch release fixes two things:

  • More logging when requests fail and are retried in makeRequest.js.
  • Fix race condition when using happo dev, sometimes the bundle was only half-done when using it.
  • Make verbose snippet logs contain project name for easier identification. (thanks to @sharmilajesupaul for the contribution!)