Skip to content

Commit

Permalink
v0.6 docs (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored May 4, 2018
1 parent f68098d commit d43f293
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions lib/PuppeteerSharp/PuppeteerSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>0.5.0</PackageVersion>
<PackageVersion>0.6.0</PackageVersion>
<Authors>Darío Kondratiuk</Authors>
<Owners>Darío Kondratiuk</Owners>
<PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>
Expand All @@ -11,7 +11,32 @@
<Title>PuppeteerSharp</Title>
<Description>Headless Chrome .NET API</Description>
<PackageId>PuppeteerSharp</PackageId>
<PackageReleaseNotes>* 0.5.0: Frames and Tracing
<PackageReleaseNotes>* 0.6.0: Input
* Features
- Input simulation
* New APIs
- ElementHandle.HoverAsync
- ElementHandle.ClickAsync
- ElementHandle.UploadFileAsync
- ElementHandle.TapAsync
- ElementHandle.FocusAsync
- ElementHandle.TypeAsync
- ElementHandle.PressAsync
- Keyboard.DownAsync
- Keyboard.UpAsync
- Keyboard.SendCharacterAsync
- Keyboard.TypeAsync
- Keyboard.PressAsync
- Mouse.MoveAsync
- Mouse.ClickAsync
- Mouse.DownAsync
- Mouse.UpAsync
- TouchScreen.TapAsync
- Page.ClickAsync
- Page.HoverAsync
- Page.FocusAsync
- Page.TypeAsync
* 0.5.0: Frames and Tracing
* Features
- Network Events
- Tracing
Expand Down Expand Up @@ -63,12 +88,13 @@
- Page.WaitForTimeoutAsync
- Page.WaitForFunctionAsync
- Page.WaitForSelectorAsync
- Page.PageError
* 0.3.3: Page.Dispose fixes. NavigationOptions properties were made public. Several Page features are included as pre-release.
* 0.3.2: Frame/FrameManager and Page redirect fixes
* 0.3.1: .NET Framework Support
* 0.3.0: Process improvements, User data dir support
* 0.1.0: PDF and Screenshots support</PackageReleaseNotes>
<ReleaseVersion>0.5.0</ReleaseVersion>
<ReleaseVersion>0.6.0</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit d43f293

Please sign in to comment.