Skip to content

Releases: happo/happo.io

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

v8.4.1

21 Sep 15:02
Compare
Choose a tag to compare

This release increases the bundle load timeout from 10 to 60 seconds. It also makes the timeout configurable via a HAPPO_BUNDLE_LOAD_TIMEOUT_MS environment variable.

v8.4.0

18 Sep 10:42
Compare
Choose a tag to compare

This minor release fixes an issue where happo run would silently fail (exit with a zero exit code) if there was an error in the initialization phase of the Happo prepared webpack bundle.

v8.3.3

16 May 07:30
Compare
Choose a tag to compare

This patch release adds a ?payloadHash=<hash> query param to the outgoing POST for /api/snap-requests. This will make debugging on the server easier.