Releases: nygardk/react-share
Releases · nygardk/react-share
v.1.15.1
- Deprecated
title
, description
and picture
props for FacebookShareButton (because of Facebook API change). New prop: quote
.
v1.15.0
- Use new WhatsApp API (thanks @renchap!). #83
- A11y update: handle Enter-keypress when share button is on focus. #82
v1.14.1
- Minor accessibility update. #81
v1.14.0
- Added Reddit share button and count (thanks @watbe!).
beforeOnClick
no longer has to return Promise.
v1.13.3
- More permissive dependency versions.
v1.13.2
- Minor icon component fix: use
prop-types
lib instead of React.propTypes
and use React.Component
instead of React.createClass
. Suppresses warnings caused by upgrading to React v. >=15.5.0
(thanks @yurick-flama).
v1.13.0
- Added share button and count for Odnoklassniki.ru (thanks @R0nd!).
v1.12.1
- Replaced
https://facebook.com/sharer.php
with https://www.facebook.com/sharer/sharer.php
v1.12.0
- Added VKShareCount
- Added Whatsapp and Telegram share buttons
v1.11.1
- Added
image
prop to VK share link
- Added missing
picture
prop to README.md for FacebookShareButton