Skip to content

Releases: couetilc/react-social-icons

v5.5.1

04 Jul 17:26
Compare
Choose a tag to compare

Changelog

  • expose type for keyFor function.

v5.5.0

27 Jun 00:12
Compare
Choose a tag to compare

Changelog

  • expose keyFor function to match url's to network keys.

v5.4.1

01 Jun 13:59
Compare
Choose a tag to compare

Changelog

  • component type now allows for anchor element attributes to be assigned as props (thank you @satoshigangopadhyay)

v5.4.0

22 May 16:19
Compare
Choose a tag to compare

Changelog

  • feat: added style property to types and documentation (thank you @david-potgieter)

v5.3.0

08 May 13:49
Compare
Choose a tag to compare

Changelog

v5.2.0

30 Apr 18:47
Compare
Choose a tag to compare

Changelog

  • feat: TypeScript support

v5.1.1

07 Apr 01:06
Compare
Choose a tag to compare

Changelog

  • fix: match networks to urls whose subdomains contain hyphens
  • fix: match networks to urls whose paths contain dots

v5.1.0

05 Apr 22:14
Compare
Choose a tag to compare

Changelog

v5.0.0

22 Mar 02:49
Compare
Choose a tag to compare

There are no breaking changes in this release, however, there is a new maintainer @couetilc for the react-social-icons package. Also, the instagram icon and color has been updated to reflect new branding.

Changelog

  • feat: Instagram icon and background color has been updated (thank you @craftykim)
  • feat: GitHub icon's background color has been updated (thank you @eclectic-coding)
  • feat: Added Telegram icon (thank you @piducancore)
  • feat: Added Discord icon (thank you @jace1084)
  • feat: Added StackOverflow icon
  • feat: Added TikTok icon
  • feat: Added defaultSVG prop for customizing the fallback network icon.
  • fix: Updated peerDependencies to include React v17
  • chore: GitHub action to run tests across all React versions listed in peerDependencies
  • docs: Updated docs to remove --save-dev
  • docs: Added Prop Types to README