Releases: nygardk/react-share
Releases · nygardk/react-share
v2.3.0
- Added
<WorkplaceShareButton />
(Facebook Workplace)
v2.2.0
- Added
<ViberShareButton />
- Support
name
prop in share buttons
- Fix minor accessibility issue (#156)
v2.1.1
- Added support for
webpack 4
tree shaking with sideEffects: false
-flag in package.json
v2.1.0
- Fix: use
https
for TumblrShareCount
- Fix: use
url
as the default email body (instead of subject
)
- Fix: invoke
beforeOnClick
also for EmailShareButton
v2.0.0
- Major project refactoring (thanks @aautio!) 🎉
- CommonJS modules are buit to
./lib
, es-modules are built to ./es
- Share buttons, share counts and icons are now separately importable and support tree-shaking
- Demo is now found at http://nygardk.github.io/react-share/
v1.19.1
- Minor fix to how
logoFillColor
is passed to the icon path
v1.19.0
- Removed
platform
dependency and replace <=IE10 check with a utility function (thanks @aautio!)
v1.18.1
- Whatsapp share button: fixed displaying "undefined" when title was not provided (fixes #84, thanks @aautio!)
v1.18.0
- Added LiveJournal and Mail.Ru sharebuttons (thanks @pvpshoot!)
v1.17.0
- Added
<TumblrShareButton />
and <TumblrShareCount />
(thanks @ArtBIT!)
- Added
additionalProps
to share buttons to make it possible to pass any additional props (like aria-
attributes)
- It is now possible to override
role
(default='button') and tabIndex
(default='0') props