Skip to content

Commit 74d434d

Browse files
authored
v1.3 (#439)
1 parent 3ebbd8d commit 74d434d

File tree

1 file changed

+27
-14
lines changed

1 file changed

+27
-14
lines changed

lib/PuppeteerSharp/PuppeteerSharp.csproj

Lines changed: 27 additions & 14 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.2.0</PackageVersion>
5+
<PackageVersion>1.3.0</PackageVersion>
66
<Authors>Darío Kondratiuk</Authors>
77
<Owners>Darío Kondratiuk</Owners>
88
<PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>
@@ -12,22 +12,35 @@
1212
<Description>Headless Chrome .NET API</Description>
1313
<PackageId>PuppeteerSharp</PackageId>
1414
<PackageReleaseNotes>
15-
New Features
16-
* New RequestChain property.
17-
* Chromium updated to r543305.
15+
# New Features
1816

19-
New APIs
20-
* Request.RedirectChain.
21-
* ElementHandle.ContentFrameAsync.
22-
* AddTagOptions.Type. Allowing the user to declare script tags (using Page.AddScriptTagAsync) as modules.
17+
* CSP Support
18+
* Support anchor navigation
19+
* Chromium updated to r549031
2320

24-
Changes
25-
* Response.Ok() returns true for local files.
26-
* Target.TargetType is now an enum.
27-
* NavigationException Improvements.
28-
* PaperFormat Height and Width now are public.
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()
2942
</PackageReleaseNotes>
30-
<ReleaseVersion>1.2.0</ReleaseVersion>
43+
<ReleaseVersion>1.3.0</ReleaseVersion>
3144
<SynchReleaseVersion>false</SynchReleaseVersion>
3245
</PropertyGroup>
3346
<PropertyGroup>

0 commit comments

Comments
 (0)