Skip to content

Releases: percy/cli

v1.0.0-beta.66

24 Aug 18:38
Compare
Choose a tag to compare
v1.0.0-beta.66 Pre-release
Pre-release

💥 Breaking Changes

  • 💥✨ Add include/exclude cli-snapshot options & deprecate files/ignore (#498) @wwilsman

✨ Enhancements

  • ✨ Accept sitemaps with the snapshot command! (#516) @wwilsman
  • ✨ Accept additional snapshot execute options for various states (#514) @wwilsman
  • ✨ Allow proxying HTTP requests with client request util (#508) @wwilsman
  • 💥✨ Add include/exclude cli-snapshot options & deprecate files/ignore (#498) @wwilsman
  • ✨ Allow automatically deprecating and mapping CLI flags (#496) @wwilsman
  • ♻ Small revision to the deprecate migrate util api (#495) @wwilsman
  • ✨ Add deprecate config migrate util (#494) @wwilsman

🐛 Bug Fixes

  • 🐛 Set serialized iframe base URL for realtive URLs using <base> (#519) @Robdel12
  • 🐛 Fix sitemap unique URL filtering bug (#517) @wwilsman
  • 🐛 Fix reference error when static config options are not defined (#515) @wwilsman
  • 🐛 Wait for network idle for responsive asset discovery (#512) @wwilsman
  • 🐛 Do not replace initial overrides with empty flags (#497) @wwilsman
  • 🐛 Fix small config util bugs (#493) @wwilsman

🏗 Maintenance

⬆️⬇️ Dependency Updates

v1.0.0-beta.65

12 Aug 22:04
Compare
Choose a tag to compare
v1.0.0-beta.65 Pre-release
Pre-release

✨ Enhancements

🐛 Bug Fixes

v1.0.0-beta.64

11 Aug 22:15
Compare
Choose a tag to compare
v1.0.0-beta.64 Pre-release
Pre-release

✨ Enhancements

  • ✨ Install the correct Chromium binary for arm Macs (#486) @wwilsman

🐛 Bug Fixes

  • 🐛 Fix situations where asset discovery might hang (#490) @wwilsman

⬆️⬇️ Dependency Updates

v1.0.0-beta.63

04 Aug 21:05
Compare
Choose a tag to compare
v1.0.0-beta.63 Pre-release
Pre-release

✨ Enhancements

🏗 Maintenance

⬆️⬇️ Dependency Updates

v1.0.0-beta.62

30 Jul 18:29
Compare
Choose a tag to compare
v1.0.0-beta.62 Pre-release
Pre-release

✨ Enhancements

  • ✨ Refactor static snapshot logic into utils (#465) @wwilsman
  • ✨ Allow registering multiple config migrations at a time (#456) @wwilsman

🏗 Maintenance

⬆️⬇️ Dependency Updates

  • ⬆️ Bump @rollup/plugin-commonjs from 19.0.2 to 20.0.0 (#463) @dependabot
  • ⬆️ Update dependencies on and allow github-actions management by dependabot (#457) @mmorel-35

v1.0.0-beta.61

29 Jul 17:13
Compare
Choose a tag to compare
v1.0.0-beta.61 Pre-release
Pre-release

✨ Enhancements

🐛 Bug Fixes

  • 🐛 Fix enableJavaScript default for snapshot discovery (#453) @wwilsman

🏗 Maintenance

⬆️⬇️ Dependency Updates

v1.0.0-beta.60

20 Jul 18:10
Compare
Choose a tag to compare
v1.0.0-beta.60 Pre-release
Pre-release

🐛 Bug Fixes

  • 🐛 Ensure core schemas are loaded before dependent snapshot schemas (#431) @wwilsman

🏗 Maintenance

v1.0.0-beta.59

19 Jul 17:33
Compare
Choose a tag to compare
v1.0.0-beta.59 Pre-release
Pre-release

✨ Enhancements

🐛 Bug Fixes

🏗 Maintenance

v1.0.0-beta.58

30 Jun 16:18
Compare
Choose a tag to compare
v1.0.0-beta.58 Pre-release
Pre-release

✨ Enhancements

  • ✨ Do not wait for remote requests to idle during asset discovery (#400) @wwilsman

v1.0.0-beta.57

28 Jun 18:25
Compare
Choose a tag to compare
v1.0.0-beta.57 Pre-release
Pre-release

✨ Enhancements

  • 🥅 Check version of Node, exit if not supported (#398) @Robdel12