This repository was archived by the owner on May 11, 2026. It is now read-only.
v6.8.0
- Allow custom
webpackto be passed in via.happo.jsconfiguration - Fix failing
happo-ci-github-actionsruns when thehead_commitproperty in the github event is missing.
Breaking changes
Yep, a breaking change accidentally snuck in this minor release. 🤦
The env variable HAPPO_IS_ASYNC, which you can use to control whether or not to wait for screenshot results in CI, is now "true" by default. If you rely on a comment posted with the Happo result, you need to set HAPPO_IS_ASYNC=false before starting your happo run.