Releases: nygardk/react-share
Releases · nygardk/react-share
v5.1.1
Patch Changes
- e4c1704: This patch fixes an issue with the Reddit sharing functionality, where the shared link was not automatically populated in Reddit’s share preview. By appending /web before /submit in the Reddit share URL, the link now populates correctly, improving the user experience for Reddit sharing.
v5.1.0
v5.0.4
v5.0.3
v5.0.2
v5.0.1
v5.0.0
Major Changes
- c04c694: Removed the
quote
prop fromFacebookShareButton
as it has been deprecated by Meta. See https://developers.facebook.com/support/bugs/734680371318112/?comment_id=743056360480513. - 043faa3: Removed default
aria-label
prop fromShareButtons
. Before it defaulted to the name of the "network name" (e.g. "facebook" for Facebook). Issue explained here. - d4c192a: Compilation target is now ES2017 instead of ES5. The distributed files are built with Vite instead of TypeScript compiler.
- 471510a: Dropped support for React 16.
Minor Changes
- 2c0ab57: Added
GabShareButton
andGabIcon
to share on gab.com. Originally implemented here. - 18f2de2: Added
XIcon
. - 77ecaa7: Share counts are now created as function components instead of class components.
- 15fd50d: Added
pinId
prop forPinterestShareButton
. - 44c672f: Share buttons are now created as function components instead of class components.