Skip to content

Releases: percy/cli

v1.1.0

19 Apr 21:49
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

  • ✨ Update asset discovery browser to Chromium v96.0.4664.0 by @Robdel12 in #896

🐛 Bug Fixes

⬆️⬇️ Dependency Updates

Full Changelog: v1.0.8...v1.1.0

v1.0.8

14 Apr 22:30
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • 🐛 Make config normalize skip option behave as expected by @wwilsman in #885

Full Changelog: v1.0.7...v1.0.8

v1.0.7

12 Apr 20:23
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • 🐛 Check for alternate casing when determining dom snapshot syntax by @wwilsman in #883

⬆️⬇️ Dependency Updates

Full Changelog: v1.0.6...v1.0.7

v1.0.6

11 Apr 21:12
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

  • ✨@percy/config util improvements by @wwilsman in #877
  • ✨ Autoload CLI plugin from the current working directory by @wwilsman in #878

🐛 Bug Fixes

🏗 Maintenance

⬆️⬇️ Dependency Updates

Full Changelog: v1.0.5...v1.0.6

v1.0.5

06 Apr 18:34
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: v1.0.4...v1.0.5

v1.0.4

05 Apr 18:51
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

⬆️⬇️ Dependency Updates

Full Changelog: v1.0.3...v1.0.4

v1.0.3

05 Apr 17:54
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: v1.0.2...v1.0.3

v1.0.2

05 Apr 17:37
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • ✅ Include all core test helpers in packaged files by @wwilsman in #862

Full Changelog: v1.0.1...v1.0.2

v1.0.1

01 Apr 23:42
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • 🐛 Remove relative path from package files by @wwilsman in #858

Full Changelog: v1.0.0...v1.0.1

v1.0.0

01 Apr 20:13
Compare
Choose a tag to compare

What's Changed

💥 Breaking Changes

  • ♻️ Move packages to ESM by @wwilsman in #852
  • 💥 New minimum Node version of 14 to align with currently supported LTS releases

✨ Enhancements

  • ✨ Use default widths instead of throwing an error when missing by @wwilsman in #808
  • ♻️ Improve build failure handling by @wwilsman in #805
  • ✨ Minor @percy/config improvements by @wwilsman in #804
  • ✨ Accept alternate core snapshot syntaxes by @wwilsman in #809
  • ✨ Introduce the ability to abort requests from specificed hostnames (disallowedHostnames) by @Robdel12 in #823
  • ♻️ Update package exports and refactor test helpers by @wwilsman in #830
  • ✨ Add sdk-utils waitForPercyIdle helper by @wwilsman in #831
  • ✨ Throw an error when a static server directory does not exist by @wwilsman in #832
  • ✨ Allow alternate snapshot syntaxes to be cancelable by @wwilsman in #833
  • ✨ Allow a function to gather snapshots using alternate syntaxes by @wwilsman in #834
  • ✨ Automatically include package information with CLI commands by @wwilsman in #850

🐛 Bug Fixes

  • 🐛 Fix core snapshot method compatibility with cli-snapshot command by @wwilsman in #818
  • 🐛 Insert serialized CSSOM style tag after CSSOM ownerNode by @Robdel12 in #843
  • 🐛 Fix duplicate resource URL issues with snapshot method by @Robdel12 in #849
  • 🐛 Wrap serializeVideos in try/catch to catch security errors by @Robdel12 in #848
  • 🐛 Fix supressed validation error causing options to not be scrubbed by @wwilsman in #853

🏗 Maintenance

  • ✅ Update install unit tests to use mock filesystem by @wwilsman in #807
  • ♻️ Move browser timeout default to other launch option defaults by @wwilsman in #806
  • ♻️ Update cli-snapshot command to use new core snapshot syntaxes by @wwilsman in #819

⬆️⬇️ Dependency Updates

Full Changelog: v1.0.0-beta.76...v1.0.0