Releases: couetilc/react-social-icons
Releases · couetilc/react-social-icons
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
.
v5.15.0
v5.14.0
Changelog
- React 18 added to peer dependencies (thank you @markholland )
t.me
Telegram url format is now supported (thank you @gonzaloscannone )
v5.13.0
v5.12.0
v5.11.0
v5.10.0
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 )