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.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