Skip to content

Releases: percy/percy-js

v3.2.1

18 Oct 20:09
Compare
Choose a tag to compare

What's new?

This release includes bug fixes for what parallel nonce we use in GitLab CI & CircleCI:

  • fix: Use CIRCLE_WORKFLOW_ID for parallel nonce: #148
  • fix: Use CI_PIPELINE_ID over CI_JOB_ID for GitLab parallel build: #136

v3.2.0

17 Oct 22:33
974fb61
Compare
Choose a tag to compare

What's new?

  • Specify a Percy build as a partial build with the PERCY_PARTIAL_BUILD env var set to a non-zero value.

v3.0.13

28 Aug 16:24
Compare
Choose a tag to compare

What is new?

This release contains one change and lot of various dependency updates (from dependabot over the past few weeks).

  • feat: Check for CI env var to catch unknown CI envs (#130)

v3.0.12

07 May 02:57
Compare
Choose a tag to compare

Auto-detect GitLab CI Merge Request ID from CI_MERGE_REQUEST_IID.

v3.0.11

05 May 02:42
Compare
Choose a tag to compare

Add support for Bitbucket Pipelines CI.

v3.0.10

22 Apr 15:33
Compare
Choose a tag to compare

Added support for probo.ci. Thanks for the contribution @Auspicus !

v3.0.9

18 Apr 02:35
Compare
Choose a tag to compare

Fix processing of git data for HEAD^ for merge builds.

v3.0.8

17 Apr 19:36
Compare
Choose a tag to compare

Add support for Jenkins builds when using the GitHub Branch Source Plugin or Bitbucket Branch Source Plugin.

v3.0.7

12 Apr 00:10
Compare
Choose a tag to compare

Add support for AppVeyor CI

v3.0.6

06 Apr 05:10
Compare
Choose a tag to compare

Adds support for Azure Pipelines when used with GitHub.