Skip to content

Releases: couetilc/react-social-icons

v6.2.0

07 Sep 07:48
Compare
Choose a tag to compare

Changelog

  • getNetworks export is now available from react-social-icons/component e.g. import { getNetworks } from 'react-social-icons/component'.

v6.1.0

07 Sep 07:31
Compare
Choose a tag to compare

Changelog

v6.0.0

05 Sep 02:02
Compare
Choose a tag to compare

Changelog

Non-breaking changes

  • Tree shaking for code splitting is now supported. See README.md for
    instructions. Package size in final bundle can now be as small as 1.5kb, down
    from 26.3kb for the all icons.
  • Added new icons. See db/ folder for full list of icons.
  • Props were updated, some were deprecated (but still supported), some are new.
    See README.md for details.
  • ESM and CommonJS builds are available

Breaking changes

  • React v15 is no longer supported. Now supporting v16, v17, and v18.
  • Icon definition format has changed. Icons are now defined by two properties,
    color and path.
  • getKeys has been renamed to getNetworks.

v5.15.0

30 Sep 18:59
Compare
Choose a tag to compare

Changelog

v5.14.0

08 Jul 15:48
Compare
Choose a tag to compare

Changelog

v5.13.0

22 Mar 14:42
a9fdc43
Compare
Choose a tag to compare

Changelog

  • Revert change introduced in v5.10.0 that negatively affected icons with semi-transparent foregrounds and backgrounds (See #116)

v5.12.0

22 Mar 13:53
01b1815
Compare
Choose a tag to compare

Changelog

v5.11.0

15 Feb 16:35
Compare
Choose a tag to compare

Changelog

  • added Pixiv icon (thank you @myin142 )

v5.10.0

29 Jan 19:42
Compare
Choose a tag to compare

Changelog

  • Background fill will now match the foreground color set by the fgColor prop, smoothing out the edges for icons who do not fit their mask exactly. (Thank you @lucaspeferreira )

v5.9.0

26 Jan 06:23
Compare
Choose a tag to compare

Changelog

  • added Ravelry icon (thank you @spazure)