Skip to content

Releases: nygardk/react-share

v2.1.1

13 Apr 04:35
34e7116
Compare
Choose a tag to compare
  • Added support for webpack 4 tree shaking with sideEffects: false-flag in package.json

v2.1.0

30 Mar 09:27
Compare
Choose a tag to compare
  • Fix: use https for TumblrShareCount
  • Fix: use url as the default email body (instead of subject)
  • Fix: invoke beforeOnClick also for EmailShareButton

v2.0.0

28 Jan 17:09
Compare
Choose a tag to compare
  • 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/

v1.19.1

28 Jan 16:58
Compare
Choose a tag to compare
  • Minor fix to how logoFillColor is passed to the icon path

v1.19.0

01 Jan 14:07
Compare
Choose a tag to compare
  • Removed platform dependency and replace <=IE10 check with a utility function (thanks @aautio!)

v1.18.1

27 Dec 08:58
Compare
Choose a tag to compare
  • Whatsapp share button: fixed displaying "undefined" when title was not provided (fixes #84, thanks @aautio!)

v1.18.0

03 Dec 12:45
Compare
Choose a tag to compare
  • Added LiveJournal and Mail.Ru sharebuttons (thanks @pvpshoot!)

v1.17.0

12 Nov 07:54
Compare
Choose a tag to compare
  • 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

v1.16.0

01 Sep 17:00
Compare
Choose a tag to compare
  • Allow React v16.x.x as peer dependency.
  • Added <EmailShareButton />.
  • Added onShareWindowClose share button prop (#91).

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.