Skip to content

Commit

Permalink
v1.19 (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Aug 12, 2019
1 parent 7c20703 commit 8336fd6
Showing 1 changed file with 16 additions and 22 deletions.
38 changes: 16 additions & 22 deletions lib/PuppeteerSharp/PuppeteerSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>1.18.0</PackageVersion>
<PackageVersion>1.19.0</PackageVersion>
<Authors>Darío Kondratiuk</Authors>
<Owners>Darío Kondratiuk</Owners>
<PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>
Expand All @@ -14,31 +14,25 @@
<PackageReleaseNotes><![CDATA[
# New Features
* Tracing.StartAsync without options.
* OOPIF support.
* Expose IWebProxy in BrowserFetcher.
# Breaking Changes
* Evaluate expressions on new document support. EvaluateOnNewDocumentAsync is marked as obsolete.
* Expose Page.Session.
* Phone buttons support.
* Introduce Page.BringToFrontAsync.
* Introduce file chooser interception.
# Changelog
* Bump Chromium to r672088.
* Do evaluations with one roundtrip.
* Fix A2 and A3 format size.
* Use .NET HttpCode phrases.
* 'Add EmulateAsync and SetViewPortAsync notes.
* Mouse.ClickAsync improvements.
* Add WebSocketFactory example.
* Add test to verify fetching of dataURL requests.
* Remove "--disable-gpu" flag in Windows.
* Clarify frame/page.GotAsync()'s handling of HTTP error statuses.
* Be able to throw protocol like errors.
* Move Path.PdfAsync to protocol streams.
* Add max payload test.
* Roll Chromium to r674921.
* Disable component extensions.
* Slightly enhanced wording.
* Add a missing test.
* Fix typo.
* Add Log CDP example.
* Fix typo and replace "which" by "that".
* Get TLS version from request.
* Properly create isolated worlds.
]]></PackageReleaseNotes>
<ReleaseVersion>1.18.0</ReleaseVersion>
<ReleaseVersion>1.19.0</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 8336fd6

Please sign in to comment.