Releases: percy/percy-capybara
Releases · percy/percy-capybara
v2.6.0
Add :ember_cli_rails
loader. (#34)
v2.5.1
- Handle compressed responses (#32)
- Sprockets 4 support for rails 5 & 5.1 (#30)
v2.5.0
- Add
Percy::Capybara::Anywhere
simple local runner wrapper. (#28)
- Fix double-slash bug when baseurl is set to
/
. (#27)
- Fix module path import loading issues. (#26)
v2.4.4
Support font url() CSS stylesheet references in the native loader.
v2.4.3
Fix bug with poltergeist frame handling.
v2.4.2
Fix ability to have custom local asset hostnames.
v2.4.0
Added first-class :filesystem
loader for loading static assets directly from the filesystem.
v2.3.6
Safely handle bad request errors on snapshot creation, turn them into log warnings.
v2.3.5
Raise an error if PERCY_TOKEN is set but PERCY_PROJECT is not. If you are an early user of Percy and get this error, simply set the PERCY_PROJECT=my-org/my-project
environment variable alongside PERCY_TOKEN in your CI environment.