Skip to content

Releases: 0xa3k5/web3icons

3.12.0

14 Nov 09:41
4d3dc03
Compare
Choose a tag to compare

update eos to new logo - thanks @matthewdarwin
add diode, lens, edgeless, world chain

3.11.0

30 Oct 15:49
263dea4
Compare
Choose a tag to compare

add new networks:

  • taiko
  • moonbase-alpha
  • lumio

3.9.0

22 Oct 14:45
Compare
Choose a tag to compare

update chiliz logo
new networks:

  • kroma
  • l3x
  • lightlink
  • lisk
  • lycan

@web3icons/[email protected]

22 Oct 18:17
Compare
Choose a tag to compare

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

17 Oct 12:04
b708871
Compare
Choose a tag to compare

add networks:

  • bob
  • soneium
  • kaia
  • kakarot
  • karura

@web3icons/[email protected]

15 Oct 18:42
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/0xa3k5/web3icons/commits/@web3icons/[email protected]

3.6.2

02 Oct 17:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/0xa3k5/web3icons/commits/@web3icons/[email protected]

3.6.1

20 Aug 15:56
Compare
Choose a tag to compare

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

18 Aug 14:50
Compare
Choose a tag to compare

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

17 Aug 23:56
Compare
Choose a tag to compare

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 the logo.svg because eeth is invalid.

New Contributors

Full Changelog: https://github.com/0xa3k5/web3icons/commits/@web3icons/[email protected]