Skip to content

v6.0.0

Choose a tag to compare

@kblok kblok released this 19 Nov 12:40
· 450 commits to master since this release
c63b2d2

What's New

  • Introduce drag and drop support by @kblok in #1830
  • Allow ResponseData.Headers to support multiple values for the same key by @amaitland in #1831
  • Introduce Page.EmulateVisionDeficiencyAsync and Page.EmulateCPUThrottlingAsync by @kblok in #1839
  • Add an option to include/specify a custom delegate to download the browser. by @mckabue in #1849
  • Include UrlFragment to Frame Url by @kblok in #1853
  • Make Page.EmulateCPUThrottlingAsync public by @amaitland in #1868

Breaking Changes

  • Extensions class was renamed to PuppeteerHandleExtensions.
  • BrowserFetcher is now IDisposable.

What's Changed

  • Documentation Update for EvaluateExpressionAsync() with Example by @kgar in #1818
  • Issue 1590 - Docfx code examples update by @kgar in #1819
  • Activated CA1724 and resolved errors by @kgar in #1807
  • Set CA1031 to Error and resolved compiler errors by @kgar in #1821
  • Set CA2008 to "Error" and resolved compiler errors by @kgar in #1822
  • Set CA2237 to "Error" and resolved compiler errors. by @kgar in #1823
  • Tests - Add PuppeteerFact to allow for greater control over tests by @amaitland in #1829
  • Set CA2220 to "Error". No error to be seen. by @kgar in #1825
  • Add EventEmiter tests to the Won't implement list by @kblok in #1827
  • Set CA1001 to "Error" and resolved issues by @kgar in #1826
  • Simplify NuGet dependencies by @pirrmann in #1803
  • Set "SA1116" to "Error" and resolved compiler errors by @kgar in #1828
  • Set SA1614 to "Error" and resolved errors. by @kgar in #1834
  • Set SA1622 to "Error" and resolved compiler errors. by @kgar in #1832
  • Set SA1643 to "Error" and resolved errors. by @kgar in #1835
  • Fix touchscreen test name by @kblok in #1837
  • Add missing FileChooser Accept test by @kblok in #1838
  • Set SA1627 to "Error" and resolved errors. by @kgar in #1833
  • Set SA1012 and SA1013 to "Error" and resolved errors. by @arnaudmaichac in #1844
  • Set SA1214 to "Error" and resolved errors. by @arnaudmaichac in #1843
  • Change target to .NET5 in tests by @arnaudmaichac in #1848
  • Set SA1208 and SA1210 to "Error" and resolved errors. by @arnaudmaichac in #1847
  • Set SA1515 to "Error" and resolved errors. by @arnaudmaichac in #1842
  • Add missing CDPSession test by @kblok in #1850
  • Fix missing tests check by @kblok in #1851
  • Add missing wait task tests by @kblok in #1860
  • DevicesFetcher - Parse Puppeteer DeviceDescriptors.ts by @amaitland in #1869
  • Fix for #1866 by @brnbs in #1871

New Contributors

Full Changelog: v5.1.0...v6.0.0