Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

v6.8.0

Choose a tag to compare

@trotzig trotzig released this 07 Oct 07:00
  • Allow custom webpack to be passed in via .happo.js configuration
  • Fix failing happo-ci-github-actions runs when the head_commit property 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.