Minor Changes
- 373add6: Added
BlueskyShareButtonandBlueskyIcon. 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
ThreadsShareButtonandThreadsIcon.
Patch Changes
- 8a5016a: Build tooling updates. May affect the distributed files.
- 15e830f: The
titleprop is no longer passed to thebuttonelement, which may have caused e.g. warnings in the console before. Note that to set the nativetitleattribute for the share buttons, you may use thehtmlTitleprop. - d172111: Internal type fixes.