mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-01-18 17:02:49 +08:00
Updated version and RELEASENOTES.md for release 3.0.0 (statusbar-v3.0.0)
This commit is contained in:
parent
ad9fa6e016
commit
d95cc821fc
@ -20,6 +20,32 @@
|
|||||||
-->
|
-->
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
### 3.0.0 (Nov 19, 2021)
|
||||||
|
|
||||||
|
* [GH-223](https://github.com/apache/cordova-plugin-statusbar/pull/223) dep(dev): `@cordova/eslint-config@4.0.0` w/ fix
|
||||||
|
* [GH-222](https://github.com/apache/cordova-plugin-statusbar/pull/222) ci(ios): update workflow w/ **iOS** 15
|
||||||
|
* [GH-220](https://github.com/apache/cordova-plugin-statusbar/pull/220) ci(action): add badge
|
||||||
|
* [GH-219](https://github.com/apache/cordova-plugin-statusbar/pull/219) ci: remove travis & appveyor
|
||||||
|
* [GH-218](https://github.com/apache/cordova-plugin-statusbar/pull/218) ci(actions): add workflows
|
||||||
|
* [GH-208](https://github.com/apache/cordova-plugin-statusbar/pull/208) ci: add node-14.x to workflow
|
||||||
|
* [GH-200](https://github.com/apache/cordova-plugin-statusbar/pull/200) ci(travis): update osx xcode image
|
||||||
|
* [GH-199](https://github.com/apache/cordova-plugin-statusbar/pull/199) ci(travis): updates **Android** API level
|
||||||
|
* [GH-196](https://github.com/apache/cordova-plugin-statusbar/pull/196) chore: adds `package-lock` file
|
||||||
|
* [GH-194](https://github.com/apache/cordova-plugin-statusbar/pull/194) refactor(eslint): use `@cordova/eslint-config`
|
||||||
|
* [GH-195](https://github.com/apache/cordova-plugin-statusbar/pull/195) chore(npm): use short notation in `package.json`
|
||||||
|
* [GH-190](https://github.com/apache/cordova-plugin-statusbar/pull/190) Removed **iOS** 7+
|
||||||
|
* [GH-171](https://github.com/apache/cordova-plugin-statusbar/pull/171) BREAKING CHANGE!: (android) Read `config.xml` for statusbar overlay preference
|
||||||
|
* [GH-183](https://github.com/apache/cordova-plugin-statusbar/pull/183) chore(npm): improve ignore list
|
||||||
|
* [GH-182](https://github.com/apache/cordova-plugin-statusbar/pull/182) ci: updates Node.js versions
|
||||||
|
* [GH-173](https://github.com/apache/cordova-plugin-statusbar/pull/173) deprecate `blacktranslucent`, `blackopaque`, `styleBlackTranslucent` and `styleBlackOpaque`
|
||||||
|
* [GH-168](https://github.com/apache/cordova-plugin-statusbar/pull/168) Update `README`.md
|
||||||
|
* [GH-169](https://github.com/apache/cordova-plugin-statusbar/pull/169) fix(ios): make default set black text on **iOS** 13 too
|
||||||
|
* [GH-126](https://github.com/apache/cordova-plugin-statusbar/pull/126) fix: remove deprecated platforms
|
||||||
|
* [GH-157](https://github.com/apache/cordova-plugin-statusbar/pull/157) fix(iOS): Delay `resizeWebView` on `viewWillAppear` for correct statusbar height
|
||||||
|
* [GH-160](https://github.com/apache/cordova-plugin-statusbar/pull/160) docs(README): Clarify `StatusBarStyle`
|
||||||
|
* ci(appveyor): replace node 6 with node 12
|
||||||
|
* ci(travis): upgrade to node 8
|
||||||
|
|
||||||
### 2.4.3 (Jun 19, 2019)
|
### 2.4.3 (Jun 19, 2019)
|
||||||
|
|
||||||
- docs: Improved documentation and removed text that implies iOS only ([#130](https://github.com/apache/cordova-plugin-statusbar/issues/130)) ([`33e410a`](https://github.com/apache/cordova-plugin-statusbar/commit/33e410a), [`14b1513`](https://github.com/apache/cordova-plugin-statusbar/commit/14b1513))
|
- docs: Improved documentation and removed text that implies iOS only ([#130](https://github.com/apache/cordova-plugin-statusbar/issues/130)) ([`33e410a`](https://github.com/apache/cordova-plugin-statusbar/commit/33e410a), [`14b1513`](https://github.com/apache/cordova-plugin-statusbar/commit/14b1513))
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-statusbar",
|
"name": "cordova-plugin-statusbar",
|
||||||
"version": "3.0.0-dev",
|
"version": "3.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "cordova-plugin-statusbar",
|
"name": "cordova-plugin-statusbar",
|
||||||
"version": "3.0.0-dev",
|
"version": "3.0.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cordova/eslint-config": "^4.0.0"
|
"@cordova/eslint-config": "^4.0.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-statusbar",
|
"name": "cordova-plugin-statusbar",
|
||||||
"version": "3.0.0-dev",
|
"version": "3.0.0",
|
||||||
"description": "Cordova StatusBar Plugin",
|
"description": "Cordova StatusBar Plugin",
|
||||||
"types": "./types/index.d.ts",
|
"types": "./types/index.d.ts",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
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="3.0.0-dev">
|
version="3.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>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-statusbar-tests",
|
"name": "cordova-plugin-statusbar-tests",
|
||||||
"version": "3.0.0-dev",
|
"version": "3.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "cordova-plugin-statusbar-tests",
|
"id": "cordova-plugin-statusbar-tests",
|
||||||
|
@ -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="3.0.0-dev">
|
version="3.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