Releases: percy/percy-capybara
Releases · percy/percy-capybara
v2.0.1
v2.0.0
- Add support for responsive widths.
- Setting global default widths for all snapshots:
Percy.config.default_widths = [320, 1280]
- Or override on a per-snapshots basis:
Percy::Capybara.snapshot(page, name: 'homepage', widths: [320, 1280])
- Setting global default widths for all snapshots:
- Update internal error handling and percy-client dependency.
- Breaking change: removed deprecated flow where
create_snapshot
would initialize a build if not already created. Users must explicitly callPercy::Capybara.initialize_build
(or use the RSpec require) at the beginning of test suites, which was required for parallel test support.
v1.2.0
v1.1.0
v1.0.0
Tagging v1.0.0 release, woohoo!
All future releases will continue to follow the Semantic Versioning scheme. http://semver.org/