react-share

Social media share buttons and share counts for React

MIT License

Downloads
1.7M
Stars
2.6K
Committers
67

Bot releases are hidden (Show)

react-share - v1.18.0

Published by nygardk almost 7 years ago

  • Added LiveJournal and Mail.Ru sharebuttons (thanks @pvpshoot!)
react-share - v1.17.0

Published by nygardk almost 7 years ago

  • 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
react-share - v1.16.0

Published by nygardk about 7 years ago

  • Allow React v16.x.x as peer dependency.
  • Added <EmailShareButton />.
  • Added onShareWindowClose share button prop (#91).
react-share - v.1.15.1

Published by nygardk about 7 years ago

  • Deprecated title, description and picture props for FacebookShareButton (because of Facebook API change). New prop: quote.
react-share - v1.15.0

Published by nygardk over 7 years ago

  • Use new WhatsApp API (thanks @renchap!). #83
  • A11y update: handle Enter-keypress when share button is on focus. #82
react-share - v1.14.1

Published by nygardk over 7 years ago

  • Minor accessibility update. #81
react-share - v1.14.0

Published by nygardk over 7 years ago

  • Added Reddit share button and count (thanks @watbe!).
  • beforeOnClick no longer has to return Promise.
react-share - v1.13.3

Published by nygardk over 7 years ago

  • More permissive dependency versions.
react-share - v1.13.2

Published by nygardk over 7 years ago

  • 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).
react-share - v1.13.0

Published by nygardk over 7 years ago

  • Added share button and count for Odnoklassniki.ru (thanks @R0nd!).
react-share - v1.12.1

Published by nygardk over 7 years ago

  • Replaced https://facebook.com/sharer.php with https://www.facebook.com/sharer/sharer.php
react-share - v1.12.0

Published by nygardk over 7 years ago

  • Added VKShareCount
  • Added Whatsapp and Telegram share buttons
react-share - v1.11.1

Published by nygardk over 7 years ago

  • Added image prop to VK share link
  • Added missing picture prop to README.md for FacebookShareButton
react-share - v1.11.0

Published by nygardk almost 8 years ago

  • Added beforeOnClick option for share buttons
  • Added hashtag option for Facebook share button
react-share - v1.10.1

Published by nygardk almost 8 years ago

  • attempt to fix an issue with meteor by updating platform.js dependency to version 1.3.2 (#46)
react-share - v1.10.0

Published by nygardk about 8 years ago

  • Added title and description to VK and Linkedin share links (@VorontsovMaxim)
  • Fixed Firefox bug with loading SVGs with CSP enabled (@OttoRobotto)
react-share - v1.9.1

Published by nygardk about 8 years ago

  • New end point for fetching Facebook share count.
react-share - v1.6.0

Published by nygardk about 8 years ago

  • feature: added sharing support for VK
  • internal changes for preparing version 2, assertion message changes
  • minor breaking change: Google Plus button now has class SocialMediaShareButton--googlePlus instead of SocialMediaShareButton--google-plus
react-share - v1.7.0

Published by nygardk about 8 years ago

  • added disabled and disabledStyle props to share buttons
  • added iconBgStyle and logoFillColor to icon styles
react-share - v1.8.0

Published by nygardk about 8 years ago

  • Share count will now be updated if url prop is changed
  • Error callback with Facebook share counts is now correctly called