|
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFramework>netstandard2.0</TargetFramework> |
4 | 4 | <PackOnBuild>true</PackOnBuild> |
5 | | - <PackageVersion>1.6.2</PackageVersion> |
| 5 | + <PackageVersion>1.7.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># Breaking Changes |
| 14 | + <PackageReleaseNotes># New Features |
15 | 15 |
|
16 | | - * Always add `about:blank` to default arguments. |
| 16 | + * Typing emojis. |
| 17 | + * Bump Chormium to r579032. |
| 18 | + * [PENDING] Page.ClickAsync should work with disabled javascript |
| 19 | + |
| 20 | +# New APIs |
| 21 | + |
| 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 |
17 | 34 |
|
18 | 35 | # Changelog |
19 | 36 |
|
20 | | - * Bump Chromium to 575458 |
21 | | - * Remove header 'cookie' from request hash |
| 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. |
22 | 43 | </PackageReleaseNotes> |
23 | | - <ReleaseVersion>1.6.2</ReleaseVersion> |
| 44 | + <ReleaseVersion>1.7.0</ReleaseVersion> |
24 | 45 | <SynchReleaseVersion>false</SynchReleaseVersion> |
25 | 46 | </PropertyGroup> |
26 | 47 | <PropertyGroup> |
|
0 commit comments