Skip to content

Releases: percy/cli

v1.0.0-beta.15

01 Oct 01:44
Compare
Choose a tag to compare
v1.0.0-beta.15 Pre-release
Pre-release

✨ Enhancements

🐛 Bug Fixes

🏗 Maintenance

v1.0.0-beta.14

25 Sep 22:15
Compare
Choose a tag to compare
v1.0.0-beta.14 Pre-release
Pre-release

✨ Enhancements

  • ♻️ Use node's http server for snapshot api and tests (#46) @wwilsman

🐛 Bug Fixes

  • 🐛 Find the error detail when throwing client API errors (f56191c) @wwilsman

v1.0.0-beta.13

24 Sep 01:36
Compare
Choose a tag to compare
v1.0.0-beta.13 Pre-release
Pre-release

64b5fe1 - ✅ Allow mock API delay
a3f64ca - ✅ Update interactor usage
013943b - 📦 Update minor package versions
639c7ce - ✅ Allow common test helpers to be used without compilation
b71880f - ✅ Use import/export for cli-config test helpers
6b35347 - 🏷 Fix puppeteer page type
307c128 - 🐛 Do not serialize empty canvas elements
367d945 - ✅ Remove unnecessary async
c922755 - ✨ Add waitForTimeout and waitForSelector capture options
5fb562f - ⬆️ Bump webpack from 4.44.1 to 4.44.2 (#45)
b813404 - ⬆️ Bump puppeteer-core from 5.2.1 to 5.3.0 (#44)
fc6ebd7 - ⬆️ Bump eslint from 7.8.1 to 7.9.0 (#43)
b020360 - ⬆️ Bump ajv from 6.12.4 to 6.12.5 (#42)

v1.0.0-beta.12

17 Sep 18:53
Compare
Choose a tag to compare
v1.0.0-beta.12 Pre-release
Pre-release

1378fb1 - ✅ Ship select test helpers
477f4fa - ⬆️ Bump @babel/core from 7.11.4 to 7.11.6 (#41)
1b7ae64 - ⬆️ Bump @babel/register from 7.10.5 to 7.11.5 (#40)
6c667eb - ⬆️ Bump karma from 5.2.1 to 5.2.2 (#39)
a148ca0 - ⬆️ Bump @babel/eslint-parser from 7.11.4 to 7.11.5 (#38)
b6a08a3 - ⬆️ Bump node-fetch from 2.6.0 to 2.6.1 (#37)

v1.0.0-beta.11

11 Sep 23:10
Compare
Choose a tag to compare
v1.0.0-beta.11 Pre-release
Pre-release

dfd84a7 - 💚 Use alternate CI caching
33af5cb - ✅ Fix tests when throwing CLI errors
a4216b9 - 🐛 Exit after logging caught errors
3657a3f - ⬆️ Bump eslint from 7.7.0 to 7.8.1 (#36)
15191db - ⬆️ Bump karma from 5.1.1 to 5.2.1 (#35)
ac590d9 - ⬆️ Bump image-size from 0.8.3 to 0.9.1 (#34)
8e3dfb1 - ⬆️ Bump @babel/cli from 7.10.5 to 7.11.6 (#33)
ebc5f64 - ⬆️ Bump @babel/preset-env from 7.11.0 to 7.11.5 (#32)

v1.0.0-beta.9

02 Sep 18:59
Compare
Choose a tag to compare
v1.0.0-beta.9 Pre-release
Pre-release

ef21487 - ♻ Provide alternate environment info for exec
ccb80f9 - ✨ Add core method to return local server address
be12952 - 🔊 Change the default loglevel of the logger
bce4fa1 - ✨ Allow debug logs to handle error objects like error logs
924c806 - ⬆️ Bump mocha from 8.1.1 to 8.1.3 (#30)
24f5536 - 🐛 Idle helper should wait for timeout before resolving
798060a - ⬆️ Bump expect from 26.4.0 to 26.4.2 (#29)
407dd58 - ⬆️ Bump @babel/eslint-parser from 7.11.3 to 7.11.4 (#28)
f8d7733 - ⬆️ Bump @babel/core from 7.11.1 to 7.11.4 (#27)
ef73251 - 🐛Correctly collect git data (#26)

v1.0.0-beta.10

02 Sep 20:54
Compare
Choose a tag to compare
v1.0.0-beta.10 Pre-release
Pre-release

076c340 - ♻ Adjust order of exec env vars to allow inheritance
44735f3 - ⬆️ Bump bl from 4.0.2 to 4.0.3 (#31)
862d0c3 - 🐛 Use localhost over dynamic server address

v1.0.0-beta.8

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

99bfba6 - 🐛 Ensure data-url requests are tracked which are later untracked
89a42b9 - ✅ Update failing test
75a7a0f - ♻️ Ensure the snapshot server responds to 500s with json
6b9cf5d - ♻️ Use minHeight option rather than minimumHeight

v1.0.0-beta.7

20 Aug 21:51
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

7d35515 - ✨ Add exec environment info for SDKs
26c4a46 - 🔇 Silence discoverer logs for data-urls
6f24fc7 - 🐛 Fix DOM serialization fallback when options is null

v1.0.0-beta.6

07 Aug 21:46
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

d46b984 - ✨ Allow failing of waited builds when changes are present