Skip to content

Releases: percy/percy-capybara

v4.0.2

23 Jul 22:02
154c9a2
Compare
Choose a tag to compare

What is this?

v4.0.2 of the the Percy Capybara SDK includes these two fixes:

  • Fix the path to VERSION: #108
  • Add better logging for when the healthcheck fails: #101

v4.0.1

23 May 17:50
Compare
Choose a tag to compare

Fixes a bug where passing enable_javascript didn't actually enable JS in our rendering environment (#84).

v4.0.0

22 Apr 16:20
Compare
Choose a tag to compare

This version introduces breaking changes. If you're upgrading from v3.x or earlier, follow our Upgrading to Percy Capybara v4 guide.

v3.2.0

15 Sep 00:12
eac3cec
Compare
Choose a tag to compare

Update percy-client (#55) - This removes the need for the PERCY_PROJECT environment variable

v3.1.2

24 Jan 22:16
f23a1b2
Compare
Choose a tag to compare

Add support for Rails apps that opt out of using sprockets. Thanks @tristanoneil!

v3.1.1

23 Jun 18:01
Compare
Choose a tag to compare

Adds reporting of client and environment information to help us understand which user agents are being used.

v3.1.0

17 Jun 23:52
Compare
Choose a tag to compare

Added support for passing minimum_height argument. Example: Percy::Capybara.snapshot(page, minimum_height: 677)

v3.0.2

07 Jun 20:58
Compare
Choose a tag to compare

Add console output notification for builds. (#38)

v3.0.1

06 Jun 04:24
Compare
Choose a tag to compare
  • Fix symlink support in Rails public dirs (#37)

v3.0.0

24 May 06:28
Compare
Choose a tag to compare
  • [breaking change] Iframes are no longer included in snapshots by default. If you need to keep iframes enabled, do Percy::Capybara.use_loader(:sprockets_loader, include_iframes: true) (#35)
  • Ember CLI Rails bugfixes (#36)