Skip to content

Commit c159f1f

Browse files
authored
v1.7 Docs (#639)
1 parent 3c97c3f commit c159f1f

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

lib/PuppeteerSharp/PuppeteerSharp.csproj

Lines changed: 27 additions & 6 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.2</PackageVersion>
5+
<PackageVersion>1.7.0</PackageVersion>
66
<Authors>Darío Kondratiuk</Authors>
77
<Owners>Darío Kondratiuk</Owners>
88
<PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>
@@ -11,16 +11,37 @@
1111
<Title>PuppeteerSharp</Title>
1212
<Description>Headless Chrome .NET API</Description>
1313
<PackageId>PuppeteerSharp</PackageId>
14-
<PackageReleaseNotes># Breaking Changes
14+
<PackageReleaseNotes># New Features
1515

16-
* Always add `about:blank` to default arguments.
16+
* Typing emojis.
17+
* Bump Chormium to r579032.
18+
* [PENDING] Page.ClickAsync should work with disabled javascript
19+
20+
# New APIs
21+
22+
* New PdfOptions.PreferCSSPageSize option.
23+
* Page.GoToAsync(string url, WaitUntilNavigation waitUntil).
24+
* LaunchOptions.DefaultViewport - ConnectOptions.DefaultViewport
25+
* LaunchOptions. IgnoredDefaultArgs
26+
* Puppeteer.DefaultArgs().
27+
* BrowserContext.PagesAsync().
28+
* Make WaitTaskTimeoutException public.
29+
* Extension improvements: ElementHandle.EvaluateFunctionAsync and JSHandle.EvaluateFunctionAsync.
30+
31+
# Breaking Changes
32+
33+
* Dropped LaunchOptions.AppMode - ConnectOptions.AppMode
1734

1835
# Changelog
1936

20-
* Bump Chromium to 575458
21-
* Remove header 'cookie' from request hash
37+
* Make sure referer header is reported with request interception.
38+
* Using new browser context for every page test.
39+
* Don't emit an internal error when eval causes navigation.
40+
* Force KeepAliveInterval to 0.
41+
* Improve waiting for selector to be hidden error message.
42+
* Fix Memory leaks in Connections.
2243
</PackageReleaseNotes>
23-
<ReleaseVersion>1.6.2</ReleaseVersion>
44+
<ReleaseVersion>1.7.0</ReleaseVersion>
2445
<SynchReleaseVersion>false</SynchReleaseVersion>
2546
</PropertyGroup>
2647
<PropertyGroup>

0 commit comments

Comments
 (0)