mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-01-31 18:52:53 +08:00
CB-10035 Updated version and RELEASENOTES.md for release 2.0.0
This commit is contained in:
parent
265fde25a0
commit
a63282219c
@ -20,6 +20,19 @@
|
|||||||
-->
|
-->
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
### 2.0.0 (Nov 18, 2015)
|
||||||
|
* CB-10035 Updated `RELEASENOTES` to be newest to oldest
|
||||||
|
* Added `weakSelf` reference for block use
|
||||||
|
* Fixes CB-4712, CB-5439 statusbar issues
|
||||||
|
* Fixing contribute link.
|
||||||
|
* CB-7965 Add cordova-plugin-statusbar support for **browser** platform
|
||||||
|
* Don't use `IsAtLeastiOSVersion` macro to determine height
|
||||||
|
* Use correct statusbar height for landscape orientation in iOS >= 8
|
||||||
|
* remove travis-ci
|
||||||
|
* CB-9202 updated repo url to github mirror in package.json
|
||||||
|
* Added verbose install text for users on < cordova 5.0
|
||||||
|
* update docs for `StatusBarBackgroundColor`
|
||||||
|
|
||||||
### 1.0.1 (Jun 17, 2015)
|
### 1.0.1 (Jun 17, 2015)
|
||||||
* add auto-tests for basic api
|
* add auto-tests for basic api
|
||||||
* CB-9180 Add correct supported check for Windows 8.1 desktop
|
* CB-9180 Add correct supported check for Windows 8.1 desktop
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-statusbar",
|
"name": "cordova-plugin-statusbar",
|
||||||
"version": "2.0.0-dev",
|
"version": "2.0.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.0.0-dev">
|
version="2.0.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="1.0.2-dev">
|
version="2.0.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