Releases: percy/percy-client
Releases · percy/percy-client
v2.0.8
What's Changed
- feat: add support for root_for_width by @nilshah98 in #54
Full Changelog: v2.0.7...v2.0.8
v2.0.7
What's Changed
- Add support for scope_selector to be passed to snapshot creation by @nilshah98 in #53
New Contributors
- @nilshah98 made their first contribution in #53
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- Add support for plain_rcw flag by @abhishek-bstack in #52
New Contributors
- @abhishek-bstack made their first contribution in #52
Full Changelog: v2.0.4...v2.0.6
v2.0.4
v2.0.3
v2.0.2
v2.0.1
- Improved supported for Circle 2.0 (#40).
CIRCLE_WORKFLOW_WORKSPACE_ID
is now used as the parallel nonce ifPERCY_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.
v2.0.0
- Removed deprecated PERCY_PROJECT handling. You can safely remove PERCY_PROJECT from CI environment variables.
- Backwards-incompatible change: the interface to
create_build
has changed slightly and now only accepts optional arguments. There are no other major changes or backwards-incompatibilities in this release.
v1.15.0
v1.14.1
Allow for parallel_total_shards of -1.