Skip to content

Releases: danielsogl/awesome-cordova-plugins

v2.2.17

20 Jan 20:54
Compare
Choose a tag to compare

2.2.17 (2017-01-20)

Bug Fixes

  • app-rate: onRateDialogShow callback (#985) (ab681cc)
  • core: increase deviceready timeout for sanity (0ab14a0)

v2.2.16

12 Jan 00:12
Compare
Choose a tag to compare

Important

Please use this version instead of 2.2.15 due to a bug in that version.

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