Skip to content

Latest commit

 

History

History
87 lines (46 loc) · 6.22 KB

CHANGELOG.md

File metadata and controls

87 lines (46 loc) · 6.22 KB

Changelog

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

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.