Skip to content

Commit 3263458

Browse files
authored
v1.11 docs (#798)
1 parent 1153fff commit 3263458

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

lib/PuppeteerSharp.AspNetFramework/package.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</tags>
2020
<dependencies>
2121
<group targetFramework="net472">
22-
<dependency id="PuppeteerSharp" version="1.10.0" />
22+
<dependency id="PuppeteerSharp" version="1.11.0" />
2323
</group>
2424
</dependencies>
2525
</metadata>

lib/PuppeteerSharp/PuppeteerSharp.csproj

Lines changed: 13 additions & 20 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.10.1</PackageVersion>
5+
<PackageVersion>1.11.0</PackageVersion>
66
<Authors>Darío Kondratiuk</Authors>
77
<Owners>Darío Kondratiuk</Owners>
88
<PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>
@@ -14,32 +14,25 @@
1414
<PackageReleaseNotes><![CDATA[
1515
# New Features
1616
17-
* Snapshot the accessibility tree.
18-
19-
# New APIs
20-
21-
* Browser.WaitForTargetAsync.
22-
* CDPSession.CloseReason, Connection.CloseReason.
23-
* Camel Case the world. `JToken.ToObject<T>(bool camelCase)`.
17+
* Support waitUntil option for `Page.SetContentAsync`.
18+
* Linux support.
2419
2520
# Breaking Changes
2621
27-
* `Page.Frames` now is based on a `ConcurrentDictionary`. With this change, the Frame order is no longer guaranteed.
28-
* Payload.PostData is now a string (as it was supposed to be).
29-
* Improve internal exception handling. Now puppeteer-sharp will close the CDPSession or the Connection if puppeteer fails to process a message.
30-
* BufferAsync should work with binaries.
31-
* IConnectionTransport now needs to implement `Task InitializeAsync(string url, IConnectionOptions connectionOptions, ILoggerFactory loggerFactory = null);`.
22+
* IConnection.Closed, Connection.Closed and CDPSeccion.Closed events were renamed to `Disconnected`.
23+
* An IConnectionTransport now needs to implement `Task InitializeAsync(string url, IConnectionOptions connectionOptions, ILoggerFactory loggerFactory = null)`.
3224
3325
# Changelog
3426
35-
* Roll chromium to r599821.
36-
* Don't prematurely disable the CSS domain.
37-
* Add missing location property to some key descriptors.
38-
* Add missing test.
39-
* Add flags to improve reliability.
40-
* Handle negative area results in computeQuadArea.
27+
* Roll Chromium to r609904.
28+
* Code cleanup.
29+
* Remove no-sandbox option in tests.
30+
* Dispatch errors into a page.
31+
* Fixed event handler leak.
32+
* Removed a couple of common allocations.
33+
* New target types.
4134
]]></PackageReleaseNotes>
42-
<ReleaseVersion>1.10.1</ReleaseVersion>
35+
<ReleaseVersion>1.11.0</ReleaseVersion>
4336
<SynchReleaseVersion>false</SynchReleaseVersion>
4437
</PropertyGroup>
4538
<PropertyGroup>

0 commit comments

Comments
 (0)