Skip to content

Releases: react-native-share/react-native-share

v3.4.0

17 Jun 14:33
Compare
Choose a tag to compare

3.4.0 (2020-06-17)

Features

  • adding community logo and contributing md (9deb9c4)
  • bootstrap website with docsaurus v2 (b57bada)

v3.3.3

09 Jun 03:54
Compare
Choose a tag to compare

3.3.3 (2020-06-09)

Bug Fixes

v3.3.2

07 May 22:45
Compare
Choose a tag to compare

3.3.2 (2020-05-07)

Bug Fixes

v3.3.1

05 May 16:28
Compare
Choose a tag to compare

3.3.1 (2020-05-05)

Bug Fixes

  • security alerts / package updates 20200505 (#773) (347d0cf)

v3.3.0

23 Apr 18:01
Compare
Choose a tag to compare

3.3.0 (2020-04-23)

Features

v3.2.0

08 Apr 19:06
Compare
Choose a tag to compare

3.2.0 (2020-04-08)

Features

  • Support sharing of files from secondary storage i.e sd cards, on Android (#754) (df631e7)

v3.1.2

25 Mar 14:38
Compare
Choose a tag to compare

3.1.2 (2020-03-25)

Bug Fixes

  • suppress errors occurred when built with ios sdk 12 or lower (#742) (4f9eaf4)

v3.1.1

18 Mar 01:54
Compare
Choose a tag to compare

Note about this release

For anybody coming from npm or even github, this tag just applied a semantic-release to this project. The previous version https://github.com/react-native-community/react-native-share/releases/v3.1.0 has the same changes, except for this config to publish new releases. 😅

3.1.1 (2020-03-18)

Reverts

Share to files iOS + UIActivityItemSource + Android excludedActivityTypes

16 Mar 22:50
d100da2
Compare
Choose a tag to compare

This release focus some interesting change related to iOS and some fixes on Android.

Thanks to @gevgasparyan now it's possible to share your files to the Files app only 🗄 . Also, we now support the new UIActivityItemSource on iOS 13 thanks to @miyabi.

On Android we got some fixes, and thanks to @luancurti it's now possible share url correctly. 🔗 And

You can check the full changelog here:
534116b - Add workaround (Konrad Jaglowski)
14d4949 - fix: share url android (luancurti)
9b5f552 - Enables sending text via WhatsApp to a specific number on iOS. (Ian)
4b94a13 - Fix for android version > 7.0 (Sumedh)
0185126 - Do not ask users to link with React Native 0.60.0 (Seph Soliman)
4c3039d - Fix excludedActivityTypes for Android (Sumedh)
0302a9e - chore: update android manual link (luancurti)
67b445d - chore: update podspec infos using package.json infos (luancurti)
ad7cce8 - feat: support UIActivityItemSource to customize share-sheet for iOS 13 (Masayuki Iwai)
8baf4da - feat: share Base64 to Files (Gev Gasparyan)
c5b8ca7 - [filename] Fixes base64 filename in android (Nilesh Suthar)
1d375d8 - fix: add dependencies (Gev Gasparyan)
1ff1a48 - install packages via yarn (Gev Gasparyan)
afaa6ab - Share with Files app (Gev Gasparyan)

Thanks for everyone that helped us out with this release, and sorry for anyone that haven't been mentioned on this changelog 😅. Please, let us know if you find anything that might be a breaking change or a bug. 🥇

Auto-Linking, react-native 0.61.5 support and Stories share

19 Jan 02:37
c5fac19
Compare
Choose a tag to compare

This release focus on making possible using the auto link and default support for react-native 0.61.5🎉

Also we bring back share for Instagram Stories at iOS, thanks for @hbarylskyi 📷 , sharing to Snapchat 👻 on Android ,as well as various fixes and implementations. 🎉 🎉 🎉

You can check the full changelog here:

958ab6c - Update react-native to 0.61.5 (Frieder Bluemle)
1b3d315 - Update react-native to 0.61.4 (#637) (Frieder Bluemle)
c7287a3 - Update and fix Gradle setup (#588) (Frieder Bluemle)
25f5de6 - set useNativeDriver explicitly for Animations (#633) (James Adams)
86daf53 - correctly type image source (#632) (James Adams)
d88e542 - fix: added missing "v" to source field in podspec (#619) (mdstroebel)
736a8ac - iOS 13: Resolve promise if ShareSheet is manually dismissed (#607) (Tom Targosz)
9ad3436 - fix: remove uncessary tools replace on build gradle (luancurti)
4e78f35 - chore(lint): fixing lint errors (MateusAndrade)
56f50cc - fix: instagram-stories build failure (hbarylskyi)
6bacbcd - revert back instagram stories feature (hbarylskyi)
72d5c05 - Makes sharing with Snapchat work on Android (#464) (Dmitry Negodyaev)
4b57156 - Fixed validate error (Arjan Zuidema)
7cd7c8a - Removed react-native Share dependency (Arjan Zuidema)
d4afbe9 - Only call successCallback when completed is true (Tom Targosz)
44efbdb - Update Gradle wrapper to 5.6.2 (Frieder Bluemle)
7f125ea - Send email to predefined email address (Valio)
f6c6105 - fix: update jest to fix known security vulnerabilities (#577) (Mike Hardy)
4849290 - fix: remove redundant dependency (Mike Hardy)
1d7bf06 - fix: use the template support version (Mike Hardy)
bdee601 - chore: use older flow package, run yarn (Mike Hardy)
70b0fa3 - chore: fix react version to template versions (Mike Hardy)
8542652 - fix: remove non-template gradle properties caching/parallel (Mike Hardy)
81bf561 - chore: update gradle wrapper and distribution to 3.5.0/5.6.1-all (Mike Hardy)
5c8b2e3 - fix: remove version from flowconfig (Mike Hardy)
5d459e7 - chore: update gradle in main project (Mike Hardy)
2ccc244 - chore: update dependencies and actually port example to RN60 (Mike Hardy)
c2b6124 - Comply to UIDocumentInteractionControllerDelegate to suppress warning (jnpdx)
7636ebe - Fix xcode warnings (jnpdx)
abad39d - fix: social should be optional in android (Mike Hardy)
c059561 - Added possibility to add file name (olegM)
8359e6f - fix missing path (#562) (xliank)
43fe0b5 - chore(ShareIntent): indentation fix (shubham deol)
3b9f80d - Fix shareIntent.java (Shubham Choudhary)
4050190 - update ShareIntent.java (Shubham Choudhary)
018d2a3 - chore: Adding es6 default export e export with destructing (MateusAndrade)

Thanks for everyone that helped us out with this release(that ended up taking a long time 😅). Please, let us know if you find anything that might be a breaking change or a bug.