layout: post author:
name: Bryan Ellis
title: "Cordova CLI 9.0.0 Released!" categories: announcements
We are happy to announce that we have just released cordova 9.0.0
!
To upgrade:
npm uninstall -g cordova
npm install -g cordova@9.0.0
In addition to various improvements and fixes, this release has updated its core library.
All of the latest platform releases are available by default.
cordova-android@^8.0.0
cordova-browser@^6.0.0
cordova-electron@^1.0.0
cordova-ios@^5.0.0
cordova-osx@^5.0.0
cordova-windows@^7.0.0
Additionally, Cordova Electron, one of the newest supported platfroms, is available!
This release has also deprecated the browserify
, fetch
, and copy-from
options.
As NodeJS 4.x support has been dropped by the NodeJS team on April 30th, 2018, we have raised the minimum required NodeJS version for this release to 6.x.
Please report any issues you find at issues.cordova.io!
cordova-lib@^9.0.0
cordova-common@^3.1.0
editor@^1.0.0
(Prepended ^
only)loud-rejection@^2.0.0
jasmine@^3.3.1
eslint-plugin-promise@^4.0.1
eslint-plugin-node@^8.0.1
eslint-plugin-import@^2.16.0
eslint-config-standard@^12.0.0
eslint-config-semistandard@^13.0.0
eslint@^5.15.2
logger[level]
spy in Jasminebin/cordova
works on Travis CIfetch
optionbrowserify
callback
parameter of main CLI function--copy-from
cordova-create