Skip to content

Latest commit

 

History

History
323 lines (112 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

323 lines (112 loc) · 12.6 KB

Change Log

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

6.1.1 (2022-07-06)

Bug Fixes

  • expect-puppeteer: return proper error stack traces from matchers (#487) (e9cafb1)

6.1.0 (2022-02-02)

Features

  • add traverseShadowRoots option to toMatch (#463) (28c5235)

6.0.2 (2021-11-25)

Bug Fixes

6.0.0 (2021-09-23)

Note: Version bump only for package expect-puppeteer

5.0.4 (2021-05-26)

Bug Fixes

5.0.3 (2021-04-28)

Bug Fixes

5.0.0 (2021-04-16)

Bug Fixes

  • toFill doesn't empty contents when given an empty string (#381) (964b9a2)

Features

4.4.0 (2019-12-18)

Bug Fixes

Features

  • increase peerDependencies to allow Puppeteer v2 (#289) (62a9b81)
  • expect-puppeteer: support frames (#275) (09703ea)

4.3.0 (2019-07-14)

Note: Version bump only for package expect-puppeteer

4.1.1 (2019-04-11)

Note: Version bump only for package expect-puppeteer

4.1.0 (2019-03-14)

Features

  • expect-puppeteer: add visibility option to toMatchElement (#208) (46d8ec1)

4.0.0 (2019-02-13)

Note: Version bump only for package expect-puppeteer

3.5.1 (2018-11-11)

Note: Version bump only for package expect-puppeteer

3.4.0 (2018-09-24)

Bug Fixes

  • support several instances of Jest in parallel (#138) (275bc71)

Features

  • expect-puppeteer: Update default options to look at connect object (1f33ea0)
  • connect to an already existing instance of Chrome (#100) (3fcbaf8)

3.3.0 (2018-08-15)

Note: Version bump only for package expect-puppeteer

3.2.0 (2018-06-17)

Note: Version bump only for package expect-puppeteer

3.1.0 (2018-06-16)

Note: Version bump only for package expect-puppeteer

3.0.1 (2018-05-03)

Bug Fixes

  • expect-puppeteer: use the same behaviour on toMatch and toMatchElement (784bde8)

3.0.0 (2018-05-03)

Features

  • expect-puppeteer: added delay option to element.type for toFill matcher (#52) (ee39ba9)
  • expect-puppeteer: enhance toMatchElement / toClick text option (cee8f46), closes #51 #50

BREAKING CHANGES

  • expect-puppeteer: Text is now trimmed and no longer evaluated as a RegExp. If you want this behaviour, use a true RegExp.

2.4.0 (2018-04-24)

Features

  • expect-puppeteer: keep original error message (#45) (72b60a9), closes #33
  • expect-puppeteer: make default options configurable (#46) (0d493c4)
  • adjust default timeout with slowMo (6871ec8), closes #36

2.3.0 (2018-04-06)

Note: Version bump only for package expect-puppeteer

2.2.2 (2018-04-01)

Bug Fixes

2.2.1 (2018-03-25)

Bug Fixes

  • support original Jest matchers (99d542e), closes #17

2.2.0 (2018-03-17)

Note: Version bump only for package expect-puppeteer

2.1.0 (2018-03-16)

Features

  • add element handle support (4d37d5b)

2.0.1 (2018-03-08)

Bug Fixes

  • expect-puppeteer: fix expectMatch when body is undefined (#9) (0c60970)

2.0.0 (2018-03-05)

Features

BREAKING CHANGES

  • expectPage() is replaced by expect(page)

1.1.1 (2018-03-04)

Bug Fixes

  • expect-puppeteer: add all sources in pkg (bb51870)

1.1.0 (2018-03-04)

Features

  • add spawnd & expect-puppeteer (6b7f5a4)