Skip to content

Latest commit

 

History

History
385 lines (166 loc) · 15.4 KB

File metadata and controls

385 lines (166 loc) · 15.4 KB

0.19.1 (2019-10-09)

Bug Fixes

  • Always release puppeteer page in asset discovery (#396) (6e4cff1)

0.19.0 (2019-10-09)

Features

  • ✨ Add client info for upload command (#395) (9625c4a)

0.18.4 (2019-10-07)

Bug Fixes

0.18.3 (2019-10-04)

Bug Fixes

0.18.2 (2019-10-03)

Bug Fixes

  • Add rootResourceURL in front of percy specific resources (#388) (ebc3594)

0.18.1 (2019-10-03)

Bug Fixes

  • Restrict try-catch in upload command so build can be finalized (#387) (eed8798)

0.18.0 (2019-10-03)

Features

0.17.1 (2019-10-03)

Bug Fixes

  • 🐛 Encode image url for static image uploads (#385) (6a52a9c)

0.17.0 (2019-10-01)

Features

0.16.2 (2019-10-01)

Bug Fixes

0.16.1 (2019-09-25)

Bug Fixes

  • Handle 404 errors when capturing redirected assets (#354) (aefcd17)

0.16.0 (2019-09-25)

Features

  • ✨ Add ability to snapshot a directory of static images (#353) (96f1ed5)

0.15.2 (2019-09-24)

Bug Fixes

  • Add Percy specific CSS to root resource after asset discovery (#352) (5984a65)

0.15.1 (2019-09-20)

Bug Fixes

  • Check for widths array length so empty arrays are never used (#351) (e044749)

0.15.0 (2019-09-19)

Features

0.14.1 (2019-09-19)

Bug Fixes

  • Concat hostname option from CLI & config file (#348) (7090bfd)

0.14.0 (2019-09-18)

Features

0.13.0 (2019-09-17)

Features

  • Introduce an API for Percy Specific CSS (#346) (6158f57)

0.12.2 (2019-09-12)

Bug Fixes

  • Exit nicely if the passed directory doesn't exist (#344) (f65acaf)

0.12.1 (2019-09-12)

Bug Fixes

  • Prevent writing to the snapshot log once the resource sha is created (#345) (2a46561)

0.12.0 (2019-09-12)

Features

  • Automatically capture Winston logs per-snapshot (#343) (780bb1c)

0.11.0 (2019-09-03)

Features

  • Add configuration option to enable javascript (#341) (fb05050)

0.10.1 (2019-08-22)

Bug Fixes

  • Stop and finalize build on exec termination (#332) (2fd90b9)

0.10.0 (2019-08-07)

Features

  • Support capturing assets from allowed hostnames (#320) (c3fb8ac)

0.9.2 (2019-08-06)

Bug Fixes

0.9.1 (2019-08-06)

Bug Fixes

  • Log error if there is one from the config service (#318) (6432b63)
  • Use innerHTML rather than innerText for textareas (#317) (b700fbb)

0.9.0 (2019-07-22)

Features

0.8.3 (2019-07-03)

Bug Fixes

  • Reject redirected requests for static snapshots (#273) (a75a445)

0.8.2 (2019-07-02)

Bug Fixes

  • POST snapshots to the right endpoint (#271) (bf8fc6c)

0.8.1 (2019-07-02)

Bug Fixes

  • Static service wait for network idle (#270) (7d438d2)

0.8.0 (2019-07-02)

Features

  • Expanded .percy.yml configuration support (#257) (9538202)

0.7.2 (2019-06-14)

Bug Fixes

  • Strip host from static snapshot names (#250) (9026073)

0.7.1 (2019-06-13)

Bug Fixes

  • Replace Rollup with Webpack for client JS bundling (#249) (450c31e)

0.7.0 (2019-06-06)

Features

0.6.0 (2019-06-06)

Features

  • Support static snapshots in .percy.yml configuration file (#159) (d9e5efe)

0.5.3 (2019-06-06)

Bug Fixes

  • Always apply form elements value property as an attribute (#227) (8bcc318)

0.5.2 (2019-06-03)

Bug Fixes

0.5.1 (2019-05-31)

Bug Fixes

  • Serialize in-memory attributes into deep DOM clone (#208) (56d76bd)

0.5.0 (2019-05-30)

Features

0.4.9 (2019-05-21)

Bug Fixes

0.4.8 (2019-05-14)

Bug Fixes

  • Disable HTTPS errors for asset discovery (#199) (e19c91e)

0.4.7 (2019-05-14)

Bug Fixes

0.4.6 (2019-05-09)

Bug Fixes

  • Lock to @oclif/command 1.5.10 to avoid MaxListenersExceededWarning. Closes #187 (#189) (50a2e76)

0.4.5 (2019-05-08)

Bug Fixes

0.4.4 (2019-05-03)

Bug Fixes

  • Expose PercyAgent as a global always (#178) (698067b)

0.4.3 (2019-05-02)

Bug Fixes

0.4.2 (2019-05-02)

Bug Fixes

  • Build PercyAgent code that's inject in browser as iife (#176) (9f1ac26)

0.4.1 (2019-04-30)

Bug Fixes

  • Introduce cross-spawn for cross platform commands (#175) (f9bc817), closes #174

0.4.0 (2019-04-26)

Features

  • Ability to snapshot a directory of webpages. Usage: percy snapshot directory/ (#137) (20daabb)

0.3.1 (2019-04-18)

Bug Fixes

0.3.0 (2019-04-16)

Features

  • Add hidden snapshot command for future implementation (#120) (98ae4b8)

0.2.3 (2019-04-15)

Bug Fixes

0.2.2 (2019-04-08)

Bug Fixes

  • do not include node-based sdk-utils in default export for package. (#125) (4a61b78)

0.2.1 (2019-04-03)

Bug Fixes

  • Revert & remove browser from package.json (#123) (994f2ad)

0.2.0 (2019-04-03)

Features