Skip to content

Commit 3a48958

Browse files
authored
v1.6.2 docs (#618)
1 parent f733802 commit 3a48958

File tree

1 file changed

+6
-31
lines changed

1 file changed

+6
-31
lines changed

lib/PuppeteerSharp/PuppeteerSharp.csproj

Lines changed: 6 additions & 31 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.6.0</PackageVersion>
5+
<PackageVersion>1.6.2</PackageVersion>
66
<Authors>Darío Kondratiuk</Authors>
77
<Owners>Darío Kondratiuk</Owners>
88
<PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>
@@ -11,41 +11,16 @@
1111
<Title>PuppeteerSharp</Title>
1212
<Description>Headless Chrome .NET API</Description>
1313
<PackageId>PuppeteerSharp</PackageId>
14-
<PackageReleaseNotes>
15-
# New Features
16-
* Support thrown strings and numbers in getExceptionMessage.
17-
* Implement PageError event from a worker.
18-
* Click wrapped links support.
19-
* Add an option to collect coverage of anonymous scripts.
20-
* ElementHandle.IsIntersectingViewportAsync and Offsetclicks.
14+
<PackageReleaseNotes># Breaking Changes
2115

22-
# New APIs
23-
24-
* Page.WaitForRequestAsync and Page.WaitForResponseAsync.
25-
26-
# Breaking Changes
27-
28-
* Remove throw in case of empty elementHandle.
29-
* EvaluateFunctionAsync and EvaluateFunctionAsync now will throw and EvaluationFailedException.
16+
* Always add àbout:blank` to default arguments.
3017

3118
# Changelog
3219

33-
* Roll Chromium to r571375.
34-
* Migrate exposeFunction from console.debug to Runtime.installBinding.
35-
* Don't pass a reference to the page into frames.
36-
* Simplify EmulationManager.
37-
* Clarify docs about waitForNavigation.
38-
* Add new error reasons for request.abort().
39-
* Fix random tests flakiness.
40-
* Test that verifies pptr works with SVG nodes.
41-
* Nicer protocol error messages.
42-
* Add support for target.page for 'backgroud_page'.
43-
* New devices.
44-
* Fix race condition in WaitTask.
45-
* Make Payload constructor Public.
46-
* Fix ContinueAsync payload override.
20+
* Bump Chromium to 575458
21+
* Remove header 'cookie' from request hash
4722
</PackageReleaseNotes>
48-
<ReleaseVersion>1.6.0</ReleaseVersion>
23+
<ReleaseVersion>1.6.2</ReleaseVersion>
4924
<SynchReleaseVersion>false</SynchReleaseVersion>
5025
</PropertyGroup>
5126
<PropertyGroup>

0 commit comments

Comments
 (0)