Skip to content

Commit 8336fd6

Browse files
authored
v1.19 (#1245)
1 parent 7c20703 commit 8336fd6

File tree

1 file changed

+16
-22
lines changed

1 file changed

+16
-22
lines changed

lib/PuppeteerSharp/PuppeteerSharp.csproj

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<PackOnBuild>true</PackOnBuild>
5-
<PackageVersion>1.18.0</PackageVersion>
5+
<PackageVersion>1.19.0</PackageVersion>
66
<Authors>Darío Kondratiuk</Authors>
77
<Owners>Darío Kondratiuk</Owners>
88
<PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>
@@ -14,31 +14,25 @@
1414
<PackageReleaseNotes><![CDATA[
1515
# New Features
1616
17-
* Tracing.StartAsync without options.
18-
* OOPIF support.
19-
* Expose IWebProxy in BrowserFetcher.
20-
21-
# Breaking Changes
22-
23-
* Evaluate expressions on new document support. EvaluateOnNewDocumentAsync is marked as obsolete.
17+
* Expose Page.Session.
18+
* Phone buttons support.
19+
* Introduce Page.BringToFrontAsync.
20+
* Introduce file chooser interception.
2421
2522
# Changelog
2623
27-
* Bump Chromium to r672088.
28-
* Do evaluations with one roundtrip.
29-
* Fix A2 and A3 format size.
30-
* Use .NET HttpCode phrases.
31-
* 'Add EmulateAsync and SetViewPortAsync notes.
32-
* Mouse.ClickAsync improvements.
33-
* Add WebSocketFactory example.
34-
* Add test to verify fetching of dataURL requests.
35-
* Remove "--disable-gpu" flag in Windows.
36-
* Clarify frame/page.GotAsync()'s handling of HTTP error statuses.
37-
* Be able to throw protocol like errors.
38-
* Move Path.PdfAsync to protocol streams.
39-
* Add max payload test.
24+
* Roll Chromium to r674921.
25+
* Disable component extensions.
26+
* Slightly enhanced wording.
27+
* Add a missing test.
28+
* Fix typo.
29+
* Add Log CDP example.
30+
* Fix typo and replace "which" by "that".
31+
* Get TLS version from request.
32+
* Properly create isolated worlds.
33+
4034
]]></PackageReleaseNotes>
41-
<ReleaseVersion>1.18.0</ReleaseVersion>
35+
<ReleaseVersion>1.19.0</ReleaseVersion>
4236
<SynchReleaseVersion>false</SynchReleaseVersion>
4337
</PropertyGroup>
4438
<PropertyGroup>

0 commit comments

Comments
 (0)