@capacitor/share
Advanced tools
Comparing version 0.4.2 to 0.5.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.5.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@0.4.2...@capacitor/share@0.5.0) (2021-02-10) | ||
### Features | ||
* **android:** implements Activity Result API changes for permissions and activity results ([#222](https://github.com/ionic-team/capacitor-plugins/issues/222)) ([f671b9f](https://github.com/ionic-team/capacitor-plugins/commit/f671b9f4b472806ef43db6dcf302d4503cf1828c)) | ||
## [0.4.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/share@0.4.1...@capacitor/share@0.4.2) (2021-02-05) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@capacitor/share", | ||
"version": "0.4.2", | ||
"version": "0.5.0", | ||
"description": "The Share API provides methods for sharing content in any sharing-enabled apps the user may have installed.", | ||
@@ -47,6 +47,6 @@ "main": "dist/plugin.cjs.js", | ||
"devDependencies": { | ||
"@capacitor/android": "^3.0.0-beta.1", | ||
"@capacitor/core": "^3.0.0-beta.1", | ||
"@capacitor/android": "^3.0.0-beta.2", | ||
"@capacitor/core": "^3.0.0-beta.2", | ||
"@capacitor/docgen": "0.0.15", | ||
"@capacitor/ios": "^3.0.0-beta.1", | ||
"@capacitor/ios": "^3.0.0-beta.2", | ||
"@ionic/eslint-config": "^0.3.0", | ||
@@ -64,3 +64,3 @@ "@ionic/prettier-config": "~1.0.1", | ||
"peerDependencies": { | ||
"@capacitor/core": "^3.0.0-beta.1" | ||
"@capacitor/core": "^3.0.0-beta.2" | ||
}, | ||
@@ -83,3 +83,3 @@ "prettier": "@ionic/prettier-config", | ||
}, | ||
"gitHead": "e10d9dc09f6189f1547a82b8ae29759749fc1f8d" | ||
"gitHead": "91779a842eb14903c48c5309b899cd059115b55f" | ||
} |
Sorry, the diff of this file is not supported yet
31456
374