Release Notes for Cordova (OS X)

Cordova is a framework that enables developers to include the Cordova API in their OS X application projects easily, and also create new Cordova-based OS X application projects through the command-line.

2.9.0 (201306XX)

  • [CB-3833] Deprecation plugin tag upgrade step has malformed xml
  • [CB-3463] bin/create should copy cordova.js into the project's CordovaLib
  • Added missing licenses after running Apache RAT

2.8.0 (201306XX)

  • [CB-3171] Add deprecation notice for use of in config.xml in OSX
  • [CB-2200] Remove deprecated device.name field.
  • [CB-3443] OSX - cordova-VERSION.js -> cordova.js

2.7.0 (20130501)

  • Added ShellUtils for plugins to use.
  • Support window.alert, window.prompt, window.confirm
  • Enable HTML5 localStorage.
  • Enable WebGL support through “EnableWebGL” preference (disabled by default)

2.6.0 (20130401)

  • Initial release
  • Supports third-party plugins (Plugin Development model is the same as iOS)
  • Only two core plugins are supported currently (Device and NetworkStatus)
  • White-listing is NOT supported yet