|
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFramework>netstandard2.0</TargetFramework> |
4 | 4 | <PackOnBuild>true</PackOnBuild> |
5 | | - <PackageVersion>1.18.0</PackageVersion> |
| 5 | + <PackageVersion>1.19.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> |
|
14 | 14 | <PackageReleaseNotes><![CDATA[ |
15 | 15 | # New Features |
16 | 16 |
|
17 | | - * Tracing.StartAsync without options. |
18 | | - * OOPIF support. |
19 | | - * Expose IWebProxy in BrowserFetcher. |
20 | | -
|
21 | | -# Breaking Changes |
22 | | -
|
23 | | - * Evaluate expressions on new document support. EvaluateOnNewDocumentAsync is marked as obsolete. |
| 17 | + * Expose Page.Session. |
| 18 | + * Phone buttons support. |
| 19 | + * Introduce Page.BringToFrontAsync. |
| 20 | + * Introduce file chooser interception. |
24 | 21 |
|
25 | 22 | # Changelog |
26 | 23 |
|
27 | | - * Bump Chromium to r672088. |
28 | | - * Do evaluations with one roundtrip. |
29 | | - * Fix A2 and A3 format size. |
30 | | - * Use .NET HttpCode phrases. |
31 | | - * 'Add EmulateAsync and SetViewPortAsync notes. |
32 | | - * Mouse.ClickAsync improvements. |
33 | | - * Add WebSocketFactory example. |
34 | | - * Add test to verify fetching of dataURL requests. |
35 | | - * Remove "--disable-gpu" flag in Windows. |
36 | | - * Clarify frame/page.GotAsync()'s handling of HTTP error statuses. |
37 | | - * Be able to throw protocol like errors. |
38 | | - * Move Path.PdfAsync to protocol streams. |
39 | | - * Add max payload test. |
| 24 | + * Roll Chromium to r674921. |
| 25 | + * Disable component extensions. |
| 26 | + * Slightly enhanced wording. |
| 27 | + * Add a missing test. |
| 28 | + * Fix typo. |
| 29 | + * Add Log CDP example. |
| 30 | + * Fix typo and replace "which" by "that". |
| 31 | + * Get TLS version from request. |
| 32 | + * Properly create isolated worlds. |
| 33 | +
|
40 | 34 | ]]></PackageReleaseNotes> |
41 | | - <ReleaseVersion>1.18.0</ReleaseVersion> |
| 35 | + <ReleaseVersion>1.19.0</ReleaseVersion> |
42 | 36 | <SynchReleaseVersion>false</SynchReleaseVersion> |
43 | 37 | </PropertyGroup> |
44 | 38 | <PropertyGroup> |
|
0 commit comments