Skip to content

Releases: puppeteer/replay

v2.0.1

27 Oct 13:14
52de244
Compare
Choose a tag to compare

2.0.1 (2022-10-27)

Bug Fixes

v2.0.0

27 Oct 12:33
f022f15
Compare
Choose a tag to compare

2.0.0 (2022-10-27)

⚠ BREAKING CHANGES

  • the user flow parameter in the runner extensions is now optional

Features

  • expose runner APIs for running individual steps (#215) (4ef380d)

Bug Fixes

  • align typing behaviour between runner and stringifier (#342) (50aae4a)
  • allow specifying no flow when creating a runner (#354) (d920654)

v1.3.2

21 Oct 07:36
8507337
Compare
Choose a tag to compare

1.3.2 (2022-10-21)

Bug Fixes

v1.3.1

05 Oct 13:31
b65a3da
Compare
Choose a tag to compare

1.3.1 (2022-10-05)

Bug Fixes

  • using the correct ('navigate') step type within the parseNavigateStep method (#317) (1131dac)

v1.3.0

21 Sep 07:32
dedec05
Compare
Choose a tag to compare

1.3.0 (2022-09-21)

Features

  • XPath and Text selector types are now supported (#309) (bc066e5)

v1.2.2

21 Sep 05:56
3385cf0
Compare
Choose a tag to compare

1.2.2 (2022-09-20)

Bug Fixes

v1.2.1

20 Sep 09:30
f090fce
Compare
Choose a tag to compare

1.2.1 (2022-09-20)

Bug Fixes

  • ensure the right order of waitForSelector and scrollIntoView (#303) (dd35372)

v1.2.0

15 Sep 13:00
9f99c02
Compare
Choose a tag to compare

1.2.0 (2022-09-14)

Features

v1.1.2

05 Sep 14:45
21cde80
Compare
Choose a tag to compare

1.1.2 (2022-09-05)

Bug Fixes

  • waitForFunction: clearing timeout when callback function returns a truthy value (#283) (2d86fbf)

v1.1.1

30 Aug 07:51
5ebb723
Compare
Choose a tag to compare

1.1.1 (2022-08-30)

Bug Fixes

  • expose Lighthouse stringify extension (#279) (eddad51)