Skip to content

Releases: nygardk/react-share

v.1.15.1

16 Aug 05:27
Compare
Choose a tag to compare
  • Deprecated title, description and picture props for FacebookShareButton (because of Facebook API change). New prop: quote.

v1.15.0

18 Jun 06:56
Compare
Choose a tag to compare
  • Use new WhatsApp API (thanks @renchap!). #83
  • A11y update: handle Enter-keypress when share button is on focus. #82

v1.14.1

04 Jun 18:47
Compare
Choose a tag to compare
  • Minor accessibility update. #81

v1.14.0

04 Jun 07:22
Compare
Choose a tag to compare
  • Added Reddit share button and count (thanks @watbe!).
  • beforeOnClick no longer has to return Promise.

v1.13.3

29 May 06:30
Compare
Choose a tag to compare
  • More permissive dependency versions.

v1.13.2

20 Apr 05:13
Compare
Choose a tag to compare
  • 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

31 Mar 10:58
Compare
Choose a tag to compare
  • Added share button and count for Odnoklassniki.ru (thanks @R0nd!).

v1.12.1

25 Feb 07:48
Compare
Choose a tag to compare
  • Replaced https://facebook.com/sharer.php with https://www.facebook.com/sharer/sharer.php

v1.12.0

25 Feb 07:35
Compare
Choose a tag to compare
  • Added VKShareCount
  • Added Whatsapp and Telegram share buttons

v1.11.1

22 Jan 06:58
Compare
Choose a tag to compare
  • Added image prop to VK share link
  • Added missing picture prop to README.md for FacebookShareButton