Releases: phantomstudios/react-share
Releases · phantomstudios/react-share
1.0.1
Downgrades is-absolute-url
from v4
to v3
to fix builds from breaking.
1.0.0
Changes:
- Updates React from ~
v16
to ~v17
+ Generally brings everything up to date
- Makes imageAlt optional
- Replaces
getCurrentUrlAndCopyToClipboard
with simpler copyToClipboard
0.0.7
Changes:
- Replaces usage of
canonicalUrl
with pagePath
.
- Fixes issue where canonical link wasn't being added to DOM if root page. Adds new
disableCanonical
to ignore canonical if preferred.
0.0.6
- Removed
meta:title
.
- Added
og:image:width
and og:image:height
.
0.0.5
Changes:
- Fix
getFacebookUrl
hashtag prop sending through 'undefined' if empty
- Update
objectToUrlParams
to prevent empty strings / arrays from being encoded into URL params
0.0.4
Changes:
- Made
pageTitle
an optional prop in MetaHeadEmbed
.
- Implemented new
getCurrentUrlAndCopyToClipboard()
function to support copy.
0.0.3
- Changed :
imageUrl
gets prefixed with baseSiteUrl
if relative.
0.0.2
Changes:
- Add WhatsApp sharing support.