|
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFramework>netstandard2.0</TargetFramework> |
4 | 4 | <PackOnBuild>true</PackOnBuild> |
5 | | - <PackageVersion>0.5.0</PackageVersion> |
| 5 | + <PackageVersion>0.6.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>* 0.5.0: Frames and Tracing |
| 14 | + <PackageReleaseNotes>* 0.6.0: Input |
| 15 | + * Features |
| 16 | + - Input simulation |
| 17 | + * New APIs |
| 18 | + - ElementHandle.HoverAsync |
| 19 | + - ElementHandle.ClickAsync |
| 20 | + - ElementHandle.UploadFileAsync |
| 21 | + - ElementHandle.TapAsync |
| 22 | + - ElementHandle.FocusAsync |
| 23 | + - ElementHandle.TypeAsync |
| 24 | + - ElementHandle.PressAsync |
| 25 | + - Keyboard.DownAsync |
| 26 | + - Keyboard.UpAsync |
| 27 | + - Keyboard.SendCharacterAsync |
| 28 | + - Keyboard.TypeAsync |
| 29 | + - Keyboard.PressAsync |
| 30 | + - Mouse.MoveAsync |
| 31 | + - Mouse.ClickAsync |
| 32 | + - Mouse.DownAsync |
| 33 | + - Mouse.UpAsync |
| 34 | + - TouchScreen.TapAsync |
| 35 | + - Page.ClickAsync |
| 36 | + - Page.HoverAsync |
| 37 | + - Page.FocusAsync |
| 38 | + - Page.TypeAsync |
| 39 | +* 0.5.0: Frames and Tracing |
15 | 40 | * Features |
16 | 41 | - Network Events |
17 | 42 | - Tracing |
|
63 | 88 | - Page.WaitForTimeoutAsync |
64 | 89 | - Page.WaitForFunctionAsync |
65 | 90 | - Page.WaitForSelectorAsync |
| 91 | + - Page.PageError |
66 | 92 | * 0.3.3: Page.Dispose fixes. NavigationOptions properties were made public. Several Page features are included as pre-release. |
67 | 93 | * 0.3.2: Frame/FrameManager and Page redirect fixes |
68 | 94 | * 0.3.1: .NET Framework Support |
69 | 95 | * 0.3.0: Process improvements, User data dir support |
70 | 96 | * 0.1.0: PDF and Screenshots support</PackageReleaseNotes> |
71 | | - <ReleaseVersion>0.5.0</ReleaseVersion> |
| 97 | + <ReleaseVersion>0.6.0</ReleaseVersion> |
72 | 98 | <SynchReleaseVersion>false</SynchReleaseVersion> |
73 | 99 | </PropertyGroup> |
74 | 100 | <ItemGroup> |
|
0 commit comments