Skip to content

Releases: couetilc/react-social-icons

v6.8.0

16 Jan 15:00
Compare
Choose a tag to compare

Changelog

  • Updated Medium icon to reflect current branding (thank you @jessupjn)

v6.7.0

26 Nov 16:08
Compare
Choose a tag to compare

Changelog

  • Social Icon svg is now wrapped by a <span> instead of a <div> to avoid DOM nesting errors if used within <p> elements (thank you @dejorrit)
  • README update with FAQ answer explaining the proper "moduleResolution" setting for Typescript projects (thank you @cwerner87)

v6.6.0

04 Nov 01:57
Compare
Choose a tag to compare

Changelog

  • Make type definitions available on the react-social-icons/component submodule. (Thank you @akshitkrnagpal)

v6.5.0

04 Nov 01:38
Compare
Choose a tag to compare

Changelog

v6.4.0

27 Sep 09:50
Compare
Choose a tag to compare

Changelog

  • Fix visual issues with Mozilla developer network icon, reducing size and applying display color convention.
  • Strict matching on domain names (e.g. flix.com no longer matches x.com social network), thank you @orels1

v6.3.0

07 Sep 19:21
Compare
Choose a tag to compare

Changelog

  • fix bug where dot characters in network names were matching any character (thank you @tmelliott) (issue #161)

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