All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.0.0 (2022-11-04)
- deps: update dependency typescript to ~4.8.0 (5360346)
- puppeteer: Upgrade to puppeteer@19 (29453b3)
- puppeteer: This drops support for earlier versions.
2.0.1 (2022-07-17)
- puppeteer: Fix mugshot peer dependency (cad614f)
2.0.0 (2021-04-24)
- mugshot: Add basic constructor (a482f74)
- The
takeScreenshot
method on theWebdriver
interface has been renamed totakeViewportScreenshot
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)
- contracts: Add screenshot tests for the
Webdriver
contract (c93bbfc) - puppeteer: Implement the new
Webdriver
interface (55f3cf1)
- Remove text from UI fixtures (23a19d1)
- 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 usingloadFixture
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)
- contracts: Add screenshot tests for the
Webdriver
contract (c93bbfc) - puppeteer: Implement the new
Webdriver
interface (55f3cf1)
- Remove text from UI fixtures (23a19d1)
- 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 usingloadFixture
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