Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.19 #1245

Merged
merged 1 commit into from
Aug 12, 2019
Merged

v1.19 #1245

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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