Releases: danielsogl/awesome-cordova-plugins
Releases · danielsogl/awesome-cordova-plugins
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
Features
v2.2.4
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
v2.2.3
2.2.3 (2016-10-14)
Bug Fixes
- googlemaps: Expose 'type' property in GoogleMapsLatLngBounds #693 (#694) (74a252b)
- onesignal: update to match latest API version (#691) (babfb0d)
v2.2.2
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
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
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
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
2.1.7 (2016-10-07)
Bug Fixes
- paypal: fixed currency code not found issue (#653) (598f8a9)
v2.1.6
2.1.6 (2016-10-06)
Bug Fixes
- paypal: fix helper classes (f002657)
v2.1.3
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)