Skip to content

Releases: percy/percy-capybara

v5.0.0

15 Jul 16:51
Compare
Choose a tag to compare

💥 Breaking Changes

See the readme for updated install and usage instructions.

Upgrading from v4

If you're upgrading from v4, make sure you read the upgrade guides: https://github.com/percy/percy-capybara#upgrading

v5.0.0.pre.5

10 Jun 17:08
Compare
Choose a tag to compare
v5.0.0.pre.5 Pre-release
Pre-release

🐛 Bug fixes

v5.0.0.pre.4

09 Jun 18:58
Compare
Choose a tag to compare
v5.0.0.pre.4 Pre-release
Pre-release

🐛 Bug Fixes

  • 🐛 Gather current_session from Capybara rather than importing the DSL module (#168) @Robdel12

📝 Docs update

  • 📝 Update README migration instructions with API change (#166) @Robdel12

v5.0.0.pre.3

07 May 18:35
Compare
Choose a tag to compare
v5.0.0.pre.3 Pre-release
Pre-release

🐛 Bug Fixes

v5.0.0.pre.2

06 May 21:47
Compare
Choose a tag to compare
v5.0.0.pre.2 Pre-release
Pre-release

🐛 Bug Fixes

v5.0.0.pre.1

06 May 20:54
Compare
Choose a tag to compare
v5.0.0.pre.1 Pre-release
Pre-release

✨ Enhancements

v5.0.0.pre.0

06 May 20:51
86c1ba5
Compare
Choose a tag to compare
v5.0.0.pre.0 Pre-release
Pre-release

✨ Enhancements

v4.3.3

09 Sep 19:03
Compare
Choose a tag to compare

What changed?

  • 🐛 6343cd6 - fix: Only wrap evaluate_script calls in IIFE (#153)

v4.3.2

02 Sep 17:37
Compare
Choose a tag to compare

What changed?

  • Use evaluate_script method if it's available, otherwise use execute_script as a fall back (#152)

v4.1.0

17 Sep 17:00
Compare
Choose a tag to compare

What changed?

You can now pass per-snapshot CSS that will only render in the Percy rendering env:

Percy.snapshot(page, { name: 'Home page', percy_css: "body { background-color: purple }" })

This requires @percy/agent v0.13.0+ to work