Skip to content

Releases: percy/cli

Fix component CSS leaking page-wide in snapshots (nested :hover/:focus)

Choose a tag to compare

@Sriram567 Sriram567 released this 29 Jun 14:39
f2029c1

What's Changed

🏗 Maintenance

  • Release 1.32.3-beta.2 by @github-actions[bot] in #2327
  • Release 1.32.3-beta.3 by @github-actions[bot] in #2328
  • Nested interactive-state styles no longer leak to the whole page (#2324, PER-9775)
    Snapshots of pages built with CSS-in-JS / native CSS nesting (e.g., Emotion) could render with the wrong colors—such as a page-wide background tint, dark backgrounds behind SVGs, or incorrect button colors—across all browsers. Component-scoped &:hover / &:focus / &:focus-within rules were being flattened into the captured DOM without their parent selector, meaning a top-level & resolved to :root and applied the styles to the entire document. These rules are now correctly scoped to their parent (&:is(<parent>)), ensuring interactive-state styles stay contained to their component.
  • Sync Automate snapshots no longer fail with "upload is not async iterable" (#2314, PER-9706)
    Fixes an error that could break synchronous Automate snapshot uploads.

Full Changelog: v1.32.3-beta.2...v1.32.3-beta.3

v1.32.3-beta.2

v1.32.3-beta.2 Pre-release
Pre-release

Choose a tag to compare

@AkashBrowserStack AkashBrowserStack released this 29 Jun 09:49
c1e8904

What's Changed

🏗 Maintenance

Full Changelog: v1.32.3-beta.1...v1.32.3-beta.2

v1.32.3-beta.1

v1.32.3-beta.1 Pre-release
Pre-release

Choose a tag to compare

@aryanku-dev aryanku-dev released this 26 Jun 14:45
92723d8

What's Changed

🏗 Maintenance

  • Release 1.32.3-beta.1 by @github-actions[bot] in #2323

Full Changelog: 1.32.3-beta.0...v1.32.3-beta.1

v1.32.3-beta.0

v1.32.3-beta.0 Pre-release
Pre-release

Choose a tag to compare

@Sriram567 Sriram567 released this 24 Jun 02:09
e8af175

What's Changed

🏗 Maintenance

  • Release 1.32.3-beta.0 by @github-actions[bot] in #2313

Full Changelog: v1.32.2...1.32.3-beta.0

v1.32.2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 15:17
20719d0

What's Changed

🏗 Maintenance

  • Release 1.32.2-beta.0 by @github-actions[bot] in #2304
  • Release 1.32.2 by @github-actions[bot] in #2305

Full Changelog: v1.32.1...v1.32.2

v1.32.2-beta.0

v1.32.2-beta.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jun 15:04
b9f4f5c

What's Changed

🏗 Maintenance

  • Release 1.32.2-beta.0 by @github-actions[bot] in #2304

Full Changelog: v1.32.1...v1.32.2-beta.0

v1.32.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 14:34
a6c8730

What's Changed

🐛 Bug Fixes

  • ci: set ignore-scripts=false to fix executable build by @pranavz28 in #2300

🏗 Maintenance

  • Release 1.32.1 by @github-actions[bot] in #2302

Full Changelog: v1.32.0...v1.32.1

v1.32.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 10:28
87f5058

What's Changed

✨ Enhancements

  • feat(webdriver-utils): env-var overrides for staging/percy-dev testing by @bhokaremoin in #2274
  • feat(core): tip about VRA when a build uses Layout review mode (PER-9502) by @prklm10 in #2276

🐛 Bug Fixes

  • fix(cli-command): exit non-zero on any signal-aborted run (PER-8678) by @pranavz28 in #2262

🏗 Maintenance

  • Release 1.31.15-beta.0 by @Shivanshu-07 in #2238
  • fix(core): allow PERCY_GZIP to bypass raw-size cap on asset discovery (PER-8648) by @pranavz28 in #2250
  • ci: automate release — version-bump PR, draft release, and dist-tag sync by @pranavz28 in #2256
  • Release 1.32.0-beta.8 by @github-actions[bot] in #2272
  • Release 1.32.0-beta.9 by @github-actions[bot] in #2283
  • ci: skip heavy test suites on bot version-bump PRs (PER-9560) by @AkashBrowserStack in #2284
  • ci: skip heavy suites on version-bump PRs via paths-ignore (PER-9560) by @AkashBrowserStack in #2293
  • Revert PER-9560 CI changes — restore original test/windows workflows by @AkashBrowserStack in #2298
  • Release 1.32.0 by @github-actions[bot] in #2299

New Contributors

Full Changelog: v1.31.14...v1.32.0

v1.32.0-beta.9

v1.32.0-beta.9 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jun 11:01
cc176ec

What's Changed

✨ Enhancements

  • feat(webdriver-utils): env-var overrides for staging/percy-dev testing by @bhokaremoin in #2274

🏗 Maintenance

  • Release 1.32.0-beta.9 by @github-actions[bot] in #2283

Full Changelog: v1.32.0-beta.8...v1.32.0-beta.9

v1.32.0-beta.8

v1.32.0-beta.8 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jun 04:53
8e91413

What's Changed

🐛 Bug Fixes

  • fix(cli-command): exit non-zero on any signal-aborted run (PER-8678) by @pranavz28 in #2262

🏗 Maintenance

  • ci: automate release — version-bump PR, draft release, and dist-tag sync by @pranavz28 in #2256
  • Release 1.32.0-beta.8 by @github-actions[bot] in #2272

New Contributors

Full Changelog: 1.32.0-beta.7...v1.32.0-beta.8