You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2021/02/10 17:25:38 UTC

[cordova-docs] branch iab-5.0.0 created (now 312466b)

This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a change to branch iab-5.0.0
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git.


      at 312466b  (blog): add announcement for inappbrowser 5.0.0

This branch includes the following new commits:

     new 312466b  (blog): add announcement for inappbrowser 5.0.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-docs] 01/01: (blog): add announcement for inappbrowser 5.0.0

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a commit to branch iab-5.0.0
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git

commit 312466bba5c4eaf3e66e189df9494239e8ecfa95
Author: Niklas Merz <ni...@apache.org>
AuthorDate: Wed Feb 10 18:25:16 2021 +0100

    (blog): add announcement for inappbrowser 5.0.0
---
 .../2021-02-13-inappbrowser-release-5.0.0.md       | 34 ++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/www/_posts/2021-02-13-inappbrowser-release-5.0.0.md b/www/_posts/2021-02-13-inappbrowser-release-5.0.0.md
new file mode 100644
index 0000000..abfcb0e
--- /dev/null
+++ b/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`! 
+
+* [cordova-plugin-inappbrowser@5.0.0](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.
+
+Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+* [GH-828](https://github.com/apache/cordova-plugin-inappbrowser/pull/828) feat(ios): add `InAppBrowserStatusBarStyle` 'darkcontent' configuration option
+* [GH-823](https://github.com/apache/cordova-plugin-inappbrowser/pull/823) chore: bump engines requirements
+* [GH-824](https://github.com/apache/cordova-plugin-inappbrowser/pull/824) breaking: cleanup code for old **Android** versions
+* [GH-825](https://github.com/apache/cordova-plugin-inappbrowser/pull/825) (ios): rename CDVWKProcessPoolFactory
+* [GH-826](https://github.com/apache/cordova-plugin-inappbrowser/pull/826) ci: add node-14.x to workflow
+* [GH-821](https://github.com/apache/cordova-plugin-inappbrowser/pull/821) breaking(android): replace magic numbers with **Android**.os.Build constants
+* [GH-717](https://github.com/apache/cordova-plugin-inappbrowser/pull/717) ci(ios): remove wkwebview plugin


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org