Skip to content

Commit 6e97f94

Browse files
authored
v1.13 (#1033)
1 parent d432f02 commit 6e97f94

File tree

1 file changed

+36
-41
lines changed

1 file changed

+36
-41
lines changed

lib/PuppeteerSharp/PuppeteerSharp.csproj

Lines changed: 36 additions & 41 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.12.1</PackageVersion>
5+
<PackageVersion>1.13.0</PackageVersion>
66
<Authors>Darío Kondratiuk</Authors>
77
<Owners>Darío Kondratiuk</Owners>
88
<PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>
@@ -12,51 +12,46 @@
1212
<Description>Headless Chrome .NET API</Description>
1313
<PackageId>PuppeteerSharp</PackageId>
1414
<PackageReleaseNotes><![CDATA[
15-
# New Features
16-
17-
* Introduce Popup event.
18-
* Add browserUrl option to Puppeteer.ConnectAsync.
19-
* Introduce ConsoleMessage.Location.
20-
* Implement support for mouseWheel (Mouse.WheelAsync).
21-
* Introduce Page.SetDefaultTimeout.
22-
2315
# Breaking Changes
2416
25-
* Provide default quality for jpeg screenshots.
17+
* Response.Headers changed from `Dictionary<string, object>` to `Dictionary<string, string>`
2618
2719
# Changelog
28-
29-
* Roll Chromium to r624492
30-
* Improve async loop in AddConsoleMessage.
31-
* Relax request matching heuristic.
32-
* Throw on 0x0 screenshots.
33-
* Make sure evaluation does not hang in detached iframes.
34-
* Add failing test for skipping all debugger statements.
35-
* Ignore console messages from destroyed execution contexts.
36-
* Flexible ResourceType parse.
37-
* Properly disable translate UI.
38-
* Filter out "intervention" header.
39-
* Fix repetitive setContent calls.
40-
* Force color profile.
41-
* Add test for waitForFunction with cross-process navigation.
42-
* Make sure headful browser closes with beforeuload page.
43-
* Page.WaitForFunctionAsync should work with multiline strings.
44-
* Update device descriptors.
45-
* Round the clip dimensions.
46-
* Enable Network Service by default.
47-
* Warn on nested js handle.
48-
* Move to flatten protocol.
49-
* Introduce DOM World.
50-
* Use secondary DOMWorld to drive page.Select.
51-
* Always dispose cancellation token sources.
52-
* Use secondary world to drive clicks.
53-
* Sync WaitForSelectorOrXPathAsync code.
54-
* Teach waitForSelector to return null.
55-
* Alternative approach to fixing KeyAlreadyAddedException.
56-
* Fix race condition between disposal and cancellation of CancellationTokenSource.
57-
* Execute frame.waitFor{Selector,XPath} in secondary world.
20+
21+
* PdfOptions should be serializable.
22+
* Bump chromium to r637110.
23+
* SetCacheEnable and WaitFor test updates.
24+
* Input and target tests updates.
25+
* Emulate and SetUserAgent test updates.
26+
* ShouldEnableOrDisableTheCacheBasedOnTheStatePassed test improvements.
27+
* Exclude favicon from tests.
28+
* Disable flaky cookies test.
29+
* Add failing for test for mobile + cross process navigation.
30+
* RequestPostDataTests tests.
31+
* Update ConsoleMessage.Location comments.
32+
* WaitForNavigationTests updates.
33+
* Beforeunload tests updates.
34+
* New connect test.
35+
* CloseTests updates.
36+
* SetRequestInterceptionTests changes.
37+
* WaitForTests changes.
38+
* ElementHandlePress tests updates.
39+
* ExposeFunction improvements.
40+
* Launcher tests refactor.
41+
* Touchscreen tests improvements.
42+
* Add failing test for bad request interception.
43+
* Override Permissions tests changes.
44+
* Split out fixtures tests.
45+
* Move some chromium specific tests.
46+
* Keyboards tests.
47+
* Add page.accessibility.snapshot tests.
48+
* Test refactors.
49+
* Cookies tests improvements.
50+
* Click and Goto tests refactors.
51+
* Minor test changes.
52+
* Network tests refactor.
5853
]]></PackageReleaseNotes>
59-
<ReleaseVersion>1.12.1</ReleaseVersion>
54+
<ReleaseVersion>1.13.0</ReleaseVersion>
6055
<SynchReleaseVersion>false</SynchReleaseVersion>
6156
</PropertyGroup>
6257
<PropertyGroup>

0 commit comments

Comments
 (0)