puppeteer v11.0.0 Release Notes

Release Date: 2021-11-02 // over 2 years ago
  • โš  BREAKING CHANGES

    • oop iframes: integrate OOP iframes with the frame manager (#7556)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ improve error message for response.buffer() (#7669) (03c9ecc)
    • oop iframes: integrate OOP iframes with the frame manager (#7556) (4d9dc8c), closes #2548
    • โž• add custom debugging port option (#4993) (26145e9)
    • โž• add initiator to HTTPRequest (#7614) (a271145)
    • ๐Ÿ‘ allow to customize tmpdir (#7243) (b1f6e86)
    • โœ… handle unhandled promise rejections in tests (#7722) (07febca)

    ๐Ÿ› Bug Fixes

    • โž• add support for relative install paths to BrowserFetcher (#7613) (eebf452), closes #7592
    • โž• add webp to screenshot quality option allow list (#7631) (b20c2bf)
    • prevent Target closed errors on streams (#7728) (5b792de)
    • โœ… request an animation frame to fix flaky clickablePoint test (#7587) (7341d9f)
    • setup husky properly (#7727) (8b712e7), closes #7726
    • โšก๏ธ updated troubleshooting.md to meet latest dependencies changes (#7656) (edb0197)
    • launcher: launcher.launch() should pass 'timeout' option #5180 (#7596) (113489d)
    • page: fallback to default in exposeFunction when using imported module (#6365) (44c9ec6)
    • page: fix page.off method for request event (#7624) (d0cb943), closes #7572