Skip to content

Releases: danielsogl/awesome-cordova-plugins

v2.2.2

12 Oct 01:05
Compare
Choose a tag to compare

2.2.2 (2016-10-12)

BREAKING CHANGES

File

File.writeFile options parameter accepts only options (WriteOptions) now, you cannot pass a boolean anymore.


Bug Fixes

  • file: getFreeDiskSpace now works (d2f42ef)
  • file: read methods can accept Blobs too (276d61b)

Features

  • file: getFile and getDirectory are now public (5c92455), closes #657

v2.2.1

12 Oct 00:19
Compare
Choose a tag to compare

2.2.1 (2016-10-12)

Bug Fixes

  • diagnostic: misspelled getContactsAuthorizationStatus method (#678) (bff4862)
  • http: export via window.IonicNative (#675) (cf7abe1)
  • location-accuracy: accuracy param is number (c2d4f1c), closes #676
  • themeablebrowser: add missed options (#680) (e28e5b0)

v2.2.0

11 Oct 08:31
Compare
Choose a tag to compare

2.2.0 (2016-10-11)

BREAKING CHANGES

OneSignal

The wrapper for this plugin has been updated to the match latest version of the plugin (2.x). If you are still using and older version of the plugin (1.x), you should use ionic-native v.2.1.x.

ThemeableBrowser

The wrapper for this plugin (and related interfaces) has been refactored to replace "Themable" with "Themeable". Please fix your existing code to match the new class and interfaces names.


Bug Fixes

  • native-transitions: add missing interface properties (35c8bbd)
  • onesignal: update to match latest api (#671) (7c6e6d8), closes #667
  • themeable-browser: fix the name of the plugin (#663) (1368175)

Features

v2.1.9

09 Oct 08:58
Compare
Choose a tag to compare

2.1.9 (2016-10-09)

Bug Fixes

  • paypal: add optional details param to paypalpayment (7200845)
  • paypal: problems with selection of PayPal environment (#662) (3dd6a92)

2.1.8 (2016-10-08)

Bug Fixes

  • googlemaps: fixes GoogleMapsLatLng class (11653ce)

v2.1.7

07 Oct 00:40
Compare
Choose a tag to compare

2.1.7 (2016-10-07)

Bug Fixes

  • paypal: fixed currency code not found issue (#653) (598f8a9)

v2.1.6

06 Oct 04:28
Compare
Choose a tag to compare

2.1.6 (2016-10-06)

Bug Fixes

  • paypal: fix helper classes (f002657)

v2.1.3

06 Oct 02:37
Compare
Choose a tag to compare

2.1.3 (2016-10-06)

Bug Fixes

  • google-analytics: add missing methods, fix return types (77b0277)
  • google-analytics: add newSession param (f62e108)
  • google-analytics: fix depreciated plugin reference (40325ca)

v2.1.2

06 Oct 01:07
Compare
Choose a tag to compare

2.1.2 (2016-10-06)

Bug Fixes

  • googlemaps: add missing properties (72a694a), closes #642

Features

  • zBar: add zBar barcode scanner plugin (#634) (bbbbb3e)

Also, the following changes were featured in v2.1.0 which was later unpublished from NPM:

Bug Fixes

  • calendar: fixed modifyEventWithOptions and related interface (80ff2f3)
  • googlemaps: CameraPosition target can now be GoogleMapsLatLng (8d21f5f)
  • googlemaps: typo in GoogleMapsTileOverlayOptions (#589) (be2c198)
  • isdebug: export IsDebug class (#578) (c573332)
  • media: add status as a parmeter instead of property of instance (58a99a1)
  • paypal: fix typings, add PayPalItem and PayPalPaymentDetails (5d13ba0)
  • power-management: fix repo and pluginref (#603) (d6060a9)
  • push: Add support for passing notification id into finish (#600) (16f05c3)
  • social-sharing: shareWithOptions method signature (#598) (2ed84b1)

Features

  • ble: add startScanWithOptions (79f0a3f), closes #539
  • googlemaps: support bounds in Geocoder (#599) (66e9e46)
  • location-accuracy: add location accuracy plugin (#583) (60b7c74), closes #484
  • plugin: add getPlugin to plugin interface. Fixes #582 (d45a2b5)
  • plugin: checkInstall w/ warning msg (47112c7)
  • stepcounter: add stepcounter plugin (#607) (a99b753)
  • themable-browser: add ThemableBrowser plugin (b9151bc), closes #549
  • themable-browser: add ThemableBrowser plugin (972d63b), closes #549

v2.1.0

03 Oct 21:08
Compare
Choose a tag to compare

2.1.0 (2016-10-03)

Bug Fixes

  • calendar: fixed modifyEventWithOptions and related interface (80ff2f3)
  • googlemaps: CameraPosition target can now be GoogleMapsLatLng (8d21f5f)
  • googlemaps: typo in GoogleMapsTileOverlayOptions (#589) (be2c198)
  • isdebug: export IsDebug class (#578) (c573332)
  • media: add status as a parmeter instead of property of instance (58a99a1)
  • paypal: fix typings, add PayPalItem and PayPalPaymentDetails (5d13ba0)
  • power-management: fix repo and pluginref (#603) (d6060a9)
  • push: Add support for passing notification id into finish (#600) (16f05c3)
  • social-sharing: shareWithOptions method signature (#598) (2ed84b1)

Features

  • ble: add startScanWithOptions (79f0a3f), closes #539
  • googlemaps: support bounds in Geocoder (#599) (66e9e46)
  • location-accuracy: add location accuracy plugin (#583) (60b7c74), closes #484
  • plugin: add getPlugin to plugin interface. Fixes #582 (d45a2b5)
  • plugin: checkInstall w/ warning msg (47112c7)
  • stepcounter: add stepcounter plugin (#607) (a99b753)
  • themable-browser: add ThemableBrowser plugin (b9151bc), closes #549
  • themable-browser: add ThemableBrowser plugin (972d63b), closes #549

2.0.3

24 Sep 22:38
Compare
Choose a tag to compare

2.0.3 (2016-09-24)

We're following semver now and with the update to TypeScript 2.0.2, the definition files we output are no longer compatible with TS < 2. As such, to use this version of Ionic Native, you'll need to move to TypeScript 2. The next release of Ionic 2 will use TS 2 so it should Just Work for you in short order.

If you must use TS < 2, you'll want to stay with release 1.3.27.

Bug Fixes

  • call-number: number should be a string (763ad1b), closes #545
  • googlemaps: CameraPosition target can now be LatLngBounds (23fc908), closes #547
  • npm: duplicate typings (e50b961)
  • plugins: export VideoPlayer. Fixes #563 (4292959)
  • ts: use old ts version for 1.3.x #567 (6a19c8c)
  • webintent: add type param. Fixes #564 (a0b6b10)

Features

  • background-geolocation: add showAppSettings function (281575b), closes #548
  • BackgroundGeolocation: code cleanup (3170686)
  • BackgroundGeolocation: Update to the latest version (808a75e)
  • BackgroundGeolocation: Update to the latest version (919e8da)
  • build: Support ES2015 modules (4014972)
  • emailcomposer: use new supported plugin. #568 (a092a31)
  • localNotifications: added register and has permission functions (#536) (c83b043)
  • npm: typescript 2.0.2 (e7e45f6)
  • plugin: cordova function override. fixes #437 (f60d08b)
  • push: add coldstart property. Fixes #559 (48196da)
  • scripts: publish script with npm and bower. Fixes #448 (3903fee)