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

v3.14.0

Choose a tag to compare

@trotzig trotzig released this 02 May 19:50

New features:

  • Allow examples to render remotely by setting the experimental prerender: false flag in your .happo.js config file. If you use this flag, examples will be rendered on remote servers directly (no jsdom/puppeteer pre-render)
  • Add ability to post statuses as comments instead of real build statuses. This is useful if you for instance is running github enterprise.

Bug fixes:

  • Temporarily removes the http-server dependency because of a transitive dependency that got removed from npmjs. This affects the happo debug command which will be disabled (not working) until there is an upstream fix.