Skip to content

Releases: percy/percy-puppeteer

v2.0.2

09 May 19:56
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 🐛 Remove Dynamic import now that @percy/sdk-utils is commonjs (#430) @Robdel12

⬆️⬇️ Dependency Updates

v2.0.1

06 Apr 18:42
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 🐛 Bump to Node 14 and covert sdk-utils to dynamic import (#411) @Robdel12

🏗 Maintenance

⬆️⬇️ Dependency Updates

v2.0.0

02 Mar 23:45
d9e673a
Compare
Choose a tag to compare

💥 Breaking Changes

See the readme for updated install and usage instructions.

Upgrading from v1

If you're upgrading from v1, make sure you read the upgrade guides: https://github.com/percy/percy-puppeteer#upgrading

v2.0.0-beta.3

25 Jan 17:29
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

✨ Enhancements

v2.0.0-beta.2

22 Jan 19:14
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

📝 Doc updates

  • 📝 Update migration docs about import change (#226) @Robdel12

🐛 Bug Fixes

🏗 Maintenance

v2.0.0-beta.1

19 Jan 22:43
7fb2aca
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

💥 Breaking Changes

See the readme for updated install and usage instructions.

v0.4.0

14 Sep 22:27
0ef9602
Compare
Choose a tag to compare

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

v0.3.3

01 Jul 21:45
Compare
Choose a tag to compare

Add an includeBase option. If true, will update the DOM with a base tag on each snapshot.

v0.3.2

28 Apr 18:00
Compare
Choose a tag to compare
  • Log the Percy build URL once the build is finalized.
  • Inject the base element into the head if no base is present. Assists with relative resource paths on live sites.

v0.3.1

27 Apr 02:44
Compare
Choose a tag to compare

Adjust snapshot root resources to use path instead of full url. This fixes the broken behavior of Percy's server rendering screenshots from live site content.