layout: post author:
name: Steve Gill
url: https://twitter.com/stevesgill
title: "Tools Release: June 10, 2015" categories: news
New versions of cordova tools are now live!
Release highlights:
cordova requirements commandcordova prepare --browserify now supports 3rd party plugins to build your cordova.js at run time! Try it out!To update your tools:
If you have cordova installed:
npm install -g cordova
If you have plugman installed:
npm install -g plugman
When adding these platforms to your project, the following versions are now used by default. These platform versions were released recently, and the tools' defaults were updated:
4.0.0--usegit.requirements is called outside of cordova project.*-Info.plist CFBundleURLTypesWMAppManifest.xml Author, Description and Publisher attributes based on config.xml& symbolall as a global preference value for Orientation (specific to iOS for now)default value for Orientation does not support both landscape and portrait orientations. (new all value)prepare logic on as part of cordova-lib prepare. This closes #217platform_www when adding new platforms for browserify workflowbuild.json in the project root is used as a default This closes #215chmod option. When truthy, attempts to set the target file mode to 755 before executing. Specifies this argument as truthy for common CLI operations (compile, run, and steps in plugman). Didn't add it for hooks runner since that particular mode is in legacy support.UISupportedInterfaceOrientations~ipad too.requirements cordova moduleregistry.npmjs.org--depth=1requirements to general cordova helpcordova requirements commandcordova-lib dependency to 5.1.1cordova.js for Windows to refer to base.js instead of the full-blown WinJS.js.platformVersion flag not required anymore. Grab version from dependecy platform versionscordova-js-src when availablecordova-js-src directory for platform specific exec filesWinJS reference for Windows 10 support. This closes #111PRIVATE_API bridge mode enum, since it was removed in 4.0.0commandQueue for WK_WEBVIEW_BINDING. (closes #107)cordova-lib dependency to 5.1.1