|
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFramework>netstandard2.0</TargetFramework> |
4 | 4 | <PackOnBuild>true</PackOnBuild> |
5 | | - <PackageVersion>1.2.0</PackageVersion> |
| 5 | + <PackageVersion>1.3.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 |
16 | | - * New RequestChain property. |
17 | | - * Chromium updated to r543305. |
| 15 | +# New Features |
18 | 16 |
|
19 | | -New APIs |
20 | | - * Request.RedirectChain. |
21 | | - * ElementHandle.ContentFrameAsync. |
22 | | - * AddTagOptions.Type. Allowing the user to declare script tags (using Page.AddScriptTagAsync) as modules. |
| 17 | + * CSP Support |
| 18 | + * Support anchor navigation |
| 19 | + * Chromium updated to r549031 |
23 | 20 |
|
24 | | -Changes |
25 | | - * Response.Ok() returns true for local files. |
26 | | - * Target.TargetType is now an enum. |
27 | | - * NavigationException Improvements. |
28 | | - * PaperFormat Height and Width now are public. |
| 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() |
29 | 42 | </PackageReleaseNotes> |
30 | | - <ReleaseVersion>1.2.0</ReleaseVersion> |
| 43 | + <ReleaseVersion>1.3.0</ReleaseVersion> |
31 | 44 | <SynchReleaseVersion>false</SynchReleaseVersion> |
32 | 45 | </PropertyGroup> |
33 | 46 | <PropertyGroup> |
|
0 commit comments