|
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFramework>netstandard2.0</TargetFramework> |
4 | 4 | <PackOnBuild>true</PackOnBuild> |
5 | | - <PackageVersion>1.7.0</PackageVersion> |
| 5 | + <PackageVersion>1.8.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> |
|
11 | 11 | <Title>PuppeteerSharp</Title> |
12 | 12 | <Description>Headless Chrome .NET API</Description> |
13 | 13 | <PackageId>PuppeteerSharp</PackageId> |
14 | | - <PackageReleaseNotes># New Features |
| 14 | + <PackageReleaseNotes><![CDATA[# New Features |
15 | 15 |
|
16 | | - * Typing emojis. |
17 | | - * Bump Chormium to r579032. |
18 | | - * [PENDING] Page.ClickAsync should work with disabled javascript |
| 16 | + * Roll Chromium to r588429. |
19 | 17 |
|
20 | 18 | # New APIs |
21 | 19 |
|
22 | | - * New PdfOptions.PreferCSSPageSize option. |
23 | | - * Page.GoToAsync(string url, WaitUntilNavigation waitUntil). |
24 | | - * LaunchOptions.DefaultViewport - ConnectOptions.DefaultViewport |
25 | | - * LaunchOptions. IgnoredDefaultArgs |
26 | | - * Puppeteer.DefaultArgs(). |
27 | | - * BrowserContext.PagesAsync(). |
28 | | - * Make WaitTaskTimeoutException public. |
29 | | - * Extension improvements: ElementHandle.EvaluateFunctionAsync and JSHandle.EvaluateFunctionAsync. |
30 | | - |
31 | | -# Breaking Changes |
32 | | - |
33 | | - * Dropped LaunchOptions.AppMode - ConnectOptions.AppMode |
| 20 | + * Task<ElementHandle>EvaluateFunctionAsync and Task<JSHandle>EvaluateFunctionAsync. |
| 21 | + * BrowserContext.OverridePermissionsAsync. |
| 22 | + * BrowserContext. ClearPermissionOverridesAsync. |
| 23 | + * Page. SetGeolocationAsync. |
| 24 | + * NavigationOptions.Referer. |
| 25 | + * Response.RemoteAddress. |
| 26 | + * Response.StatusText |
34 | 27 |
|
35 | 28 | # Changelog |
36 | 29 |
|
37 | | - * Make sure referer header is reported with request interception. |
38 | | - * Using new browser context for every page test. |
39 | | - * Don't emit an internal error when eval causes navigation. |
40 | | - * Force KeepAliveInterval to 0. |
41 | | - * Improve waiting for selector to be hidden error message. |
42 | | - * Fix Memory leaks in Connections. |
| 30 | + * Fix null-type bugs. |
| 31 | + * Improve PdfOptions documentation. |
| 32 | + * Create Request class right away from payload. |
| 33 | + * Drop object factory from execution context. |
| 34 | + * Page.goto should properly handle historyAPI in beforeunload. |
| 35 | + * New ResourceType.Ping. |
| 36 | + * Launch with Environment Variables. |
| 37 | +]]> |
43 | 38 | </PackageReleaseNotes> |
44 | | - <ReleaseVersion>1.7.0</ReleaseVersion> |
| 39 | + <ReleaseVersion>1.8.0</ReleaseVersion> |
45 | 40 | <SynchReleaseVersion>false</SynchReleaseVersion> |
46 | 41 | </PropertyGroup> |
47 | 42 | <PropertyGroup> |
|
0 commit comments