2
2
<PropertyGroup >
3
3
<TargetFramework >netstandard2.0</TargetFramework >
4
4
<PackOnBuild >true</PackOnBuild >
5
- <PackageVersion >1.5 .0</PackageVersion >
5
+ <PackageVersion >1.6 .0</PackageVersion >
6
6
<Authors >Darío Kondratiuk</Authors >
7
7
<Owners >Darío Kondratiuk</Owners >
8
8
<PackageProjectUrl >https://github.com/kblok/puppeteer-sharp</PackageProjectUrl >
13
13
<PackageId >PuppeteerSharp</PackageId >
14
14
<PackageReleaseNotes >
15
15
# New Features
16
-
17
- * Browser Contexts.
18
- * Workers
16
+ * Support thrown strings and numbers in getExceptionMessage.
17
+ * Implement PageError event from a worker.
18
+ * Click wrapped links support.
19
+ * Add an option to collect coverage of anonymous scripts.
20
+ * ElementHandle.IsIntersectingViewportAsync and Offsetclicks.
19
21
20
22
# New APIs
21
23
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.
24
+ * Page.WaitForRequestAsync and Page.WaitForResponseAsync.
31
25
32
26
# Breaking Changes
33
27
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.
28
+ * Remove throw in case of empty elementHandle.
29
+ * EvaluateFunctionAsync and EvaluateFunctionAsync now will throw and EvaluationFailedException.
40
30
41
31
# Changelog
42
32
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.
33
+ * Roll Chromium to r571375.
34
+ * Migrate exposeFunction from console.debug to Runtime.installBinding.
35
+ * Don't pass a reference to the page into frames.
36
+ * Simplify EmulationManager.
37
+ * Clarify docs about waitForNavigation.
38
+ * Add new error reasons for request.abort().
39
+ * Fix random tests flakiness.
40
+ * Test that verifies pptr works with SVG nodes.
41
+ * Nicer protocol error messages.
42
+ * Add support for target.page for 'backgroud_page'.
43
+ * New devices.
44
+ * Fix race condition in WaitTask.
45
+ * Make Payload constructor Public.
46
+ * Fix ContinueAsync payload override.
58
47
</PackageReleaseNotes >
59
- <ReleaseVersion >1.5 .0</ReleaseVersion >
48
+ <ReleaseVersion >1.6 .0</ReleaseVersion >
60
49
<SynchReleaseVersion >false</SynchReleaseVersion >
61
50
</PropertyGroup >
62
51
<PropertyGroup >
72
61
<PackageReference Include =" Microsoft.AspNetCore.WebUtilities" Version =" 2.0.2" />
73
62
<PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.1" />
74
63
</ItemGroup >
75
- </Project >
64
+ </Project >
0 commit comments