Skip to content

Releases: percy/percy-js

v3.0.5

07 Mar 00:32
Compare
Choose a tag to compare

Improved CodeShip Pro support. (#69)

v3.0.4

18 Feb 17:27
Compare
Choose a tag to compare

Move lint-staged from optional to dev dependencies.

v3.0.3

11 Dec 18:36
Compare
Choose a tag to compare

Integrate client and environment info into user agent string.

v3.0.1

19 Oct 19:04
Compare
Choose a tag to compare
  • Improved supported for Circle 2.0 (#42).
    • CIRCLE_WORKFLOW_WORKSPACE_ID is now used as the parallel nonce if PERCY_PARALLEL_NONCE is not specified. This gives a better default higher-level grouping for snapshots when tests are parallelized in Circle, otherwise it has no effect. We believe this change is backwards compatible, but please reach out if you have issues.

v3.0.0

31 Aug 21:45
Compare
Choose a tag to compare
  • Removed deprecated PERCY_PROJECT handling. You can safely remove PERCY_PROJECT from CI environment variables.
  • Backwards-incompatible change: the interface to createBuild has changed slightly and now only accepts optional arguments. There are no other major changes or backwards-incompatibilities in this release.

v2.11.0

27 Jul 21:52
Compare
Choose a tag to compare

Add GitLab CI environment variables.

v2.10.0

20 Jul 05:25
Compare
Choose a tag to compare

Add centralized gatherBuildResources method (#36)

v2.9.0

12 Jun 22:41
Compare
Choose a tag to compare

Add support for PERCY_TARGET_COMMIT env var. (#34)

v2.8.2

21 Apr 00:58
Compare
Choose a tag to compare

Improve integration with Travis CI PR builds.

v2.8.1

22 Mar 03:42
Compare
Choose a tag to compare

🐛 Fix an edge case where metadata from environment variables was not being collected. Specifically when tests are run inside a docker container or git is unavailable.