Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Releases: happo/happo-plugin-puppeteer

v1.3.2

16 Jun 07:49
Compare
Choose a tag to compare

This patch release makes improvements to error handling. Before, you would see some errors logged like this:

JSHandle@error

With 1.3.2 and onwards, you'll get more actionable errors, something like this:

Error: no such element
at Button (src/Button/index.js145:9)

v1.3.0

03 Jun 09:37
Compare
Choose a tag to compare

This version has a minor change to make it fully compatible with the targets feature released in https://github.com/happo/happo.io/releases/tag/v3.16.0