mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-01-31 10:35:41 +08:00
CB-11832 Updated version and RELEASENOTES.md for release 2.2.0
This commit is contained in:
parent
dbc7b29680
commit
ad5f7d912c
@ -20,9 +20,22 @@
|
|||||||
-->
|
-->
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
### 2.2.0 (Sep 08, 2016)
|
||||||
|
* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
|
||||||
|
* Handle extended status bar on **iOS**
|
||||||
|
* Plugin uses `Android Log class` and not `Cordova LOG class`
|
||||||
|
* [CB-11287](https://issues.apache.org/jira/browse/CB-11287) (**ios**) - fix webview resize after modal on **iPhones**
|
||||||
|
* [CB-11485](https://issues.apache.org/jira/browse/CB-11485) fix resize on rotation with popover
|
||||||
|
* Add badges for paramedic builds on Jenkins
|
||||||
|
* [CB-11197](https://issues.apache.org/jira/browse/CB-11197) Keep status bar hidden when keyboard pops up
|
||||||
|
* Add pull request template.
|
||||||
|
* [CB-10866](https://issues.apache.org/jira/browse/CB-10866) Adding engine info to `package.json`
|
||||||
|
* patched missing `_ready` method, and changed the way the proxy is installed
|
||||||
|
* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to `README.md`
|
||||||
|
|
||||||
### 2.1.3 (Apr 15, 2016)
|
### 2.1.3 (Apr 15, 2016)
|
||||||
* CB-11018 Fix statusbar with `inappbrowser` causing incorrect orientation on **iOS8**
|
* [CB-11018](https://issues.apache.org/jira/browse/CB-11018) Fix statusbar with `inappbrowser` causing incorrect orientation on **iOS8**
|
||||||
* CB-10884 `Inappbrowser` breaks UI while Screen orientation changes from landscape to portrait on **iOS**
|
* [CB-10884](https://issues.apache.org/jira/browse/CB-10884) `Inappbrowser` breaks UI while Screen orientation changes from landscape to portrait on **iOS**
|
||||||
|
|
||||||
### 2.1.2 (Mar 09, 2016)
|
### 2.1.2 (Mar 09, 2016)
|
||||||
* [CB-10752](https://issues.apache.org/jira/browse/CB-10752) for for status bar overlays the webview on **iOS** 6 in some cases
|
* [CB-10752](https://issues.apache.org/jira/browse/CB-10752) for for status bar overlays the webview on **iOS** 6 in some cases
|
||||||
@ -34,9 +47,9 @@
|
|||||||
* [CB-10102](https://issues.apache.org/jira/browse/CB-10102) The removeObserver code was wrong and it might crash on plugin deallocation
|
* [CB-10102](https://issues.apache.org/jira/browse/CB-10102) The removeObserver code was wrong and it might crash on plugin deallocation
|
||||||
|
|
||||||
### 2.1.0 (Jan 15, 2016)
|
### 2.1.0 (Jan 15, 2016)
|
||||||
* CB-9513 Allow to show/hide status bar in fullscreen mode.
|
* [CB-9513](https://issues.apache.org/jira/browse/CB-9513) Allow to show/hide status bar in fullscreen mode.
|
||||||
* CB-8720 Fix status bar position when app started upside down on **iOS 7**.
|
* [CB-8720](https://issues.apache.org/jira/browse/CB-8720) Fix status bar position when app started upside down on **iOS 7**.
|
||||||
* CB-10118 Fixes plugin loading error for **Browser** platform
|
* [CB-10118](https://issues.apache.org/jira/browse/CB-10118) Fixes plugin loading error for **Browser** platform
|
||||||
|
|
||||||
### 2.0.0 (Nov 18, 2015)
|
### 2.0.0 (Nov 18, 2015)
|
||||||
* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
|
* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-statusbar",
|
"name": "cordova-plugin-statusbar",
|
||||||
"version": "2.1.4-dev",
|
"version": "2.2.0",
|
||||||
"description": "Cordova StatusBar Plugin",
|
"description": "Cordova StatusBar Plugin",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "cordova-plugin-statusbar",
|
"id": "cordova-plugin-statusbar",
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="cordova-plugin-statusbar"
|
id="cordova-plugin-statusbar"
|
||||||
version="2.1.4-dev">
|
version="2.2.0">
|
||||||
<name>StatusBar</name>
|
<name>StatusBar</name>
|
||||||
<description>Cordova StatusBar Plugin</description>
|
<description>Cordova StatusBar Plugin</description>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
xmlns:rim="http://www.blackberry.com/ns/widgets"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="cordova-plugin-statusbar-tests"
|
id="cordova-plugin-statusbar-tests"
|
||||||
version="2.1.4-dev">
|
version="2.2.0">
|
||||||
<name>Cordova StatusBar Plugin Tests</name>
|
<name>Cordova StatusBar Plugin Tests</name>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user