cordova-plugin-x-socialsharing
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "cordova-plugin-x-socialsharing", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Share text, images (and other files), or a link via the native sharing widget of your device. Android is fully supported, as well as iOS 6 and up. WP8 has somewhat limited support.", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -18,3 +18,3 @@ # PhoneGap / Cordova Social Sharing plugin | ||
> Version 6.0.0 is compatible with Android X. See [this issue](https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin/pull/1039) for details. 5.6.7 is the last version before 6.0.0, so be sure to pick that if you run into Android X-related issues. | ||
> Version 6.0.0 is compatible with Android X. See [this issue](https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin/pull/1039) for details. 5.6.8 is the last version before 6.0.0, so be sure to pick that if you run into Android X-related issues. | ||
@@ -31,2 +31,4 @@ ## 0. Index | ||
8. [Whitelisting on iOS](#8-whitelisting-on-ios) | ||
9. [NSPhotoLibraryUsageDescription on iOS](#9-nsphotolibraryusagedescription-on-ios) | ||
10. [Import Types into an Ionic Angular Project](#10-import-types-into-an-ionic-angular-project) | ||
@@ -543,3 +545,3 @@ ## 1. Description | ||
</platform> | ||
</widget> | ||
</widget> | ||
``` | ||
@@ -558,1 +560,10 @@ | ||
``` | ||
## 10. Import Types into an Ionic Angular Project | ||
If you do not already have a typings file definition, create one inside your `src` folder, for example`src/typings.d.ts` | ||
Add this reference into your typings file definition: | ||
``` | ||
/// <reference path="../node_modules/cordova-plugin-x-socialsharing/types/index.d.ts" /> | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
518756
566