Releases: danielsogl/awesome-cordova-plugins
Releases · danielsogl/awesome-cordova-plugins
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
Features
v2.2.4
v2.2.3
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
Features
v2.2.1
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)