Skip to content

Commit a3e4a89

Browse files
authored
v1.14 (#1066)
1 parent 453501a commit a3e4a89

File tree

1 file changed

+12
-37
lines changed

1 file changed

+12
-37
lines changed

lib/PuppeteerSharp/PuppeteerSharp.csproj

Lines changed: 12 additions & 37 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.13.0</PackageVersion>
5+
<PackageVersion>1.14.0</PackageVersion>
66
<Authors>Darío Kondratiuk</Authors>
77
<Owners>Darío Kondratiuk</Owners>
88
<PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>
@@ -12,46 +12,21 @@
1212
<Description>Headless Chrome .NET API</Description>
1313
<PackageId>PuppeteerSharp</PackageId>
1414
<PackageReleaseNotes><![CDATA[
15-
# Breaking Changes
15+
# New Features
1616
17-
* Response.Headers changed from `Dictionary<string, object>` to `Dictionary<string, string>`
17+
* BigInteger support.
1818
1919
# Changelog
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.
20+
21+
* Drop Mono dependency.
22+
* Roll chromium to r641577.
23+
* Make sure frames are reported from-inside shadow DOM.
24+
* Add a failing test that tries to click a fixed button in an iframe.
25+
* Ensure Page.setBypassCSP works with iFrames.
26+
* Sync Request.Continue tests.
27+
* Public constructor for PaperFormat.
5328
]]></PackageReleaseNotes>
54-
<ReleaseVersion>1.13.0</ReleaseVersion>
29+
<ReleaseVersion>1.14.0</ReleaseVersion>
5530
<SynchReleaseVersion>false</SynchReleaseVersion>
5631
</PropertyGroup>
5732
<PropertyGroup>

0 commit comments

Comments
 (0)