Releases: danielsogl/awesome-cordova-plugins
Releases · danielsogl/awesome-cordova-plugins
v2.2.15
v2.2.14
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
v2.2.13
v2.2.12
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
v2.2.10
v2.2.8
v2.2.7
2.2.7 (2016-11-24)
Bug Fixes
- 3dTouch: fixes onHomeIconPressed (#813) (695099b)
- camera-preview: formatting. Closes #790 (5577c51)
- datepicker: fix allowOldDates option (#761) (fa03fa5)
- diagnostics: fix #776 (#777) (01b30c6)
- file: correct writeFile flags (9bd8997), closes #789
- googlemap: fix typoe googledesic to geodesic (78b3ec5), closes #765
- native-audio: completeCallback is optional on play method (b719a03), closes #792
- nfc: don't bind to name field, fix #740 (#749) (ca43394)
- plugin: don't bind to name field. Fixes #740 (71916a8)
- video-player: scalingMode is number (f07431a), closes #774
Features
v2.2.5
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