Releases: nygardk/react-share
Releases · nygardk/react-share
v1.11.1
- Added
image
prop to VK share link
- Added missing
picture
prop to README.md for FacebookShareButton
v1.11.0
- Added
beforeOnClick
option for share buttons
- Added hashtag option for Facebook share button
v1.10.1
- attempt to fix an issue with meteor by updating platform.js dependency to version 1.3.2 (#46)
v1.10.0
- Added
title
and description
to VK and Linkedin share links (@VorontsovMaxim)
- Fixed Firefox bug with loading SVGs with CSP enabled (@ottorobotto)
v1.9.1
- New end point for fetching Facebook share count.
v1.9.0
- Added
windowWidth
and windowHeight
props to share buttons. E.g. Pinterest popup window is larger than the others, and its width now defaults to 1000 and height defaults to 730. Additionally, you can manually control the size by setting the props.
v1.8.5
- Google+ logo in the icons was updated to match the newest Google brand
v1.8.1
- Fixed propType warnings that were caused by updating to React v. 15.2.0
v1.8.0
- Share count will now be updated if url prop is changed
- Error callback with Facebook share counts is now correctly called
v1.7.0
- added
disabled
and disabledStyle
props to share buttons
- added
iconBgStyle
and logoFillColor
to icon styles