Skip to content

Latest commit

 

History

History
110 lines (64 loc) · 4.63 KB

CHANGELOG.md

File metadata and controls

110 lines (64 loc) · 4.63 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.0.0 (2022-11-04)

Bug Fixes

  • deps: update dependency typescript to ~4.8.0 (5360346)

Features

  • puppeteer: Upgrade to puppeteer@19 (29453b3)

BREAKING CHANGES

  • puppeteer: This drops support for earlier versions.

2.0.1 (2022-07-17)

Bug Fixes

  • puppeteer: Fix mugshot peer dependency (cad614f)

2.0.0 (2021-04-24)

Code Refactoring

Features

  • mugshot: Add basic constructor (a482f74)

BREAKING CHANGES

  • The takeScreenshot method on the Webdriver interface has been renamed to takeViewportScreenshot to better reflect its usage.
  • Default exports are no more and everything is a named export now. This improves the generated docs and should also help with IDE autocomplete.

1.0.3 (2020-12-29)

Note: Version bump only for package @mugshot/puppeteer

1.0.2 (2020-09-09)

Note: Version bump only for package @mugshot/puppeteer

1.0.1 (2020-09-07)

Note: Version bump only for package @mugshot/puppeteer

1.0.0 (2020-09-05)

Features

  • contracts: Add screenshot tests for the Webdriver contract (c93bbfc)
  • puppeteer: Implement the new Webdriver interface (55f3cf1)

Tests

  • Remove text from UI fixtures (23a19d1)

BREAKING CHANGES

  • contracts: ideally there should be no breaking changes, but the new screenshot tests might produce differences in some browsers.

All existing adapters have been migrated to the new tests.

  • there should be no changes on the Webdriver contract tests, but if you were using loadFixture to set up screenshot tests then those will most likely fail after this.
  • puppeteer: this will bump the min required version of Mugshot.

1.0.0-alpha.3 (2020-09-05)

Note: Version bump only for package @mugshot/puppeteer

1.0.0-alpha.2 (2020-09-05)

Features

  • contracts: Add screenshot tests for the Webdriver contract (c93bbfc)
  • puppeteer: Implement the new Webdriver interface (55f3cf1)

Tests

  • Remove text from UI fixtures (23a19d1)

BREAKING CHANGES

  • contracts: ideally there should be no breaking changes, but the new screenshot tests might produce differences in some browsers.

All existing adapters have been migrated to the new tests.

  • there should be no changes on the Webdriver contract tests, but if you were using loadFixture to set up screenshot tests then those will most likely fail after this.
  • puppeteer: this will bump the min required version of Mugshot.

1.0.0-alpha.1 (2020-08-30)

Note: Version bump only for package @mugshot/puppeteer