Releases: nygardk/react-share
Releases · nygardk/react-share
v5.2.2
v5.2.1
v5.2.0
Minor Changes
- 373add6: Added
BlueskyShareButton
andBlueskyIcon
. This button will take a title and url parameter, and then use Bluesky Intent Links to share that content. There is also an overrideable seperator parameter (defaults as ' ') that seperates the title and url. - d45d811: Added
ThreadsShareButton
andThreadsIcon
.
Patch Changes
- 8a5016a: Build tooling updates. May affect the distributed files.
- 15e830f: The
title
prop is no longer passed to thebutton
element, which may have caused e.g. warnings in the console before. Note that to set the nativetitle
attribute for the share buttons, you may use thehtmlTitle
prop. - d172111: Internal type fixes.
v5.1.2
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.