Skip to content

Releases: percy/percy-capybara

v2.6.0

18 May 23:38
Compare
Choose a tag to compare

Add :ember_cli_rails loader. (#34)

v2.5.1

15 Apr 00:01
Compare
Choose a tag to compare
  • Handle compressed responses (#32)
  • Sprockets 4 support for rails 5 & 5.1 (#30)

v2.5.0

25 Mar 00:26
Compare
Choose a tag to compare
  • 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

22 Feb 20:14
Compare
Choose a tag to compare

Support font url() CSS stylesheet references in the native loader.

v2.4.3

14 Feb 20:27
Compare
Choose a tag to compare

Fix bug with poltergeist frame handling.

v2.4.2

13 Feb 22:34
Compare
Choose a tag to compare

Fix ability to have custom local asset hostnames.

v2.4.1

10 Feb 03:35
Compare
Choose a tag to compare

Bugfix release.

v2.4.0

09 Feb 01:24
Compare
Choose a tag to compare

Added first-class :filesystem loader for loading static assets directly from the filesystem.

v2.3.6

26 Jan 18:35
Compare
Choose a tag to compare

Safely handle bad request errors on snapshot creation, turn them into log warnings.

v2.3.5

07 Jan 02:26
Compare
Choose a tag to compare

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.