Happo changelog

Here's a list of recent changes made to Happo.

12.1 (2024-02-06)

  • Retry snapshot

    You can now retry individual screenshots for a report. Update your happo npm libraries to make sure you are fully ready to go.

12.0 (2024-01-30)

  • Dark mode

    Happo is now easier on your eyes. A dark theme has been added to the UI. If you don't make a choice yourself, the current mode from the operating system will be used. You can override that by using the switch in the footer of the website.

11.22 (2023-06-16)

  • Usage API endpoint

    A new API endpoint, /api/billing/current-usage, allows you to check your usage and quota.

11.21 (2023-05-17)

  • SSIM support

    When setting up a diff threshold, you can now select either color-delta or SSIM.

11.20 (2023-03-29)

  • Improved dashboard performance

    We've optimized a few queries made in the dashboard to speed things up. This is most notable for Happo accounts with more than a few thousand reports.

11.18 (2023-03-15)

  • Set a preferred sign-in method

    As an administrator of an account, you can now set a preferred sign-in method from the Access control page.

  • Improve performance of history-related database queries

    We found that a database query made for some accounts accessing the history of a component were really slow. We've improved performance to ensure that this query isn't causing database congestion going forward.

11.15 (2023-03-10)

  • Admin-only access to billing pages

    In the past, you were able to subscribe to Happo as a non-admin. To strengthen security, we're making all billing pages only accessible by administrators of an account instead

11.13 (2023-0-15)

  • Allow multiple API keys

    API keys can now be better controlled by Happo users. Instead of just having a single key/secret combo for an account, you can have any number of tokens. You can also limit certain tokens to specific projects.

  • Make POST /api/ignored-diffs always send JSON

    The /api/ignored-diffs API endpoint is now always sending a 200 OK with some JSON in the response instead of sending 204 (No content). This will unbreak some happo.io clients out there.

11.11 (2022-12-01)

  • Add graph showing usage per month to billing page

    You can now see a graph of your snapshot usage per month on the billing page. You can drill down to see usage per project or combined for the entire account.

11.9 (2022-10-25)

  • Add new jobs API endpoints

    Two new API endpoints have been added: GET /api/jobs/:id and GET /api/jobs.

11.6 (2022-10-19)

11.5 (2022-10-4)