Skip to content

Latest commit

 

History

History
226 lines (124 loc) · 18.5 KB

CHANGELOG.md

File metadata and controls

226 lines (124 loc) · 18.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

10.2.0 (2021-08-04)

Features

Bug Fixes

  • browser-runner: reject promise on error (#7338) (5eb20e2)
  • add script to remove html comments from docs markdown (#7394) (ea3df80)

10.1.0 (2021-06-29)

Features

Bug Fixes

  • remove redundant await while fetching target (#7351) (083b297)

10.0.0 (2021-05-31)

⚠ BREAKING CHANGES

  • Node.js 10 is no longer supported.

Features

  • chromium: roll to Chromium 92.0.4512.0 (r884014) (#7288) (f863f4b)
  • requestinterception: remove cacheSafe flag (#7217) (d01aa6c)
  • expose other sessions from connection (#6863) (cb285a2)
  • launcher: add new launcher option waitForInitialPage (#7105) (2605309), closes #3630

Bug Fixes

9.1.1 (2021-05-05)

Bug Fixes

9.1.0 (2021-05-03)

Features

Bug Fixes

9.0.0 (2021-04-21)

⚠ BREAKING CHANGES

  • filechooser: FileChooser.cancel() is now synchronous.

Features

Bug Fixes

8.0.0 (2021-02-26)

⚠ BREAKING CHANGES

  • renamed type ChromeArgOptions to BrowserLaunchArgumentOptions
  • renamed type BrowserOptions to BrowserConnectOptions

Features

Bug Fixes

7.1.0 (2021-02-12)

Features

  • page: add color-gamut support to Page.emulateMediaFeatures (#6857) (ad59357), closes #6761

Bug Fixes

7.0.4 (2021-02-09)

Bug Fixes

  • make publish bot run full build, not just tsc (#6848) (f718b14)

7.0.3 (2021-02-09)

Bug Fixes

7.0.2 (2021-02-09)

Bug Fixes

7.0.1 (2021-02-04)

Bug Fixes

  • typescript: ship .d.ts file in npm package (#6811) (a7e3c2e)

7.0.0 (2021-02-03)

⚠ BREAKING CHANGES

    • page.screenshot makes a screenshot with the clip dimensions, not cutting it by the ViewPort size.
  • chromium: - page.screenshot cuts screenshot content by the ViewPort size, not ViewPort position.

Features

  • use captureBeyondViewport in Page.captureScreenshot (#6805) (401d84e)
  • chromium: roll Chromium to r848005 (#6801) (890d5c2)

6.0.0 (2021-02-02)

⚠ BREAKING CHANGES

  • chromium: The built-in aria/ selector query handler doesn’t return ignored elements anymore.

Features

Bug Fixes

5.5.0 (2020-11-16)

Features

Bug Fixes

  • common: fix generic type of _isClosedPromise (#6579) (122f074)
  • domworld: fix missing binding for waittasks (#6562) (67da1cf)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.