Releases: puppeteer/replay
Releases · puppeteer/replay
v2.0.1
2.0.1 (2022-10-27)
Bug Fixes
v2.0.0
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
1.3.2 (2022-10-21)
Bug Fixes
v1.3.1
1.3.1 (2022-10-05)
Bug Fixes
- using the correct ('navigate') step type within the parseNavigateStep method (#317) (1131dac)
v1.3.0
1.3.0 (2022-09-21)
Features
- XPath and Text selector types are now supported (#309) (bc066e5)
v1.2.2
1.2.2 (2022-09-20)
Bug Fixes
v1.2.1
1.2.1 (2022-09-20)
Bug Fixes
- ensure the right order of waitForSelector and scrollIntoView (#303) (dd35372)
v1.2.0
1.2.0 (2022-09-14)
Features
v1.1.2
1.1.2 (2022-09-05)
Bug Fixes
- waitForFunction: clearing timeout when callback function returns a truthy value (#283) (2d86fbf)
v1.1.1
1.1.1 (2022-08-30)
Bug Fixes