Skip to content

v13.0.0

Compare
Choose a tag to compare
@kblok kblok released this 22 Nov 13:27
· 114 commits to master since this release
d5caa54

Breaking changes

We have a few more breaking changes in our effort to catch puppeteer.

  • FileChooser.Cancel was renamed to CancelAsync, and it's not Async by @kblok in #2336
  • New options on CreateIncognitoBrowserContextAsync to pass proxy settings. by @kblok in #2346
  • Worker was renamed to WebWorker by @kblok in #2356
  • IExecutionContext.QueryObjectsAsync was removed by @kblok in #2356
  • IFrame.GetExecutionContextAsync was removed by @kblok in #2356
  • IJSHandle.ExecutionContext was removed by @kblok in #2356

What's New

  • Update Chrome to 119.0.6045.105 by @kblok in #2354
  • Introduce screenshot optimize for speed option by @kblok in #2330
  • Expose SessionAttached and SessionDetached events by @kblok in #2334
  • Add tagged (accessible) PDFs option by @kblok in #2347
  • Add IsVisibleAsync and IsHiddenAsync by @kblok in #2349

What's Changed

Full Changelog: v12.0.0...v13.0.0