Releases: 0xa3k5/web3icons
Releases · 0xa3k5/web3icons
3.12.0
update eos to new logo - thanks @matthewdarwin
add diode, lens, edgeless, world chain
3.11.0
add new networks:
- taiko
- moonbase-alpha
- lumio
3.9.0
update chiliz
logo
new networks:
kroma
l3x
lightlink
lisk
lycan
@web3icons/[email protected]
new networks:
- unichain
- optopia
- orderly
- arweave
- moonbeam
- fluence
- harmony
new tokens:
- ORDER
Full Changelog: https://github.com/0xa3k5/web3icons/commits/@web3icons/[email protected]
3.8.0
add networks:
- bob
- soneium
- kaia
- kakarot
- karura
@web3icons/[email protected]
What's Changed
- create common package, this makes the react package leaner
- drop cjs support
- fix beam network shortname (thanks @thesushilsharma for reporting)
- fix base token image (thanks @thesushilsharma for reporting)
- add JSDoc to icon components
New Contributors
- @jordyalcides made their first contribution in #28
Full Changelog: https://github.com/0xa3k5/web3icons/commits/@web3icons/[email protected]
3.6.2
What's Changed
- fix shortName for
beam
thanks to @jordyalcides
Full Changelog: https://github.com/0xa3k5/web3icons/commits/@web3icons/[email protected]
3.6.1
3.6.1
13 new networks:
- dogechain
- hubblenet
- milkomeda-a1
- milkomeda-c1
- reya
- tenet
- rollux
- bouncebit
- mantle
- nahmii
- tombchain
- bouncebit
- reya
Fixes & Improvements
- remove @web3icons/utils as a dependency
- reduce the dependencies of packages
- fix a typo on networks.json
- host optimized svgs in the core package and move raw svgs out
Full Changelog: https://github.com/0xa3k5/web3icons/commits/@web3icons/[email protected]
3.5.0
What's Changed
- support chainId in
NetworkIcon
- add 33 new network icons:
coinex-smart-chain
conflux
cronos-zkevm
elastos
energy-web
enuls
ethereum-classic
flare
fraxtal
fuse
kardia
lyra
meter
oasys
okex-chain
rollux
rootstock
shiden
step
shimmer-evm
songbird
sys
theta
thundercore
ubiq
ultron
velas
tomochain
xdc
zyx
kuchain
- retire @web3icons/typescript-config
Full Changelog: https://github.com/0xa3k5/web3icons/commits/@web3icons/[email protected]
3.4.0
What's Changed
- introduce "fallback" to WalletIcon, TokenIcon and NetworkIcon. fallback prop takes in a string or ReactNode and renders that if the provided props can't find a match. e.g.:
<TokenIcon symbol="EETH" fallback="/logo.svg">
would render thelogo.svg
becauseeeth
is invalid.
New Contributors
- @GabrielPrediger made their first contribution in #20
Full Changelog: https://github.com/0xa3k5/web3icons/commits/@web3icons/[email protected]