NiklasMerz commented on a change in pull request #1164: URL: https://github.com/apache/cordova-docs/pull/1164#discussion_r574373402
########## File path: www/_posts/2021-02-13-inappbrowser-release-5.0.0.md ########## @@ -0,0 +1,34 @@ +--- +layout: post +author: + name: Niklas Merz + url: https://twitter.com/niklasmaerz +title: "Cordova Plugin InAppBrowser 5.0.0 Released!" +categories: announcements +tags: news releases plugins +--- + +We are happy to announce that we have just released an update to `cordova-plugin-inappbrowser`! + +* [[email protected]](https://www.npmjs.com/package/cordova-plugin-inappbrowser) + +## Release Highlights + +The most notable improvements in this major release are: + +* The InAppBrowser and main webview now share web resources again (like cookies, sessions etc.). +* You can now set `InAppBrowserStatusBarStyle` to 'darkcontent'. +* The Android part got some code cleanup. Review comment: Good point. I added a sentence with version restrictions from: https://github.com/apache/cordova-plugin-inappbrowser/pull/823/files ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
