Releases: happo/happo.io
Releases · happo/happo.io
v9.1.2
v9.1.1
v9.1.0
v9.0.0
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
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
v8.4.2
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!)