layout: post author:
name: Steve Gill
url: https://twitter.com/stevesgill
title: "Tools Released!" categories: news
New updates of our tools are now available!
Release Highlights
6.0.0
and iOS to 4.3.0
. Read the Android@6.0.0 release blog and the iOS@4.3.0 release blog.edit-config
support to config.xml
. edit-config
works the same way now in plugin.xml
as well as config.xml
. Read about it at http://cordova.apache.org/docs/en/6.x/plugin_ref/spec.html#edit-configEventListener interface
to Channel.prototype.subscribe
cordova-create
from cordova-lib
. Published cordova-create
to npm
.To update your cordova CLI:
npm install -g cordova@latest
Please report any issues you find at issues.cordova.io!
Android
to 6.0.0 and iOS
to 4.3.0npm cache
edit-config
in config.xml
on preparebuild.gradle
to make sure it's Android, not an AndroidManifest
, because it movedplatform.spec.ios.js
, added test-ios
npm run script.CocoaPods
e2e test temporarily since it is platform specific and requires cocoapods to be installed.save.spec.js
to use latest android and newer fb plugincordova-create
from cordova-lib
cordova-lib
to 6.4.0
package.json
engine keycordova-create
from cordova-lib
cordova-lib
to 6.4.0
package.json
EventListener interface
to Channel.prototype.subscribe
grunt.registerTask
because it doesn't work with node6unknown
typeutils.clone
handle properties gracefullygetAllowIntents()
to ConfigParser
cordova platform add
error with cordova-common@1.5.0
edit-config
targetsedit-config
to config.xml
config.xml
location if it is a Android Studio project.array
methods and object.keys
for iterating. avoiding for-in
loops.folder
matchesedit-config
target exists