Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Latest commit

 

History

History
170 lines (116 loc) · 4.93 KB

CHANGELOG.md

File metadata and controls

170 lines (116 loc) · 4.93 KB

0.1.4-alpha (09-08-2014)

Plugins

New

Fixes

  • Dialogs - Adding promise support
  • Device Orientation - Fixed compass.clearWatch missing the watchID parameter 9367bcf
  • Globalization - Added more methods and endpoints 786ec67
  • Globalization - Fixed unnecessary options parameter 4379b81e791c8aefa71ba84fe65cb6ef70b62a7c
  • File - Adding writeFile logic for "file" plugin 46bd8b7
  • File - Added relative path and filename fbd2e9d
  • File - New methods for ReasAs [text, DataURL, BinaryString, ArrayBuffer] 0b30ba1
  • Printer - Adding promise support
  • Social Sharing - Added the (most important) share function
  • Social Sharing - Renamed SMS phonenr param to indicate you can pass multiple by separating by a comma
  • Social Sharing - Renamed all image params to file, because any file can be shared
  • Social Sharing - Fixed shareViaEmail, because it was an unadjusted copy-paste of shareViaSMS
  • Social Sharing - Added shareVia
  • Social Sharing - Added canShareViaEmail
  • Social Sharing - Fixed canShareVia (subject was missing)
  • Social Sharing - Removed some now obsolete TODO's/notes

Docs

New

  • A new side-menu for quick navigation

  • Flashlight plugin

  • Progress Indicator plugin

  • AdMob plugin

  • AppAvailability plugin

  • Battery Status plugin

  • Clipboard plugin

  • Keychain plugin

  • Media plugin

  • Printer Plugin

  • Contributing guidelines

  • CHANGELOG.md

Demo

  • Completely new demos with many new plugins 49d991f
  • Quick-view the source code in the app
  • Flashlight plugin
  • Statusbar plugin
  • Preferences plugin
  • Barcode Scanner plugin

Other

  • ng-cordova-mocks - Mock are now in ngCordova! Documentation is coming soon, with examples in the demo too
  • Adding js-lint testing in gulp 72e513b
  • Adding .editorconfig for better contributing
  • Fix bower.js file and bower install ngCordova

0.1.3-alpha (06-11-2014)

NEW

  • API Change for Geolocation, DeviceMotion, and DeviceOrientation plugins. They now return an object of the form:
{
  promise: deferrable,
  watchId: watchId
}

Where promise is the internal promise, and watchId is the watchId that can be used to clear the watch later.

And lots of fixes!

0.1.2-alpha (06-11-2014)

NEW

  • Bower support
  • File Plugin
  • Globalization plugin.
  • Google Analytics plugin
  • Local Notifications Plugin
  • Pin Dialog plugin
  • Push Notifications plugin
  • Social Sharing plugin
  • Spinner Dialog plugin
  • SQLite Plugin
  • Toast Plugin

FEATURES

  • Progress event to File Plugin upload() + download()
  • More commands in Push Notification plugin
  • Handle Connection.NONE in Network Information Plugin for isOffline()
  • Use notify not resolve with watchHeading

FIXES

  • Remove options in BarcodeScanner : scan()
  • Remove options in Device Motion : getCurrentAcceleration()

0.1.1-alpha (06-03-2014)

NEW

  • StatusBar

FIXES

  • Renamed Accelerometer and Compass to deviceMotion and deviceOrientation, respectively

0.1.0-alpha (06-03-2014)

ngCordova is ready for some bleeding edge testing. So far we support the following Cordova plugins:

Give it a try, and please report lots of issues and contribute PRs. 🍦