Skip to content

Commit 8f6ced6

Browse files
authored
v1.4 Docs (#507)
1 parent 1ca3e70 commit 8f6ced6

File tree

1 file changed

+16
-27
lines changed

1 file changed

+16
-27
lines changed

lib/PuppeteerSharp/PuppeteerSharp.csproj

Lines changed: 16 additions & 27 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.3.0</PackageVersion>
5+
<PackageVersion>1.4.0</PackageVersion>
66
<Authors>Darío Kondratiuk</Authors>
77
<Owners>Darío Kondratiuk</Owners>
88
<PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>
@@ -12,35 +12,24 @@
1212
<Description>Headless Chrome .NET API</Description>
1313
<PackageId>PuppeteerSharp</PackageId>
1414
<PackageReleaseNotes>
15-
# New Features
15+
New APIs
16+
17+
* Page.CloseAsync(PageCloseOptions)
18+
* Page.Browser
1619

17-
* CSP Support
18-
* Support anchor navigation
19-
* Chromium updated to r549031
20+
# Minor changes
2021

21-
# New APIs
22-
23-
* Page.SetBypassCSPAsync
24-
* Page.WaitForExpressionAsync
25-
* Frame.WaitForExpressionAsync
26-
* ElementHandle.BoxModelAsync
27-
* Page.Close event
28-
29-
# Breaking Changes
30-
31-
* ConnectOptions.KeepAliveInterval and LaunchOPtions.KeepAliveInterval were marked as obsolete because Chromim doesn't support pings yet (see: https://bugs.chromium.org/p/chromium/issues/detail?id=865002)
32-
* [PENDING] ScreenshotOptions.Type is now an enum
33-
34-
# Changelog
35-
36-
* Add an option to disable timeout for WaitForFunctionAsync
37-
* Tracing.StopAsync now returns a string with the trace data.
38-
* ViewPortOptions.DeviceScaleFactor, IsLandscape and HasTouch now has a public setter.
39-
* Page.waitForNavigation handle mixed content correctly.
40-
* Explicitly throw on content request for redirect response
41-
* Consume protocol errors when initiating browser.close()
22+
* Rolled Chromium to r555668.
23+
* Status 204 support.
24+
* Report 'Log' domain entries as 'console' events.
25+
* Verify file url interception works as expected.
26+
* DownloadAsync should return revision info even if the revision was already downloaded.
27+
* Allow user gesture restricted code to be run in Page.EvaluateExpressionAsync.
28+
* Add pixel2/pixel2 xl.
29+
* Add explanation to page.waitForNavigation.
30+
* ElementHandle EvaluateFunctionAsync examples.
4231
</PackageReleaseNotes>
43-
<ReleaseVersion>1.3.0</ReleaseVersion>
32+
<ReleaseVersion>1.4.0</ReleaseVersion>
4433
<SynchReleaseVersion>false</SynchReleaseVersion>
4534
</PropertyGroup>
4635
<PropertyGroup>

0 commit comments

Comments
 (0)