react-share

Social media share buttons and share counts for React

MIT License

Downloads
1.7M
Stars
2.6K
Committers
67

Bot releases are visible (Hide)

react-share - v2.1.1

Published by nygardk over 6 years ago

  • Added support for webpack 4 tree shaking with sideEffects: false-flag in package.json
react-share - v2.1.0

Published by nygardk over 6 years ago

  • Fix: use https for TumblrShareCount
  • Fix: use url as the default email body (instead of subject)
  • Fix: invoke beforeOnClick also for EmailShareButton
react-share - v2.0.0

Published by nygardk over 6 years ago

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

Published by nygardk over 6 years ago

  • Minor fix to how logoFillColor is passed to the icon path
react-share - v1.19.0

Published by nygardk almost 7 years ago

  • Removed platform dependency and replace <=IE10 check with a utility function (thanks @aautio!)
react-share - v1.18.1

Published by nygardk almost 7 years ago

  • Whatsapp share button: fixed displaying "undefined" when title was not provided (fixes #84, thanks @aautio!)
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