Releases: percy/cli
Releases · percy/cli
Release list
Fix component CSS leaking page-wide in snapshots (nested :hover/:focus)
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-withinrules were being flattened into the captured DOM without their parent selector, meaning a top-level&resolved to:rootand 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
What's Changed
🏗 Maintenance
- test(regression): 100% E2E coverage for CLI configs (PER-8250) by @AkashBrowserStack in #2312
Full Changelog: v1.32.3-beta.1...v1.32.3-beta.2
v1.32.3-beta.1
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
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
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
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
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
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
- @davidrunger made their first contribution in #2203
- @AkashBrowserStack made their first contribution in #2267
- @github-actions[bot] made their first contribution in #2272
Full Changelog: v1.31.14...v1.32.0
v1.32.0-beta.9
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
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
- @AkashBrowserStack made their first contribution in #2267
- @github-actions[bot] made their first contribution in #2272
Full Changelog: 1.32.0-beta.7...v1.32.0-beta.8