From 8f6ced669ea8ac46db4829c8e00eb540a20f7800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Kondratiuk?= Date: Fri, 27 Jul 2018 08:18:32 -0300 Subject: [PATCH] v1.4 Docs (#507) --- lib/PuppeteerSharp/PuppeteerSharp.csproj | 43 +++++++++--------------- 1 file changed, 16 insertions(+), 27 deletions(-) diff --git a/lib/PuppeteerSharp/PuppeteerSharp.csproj b/lib/PuppeteerSharp/PuppeteerSharp.csproj index 7111abf28..fa01fdafc 100644 --- a/lib/PuppeteerSharp/PuppeteerSharp.csproj +++ b/lib/PuppeteerSharp/PuppeteerSharp.csproj @@ -2,7 +2,7 @@ netstandard2.0 true - 1.3.0 + 1.4.0 Darío Kondratiuk Darío Kondratiuk https://github.com/kblok/puppeteer-sharp @@ -12,35 +12,24 @@ Headless Chrome .NET API PuppeteerSharp -# New Features +New APIs + + * Page.CloseAsync(PageCloseOptions) + * Page.Browser - * CSP Support - * Support anchor navigation - * Chromium updated to r549031 +# Minor changes -# New APIs - - * Page.SetBypassCSPAsync - * Page.WaitForExpressionAsync - * Frame.WaitForExpressionAsync - * ElementHandle.BoxModelAsync - * Page.Close event - -# Breaking Changes - - * ConnectOptions.KeepAliveInterval and LaunchOPtions.KeepAliveInterval were marked as obsolete because Chromim doesn't support pings yet (see: https://bugs.chromium.org/p/chromium/issues/detail?id=865002) - * [PENDING] ScreenshotOptions.Type is now an enum - -# Changelog - - * Add an option to disable timeout for WaitForFunctionAsync - * Tracing.StopAsync now returns a string with the trace data. - * ViewPortOptions.DeviceScaleFactor, IsLandscape and HasTouch now has a public setter. - * Page.waitForNavigation handle mixed content correctly. - * Explicitly throw on content request for redirect response - * Consume protocol errors when initiating browser.close() + * Rolled Chromium to r555668. + * Status 204 support. + * Report 'Log' domain entries as 'console' events. + * Verify file url interception works as expected. + * DownloadAsync should return revision info even if the revision was already downloaded. + * Allow user gesture restricted code to be run in Page.EvaluateExpressionAsync. + * Add pixel2/pixel2 xl. + * Add explanation to page.waitForNavigation. + * ElementHandle EvaluateFunctionAsync examples. - 1.3.0 + 1.4.0 false