This repository was archived by the owner on May 11, 2026. It is now read-only.
v3.14.0
New features:
- Allow examples to render remotely by setting the experimental
prerender: falseflag in your.happo.jsconfig 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-serverdependency because of a transitive dependency that got removed from npmjs. This affects thehappo debugcommand which will be disabled (not working) until there is an upstream fix.