|
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFramework>netstandard2.0</TargetFramework> |
4 | 4 | <PackOnBuild>true</PackOnBuild> |
5 | | - <PackageVersion>1.3.0</PackageVersion> |
| 5 | + <PackageVersion>1.4.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> |
|
12 | 12 | <Description>Headless Chrome .NET API</Description> |
13 | 13 | <PackageId>PuppeteerSharp</PackageId> |
14 | 14 | <PackageReleaseNotes> |
15 | | -# New Features |
| 15 | +New APIs |
| 16 | + |
| 17 | + * Page.CloseAsync(PageCloseOptions) |
| 18 | + * Page.Browser |
16 | 19 |
|
17 | | - * CSP Support |
18 | | - * Support anchor navigation |
19 | | - * Chromium updated to r549031 |
| 20 | +# Minor changes |
20 | 21 |
|
21 | | -# New APIs |
22 | | - |
23 | | - * Page.SetBypassCSPAsync |
24 | | - * Page.WaitForExpressionAsync |
25 | | - * Frame.WaitForExpressionAsync |
26 | | - * ElementHandle.BoxModelAsync |
27 | | - * Page.Close event |
28 | | - |
29 | | -# Breaking Changes |
30 | | - |
31 | | - * ConnectOptions.KeepAliveInterval and LaunchOPtions.KeepAliveInterval were marked as obsolete because Chromim doesn't support pings yet (see: https://bugs.chromium.org/p/chromium/issues/detail?id=865002) |
32 | | - * [PENDING] ScreenshotOptions.Type is now an enum |
33 | | - |
34 | | -# Changelog |
35 | | - |
36 | | - * Add an option to disable timeout for WaitForFunctionAsync |
37 | | - * Tracing.StopAsync now returns a string with the trace data. |
38 | | - * ViewPortOptions.DeviceScaleFactor, IsLandscape and HasTouch now has a public setter. |
39 | | - * Page.waitForNavigation handle mixed content correctly. |
40 | | - * Explicitly throw on content request for redirect response |
41 | | - * Consume protocol errors when initiating browser.close() |
| 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. |
42 | 31 | </PackageReleaseNotes> |
43 | | - <ReleaseVersion>1.3.0</ReleaseVersion> |
| 32 | + <ReleaseVersion>1.4.0</ReleaseVersion> |
44 | 33 | <SynchReleaseVersion>false</SynchReleaseVersion> |
45 | 34 | </PropertyGroup> |
46 | 35 | <PropertyGroup> |
|
0 commit comments