Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(blog): add announcement for inappbrowser 5.0.0 #1164

Merged
merged 3 commits into from Feb 16, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
36 changes: 36 additions & 0 deletions www/_posts/2021-02-13-inappbrowser-release-5.0.0.md
@@ -0,0 +1,36 @@
---
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

This is a new major version with breaking changes which requires at least `cordova-android@9.0.0` and `cordova-ios@6.0.0`. Make sure to check and update your platforms.

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.
NiklasMerz marked this conversation as resolved.
Show resolved Hide resolved

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