Skip to content

Releases: nygardk/react-share

v5.1.0

11 Feb 08:40
1d6cd0f
Compare
Choose a tag to compare

Minor Changes

  • 4e74597: Added htmlTitle prop for the share button. This prop will be passed as the native title attribute for the button element.

v5.0.4

11 Feb 08:36
0f60182
Compare
Choose a tag to compare

Patch Changes

  • 1c50111: Fixed exports in package.json to comply with the publint and attw tools. May solve issues when your project uses CommonJS modules and Node.js v16 or newer.

v5.0.3

29 Nov 13:00
5daa590
Compare
Choose a tag to compare

Patch Changes

  • ddcf9c8: Fixed invalid exports configuration (reference to dist/index.cjs).

v5.0.2

19 Nov 08:47
654d765
Compare
Choose a tag to compare

Patch Changes

  • b1da2d9: Fix Reddit logo in RedditIcon.
  • 2588f97: Fixed colors for: FacebookIcon, LinkedinIcon, OKIcon, PinterestIcon, RedditIcon, TelegramIcon, TumblrIcon, VKIcon, ViberIcon, WeiboIcon, WorkplaceIcon.
  • 6a43137: Fixed WhatsApp sharring issue on Android described here.

v5.0.1

18 Nov 13:08
4f5ce39
Compare
Choose a tag to compare

Patch Changes

  • 8dd0134: @changesets/cli was accidentally added in dependencies. It is now moved to devDependencies.

v5.0.0

18 Nov 11:43
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • 2c0ab57: Added GabShareButton and GabIcon to share on gab.com. Originally implemented here.
  • 18f2de2: Added XIcon.
  • 77ecaa7: Share counts are now created as function components instead of class components.
  • 15fd50d: Added pinId prop for PinterestShareButton.
  • 44c672f: Share buttons are now created as function components instead of class components.

Patch Changes

  • 65b53c5: Fix HatenaShareCount to show also 0. Originally fixed here.
  • 14bbffa: Fixed createIcon defaultProps warning with React 18.

v4.4.1

16 Oct 12:28
Compare
Choose a tag to compare
  • Chore: upgraded build deps
  • Fix: Support React 18 in peerDependencies

v4.4.0

23 Feb 08:42
Compare
Choose a tag to compare
  • Fix: Support React 17 in peerDependencies (#379)
  • Fix: Updated Telegram link for shares custom URLs (#377)
  • Fix: Updated Reddit logo background colour (#366)

v4.3.0

06 Sep 09:46
Compare
Choose a tag to compare
  • Added: HatenaShareButton and HatenaShareCount

v4.2.1

09 Jul 08:12
Compare
Choose a tag to compare
  • Fix: added internal assert utility to get rid of Node.js assert dependency (MINOR BREAKING CHANGE: the error thrown is slightly different)