Skip to content

Releases: danielsogl/awesome-cordova-plugins

v2.2.15

11 Jan 00:19
Compare
Choose a tag to compare

2.2.15 (2017-01-11)

Bug Fixes

  • apprate: captialize URL in storeAppURL property (b98fa28)
  • ble: stopScan takes no args when used as clear function (#944) (6ddd2aa)
  • onesignal: OSNotification.app_id is optional (#946) (ebf0716)

v2.2.14

07 Jan 13:04
Compare
Choose a tag to compare

2.2.14 (2017-01-07)

Bug Fixes

  • google-analytics: fix startTrackerWithId when interval is not provided (49fe24d)
  • google-plus: fixes login without options (ca14bf6), closes #932
  • inappbrowser: fix insertCSS method name (de07df6), closes #921
  • mixpanel: fix issue when not passing eventProperties (#927) (bbf75bc)
  • nfc: add missing param for addMimeTypeListener (#937) (ca60c5b)
  • push: fix typing for additionalData (0d6997c), closes #868

Features

  • background-geolocation: add altitudeAccuracy into response typings (#922) (8eb656c)
  • market: add search method, return promises (d62779a)

v2.2.13

27 Dec 13:44
Compare
Choose a tag to compare

2.2.13 (2016-12-27)

Bug Fixes

  • admob: add adId prop to AdMobOptions (d5dfdf8)
  • background-mode: isEnabled and isActive return booleans (ba77fd7), closes #908
  • diagnostic: add missing types (1841220), closes #905
  • diagnostic: add permissionStatus types (#890) (3385c1b)

Features

v2.2.12

19 Dec 19:31
Compare
Choose a tag to compare

2.2.12 (2016-12-16)

BREAKING CHANGES

Network.connection no longer exists. You can use the properties Network.type and Network.downlinkMax to get the data you need.

Bug Fixes

  • camera-preview: parameter size is optional (#871) (61dc8aa)
  • diagnostic: permissionStatus gets values from plugin in runtime (9986e0d), closes #872
  • sms: fix callback index when omitting options param (114a74d), closes #858

Features

v2.2.11

06 Dec 12:37
Compare
Choose a tag to compare

2.2.11 (2016-12-06)

Bug Fixes

  • cordova-property: fixes static properties of classes (7ae6e10)
  • device: fixes device plugin (d918844)

BREAKING CHANGES

  • device: device property no longer exists

For example, Device.device.platform becomes Device.platform now.

v2.2.10

04 Dec 19:06
Compare
Choose a tag to compare

2.2.10 (2016-12-04)

Bug Fixes

  • contacts: fix few bugs in Contacts (#846) (b19f6d1)
  • sqlite: add static constructor, and fix resolve type (#697) (9082c5e)

Features

  • actionsheet: add ActionSheetOptions interface (f211da7)
  • googlemap: add disableAutoPan to GoogleMapsMarkerOptions (cf75a53), closes #844
  • googlemaps: add markerClick and infoClick to MarkerOptions (6f7171d)

v2.2.8

01 Dec 23:50
Compare
Choose a tag to compare

2.2.8 (2016-12-01)

Bug Fixes

  • card-io: fix typo in options (e6700a3)
  • globalization: add missing parameter to numberToString function (1072ab1), closes #835

Features

  • card-io: add typing for response (2e82320)

v2.2.7

24 Nov 10:26
Compare
Choose a tag to compare

2.2.7 (2016-11-24)

Bug Fixes

Features

  • camera-preview: add disable method (6ad54ec)
  • google-analytics: new interval period parameter (abd910d), closes #816
  • google-map: add get and set methods to Marker class (51ab03d), closes #798

v2.2.5

27 Oct 13:19
Compare
Choose a tag to compare

2.2.5 (2016-10-27)

Bug Fixes

  • 3dtouch: add missing property (#739) (757d096)
  • geolocation: fix watchPosition return type (d5310b0), closes #741
  • nfc: fix Ndef class (ac181c5), closes #713
  • sqlite: check if plugin exists before opening database (6f47371)
  • sqlite: check if plugin exists before opening database (c98b4f4)
  • sqlite: fix callback issue with transaction method (a72cd59), closes #732

Features

  • diagnostic: add missing functions (eb03de9), closes #743
  • filepath: add cordova-plugin-filepath (#714) (0660a3b)
  • plugins: add name field (9677656)
  • sms: add hasPermission method (8fbf1f2), closes #721

v2.2.4

15 Oct 17:18
Compare
Choose a tag to compare

2.2.4 (2016-10-15)

Bug Fixes

  • sqlite: fix callback order for transaction (#700) (799e2f0)

Features

  • device-feedback: add DeviceFeedback plugin (#696) (bbda6e2)
  • image-picker: add new android methods (3edfafb)
  • mixpanel: MixpanelPeople returns promises (#681) (b95f88c), closes #667