Skip to content

Commit f16a7ee

Browse files
authored
Version v1.15 (#1112)
1 parent 6f3dc09 commit f16a7ee

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

lib/PuppeteerSharp/PuppeteerSharp.csproj

Lines changed: 21 additions & 12 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.14.1</PackageVersion>
5+
<PackageVersion>1.15.0</PackageVersion>
66
<Authors>Darío Kondratiuk</Authors>
77
<Owners>Darío Kondratiuk</Owners>
88
<PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>
@@ -12,21 +12,30 @@
1212
<Description>Headless Chrome .NET API</Description>
1313
<PackageId>PuppeteerSharp</PackageId>
1414
<PackageReleaseNotes><![CDATA[
15-
# New Features
15+
# Important Changes
1616
17-
* BigInteger support.
17+
* Remove Mono.Posix.NETStandard dependency.
18+
* Headers should be case insensitive.
1819
1920
# Changelog
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.
21+
22+
* Roll Chromium to r650583.
23+
* Improve WhatForRequest event detach.
24+
* Fix session logs.
25+
* Microsoft Edge Friendly tests.
26+
* Fix unzip command in MacOS.
27+
* Remove a dead flag in Default Args.
28+
* Add failing test for clicking certain elements.
29+
* Add a test for queryObjects with navigation.
30+
* Intersect content quads with viewport.
31+
* Verify overriding postdata and method on navigation.
32+
* Use new requestId for interception request matching.
33+
* Gracefully handle multiple contexts for secondary DOM World.
34+
* Update DeviceDescriptors.
35+
* Fix cache disabling should stick when toggling request interception.
36+
* Migrate onto Fetch domain.
2837
]]></PackageReleaseNotes>
29-
<ReleaseVersion>1.14.1</ReleaseVersion>
38+
<ReleaseVersion>1.15.0</ReleaseVersion>
3039
<SynchReleaseVersion>false</SynchReleaseVersion>
3140
</PropertyGroup>
3241
<PropertyGroup>

0 commit comments

Comments
 (0)