Releases: percy/percy-capybara
Releases · percy/percy-capybara
v4.0.2
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
Fixes a bug where passing enable_javascript
didn't actually enable JS in our rendering environment (#84).
v3.2.0
Update percy-client
(#55) - This removes the need for the PERCY_PROJECT
environment variable
v3.1.2
Add support for Rails apps that opt out of using sprockets. Thanks @tristanoneil!
v3.1.1
Adds reporting of client and environment information to help us understand which user agents are being used.
v3.1.0
Added support for passing minimum_height
argument. Example: Percy::Capybara.snapshot(page, minimum_height: 677)
v3.0.2
Add console output notification for builds. (#38)
v3.0.1
- Fix symlink support in Rails public dirs (#37)
v3.0.0
- [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)