22 <PropertyGroup >
33 <TargetFramework >netstandard2.0</TargetFramework >
44 <PackOnBuild >true</PackOnBuild >
5- <PackageVersion >1.4 .0</PackageVersion >
5+ <PackageVersion >1.5 .0</PackageVersion >
66 <Authors >Darío Kondratiuk</Authors >
77 <Owners >Darío Kondratiuk</Owners >
88 <PackageProjectUrl >https://github.com/kblok/puppeteer-sharp</PackageProjectUrl >
1212 <Description >Headless Chrome .NET API</Description >
1313 <PackageId >PuppeteerSharp</PackageId >
1414 <PackageReleaseNotes >
15- New APIs
16-
17- * Page.CloseAsync(PageCloseOptions)
18- * Page.Browser
15+ # New Features
1916
20- # Minor changes
17+ * Browser Contexts.
18+ * Workers
2119
22- * Rolled Chromium to r555668.
23- * Status 204 support.
24- * Report 'Log' domain entries as 'console' events.
25- * Verify file url interception works as expected.
26- * DownloadAsync should return revision info even if the revision was already downloaded.
27- * Allow user gesture restricted code to be run in Page.EvaluateExpressionAsync.
28- * Add pixel2/pixel2 xl.
29- * Add explanation to page.waitForNavigation.
30- * ElementHandle EvaluateFunctionAsync examples.
20+ # New APIs
21+
22+ * Target.Opener.
23+ * Request.IsNavigationRequest.
24+ * Page.IsClosed.
25+ * Change accessibilty on Payload.
26+ * Page.ScreenshotBase64Async and ElementHandle.ScreenshotBase64Async.
27+ * CDPSession.TargetType.
28+ * Page.WorkerCreated.
29+ * Page.WorkerDestroyed.
30+ * Page.Workers.
31+
32+ # Breaking Changes
33+
34+ * Disable crash reporting by default.
35+ * Added .ConfigureAwait(false) to each await.
36+ * Change ScreenshotOptions.Quality type.
37+ * Dropped CDPSession.TargetId.
38+ * Dropped ExecutionContext.FrameId.
39+ * Dropped ExecutionContext.IsDefault.
40+
41+ # Changelog
42+
43+ * Chromium updated to r564778.
44+ * Update PuppeteerSharp.Tests packages versions.
45+ * Launch browser with 'about:blank' by default.
46+ * Respect timeout 0 in Page.waitForFunctionAsync.
47+ * Add a missing test for elementHandle.
48+ * Pass through "background_page" types.
49+ * Ensure first page is created when browser is launched.
50+ * Improve access to files to use true asynchronous methods.
51+ * Add test that validates that pages open with userDataDir arg.
52+ * Normalize scrollbars in headful tests.
53+ * Disable OOPIF by default.
54+ * Not pass user options to browser constructor.
55+ * Verify ignoreHTTPSErrors works with puppeteer.ConnectAsync.
56+ * Update ConsoleType.
57+ * ElementHandle.QuerySelectorAllHandleAsync.
3158 </PackageReleaseNotes >
32- <ReleaseVersion >1.4 .0</ReleaseVersion >
59+ <ReleaseVersion >1.5 .0</ReleaseVersion >
3360 <SynchReleaseVersion >false</SynchReleaseVersion >
3461 </PropertyGroup >
3562 <PropertyGroup >
@@ -45,4 +72,4 @@ New APIs
4572 <PackageReference Include =" Microsoft.AspNetCore.WebUtilities" Version =" 2.0.2" />
4673 <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.1" />
4774 </ItemGroup >
48- </Project >
75+ </Project >
0 commit comments