Releases: couetilc/react-social-icons
Releases · couetilc/react-social-icons
v6.8.0
v6.7.0
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
Changelog
- Make type definitions available on the
react-social-icons/component
submodule. (Thank you @akshitkrnagpal)
v6.5.0
Changelog
- Added icon for xing.com (thank you @NilsBremer)
v6.4.0
v6.3.0
v6.2.0
v6.1.0
Changelog
- Added Mozilla Developer Network icon (thank you @schalkneethling)
v6.0.0
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
andpath
. getKeys
has been renamed togetNetworks
.