Skip to content

Releases: mdtanrikulu/use-metamask

useMetamask - v1.3.3: Add sepolia support

03 Dec 18:20
a25c453
Compare
Choose a tag to compare
  • Sepolia support
  • Fix NextJS/SSR issue
  • Replace initial state net_id with eth_chainid

Thanks @matthewkeil for the NextJS/SSR fix contribution!

useMetamask - v1.3.2: Add TS type declarations

12 Sep 15:11
Compare
Choose a tag to compare
  • useMetamask is available for typescript projects from now on, types are supported built-in no need for extra type package.
    Thanks to @BonneVoyager for raising this issue!

useMetamask - v1.2.2: Add silent getAccounts method

15 Jul 19:14
944c91b
Compare
Choose a tag to compare
  • Added silent getAccounts method, so now you can check if metamask is already connected, without metamask popping up.
  • New sneaky fox logo restyled and updated, thanks and credits goes to @ricmoo! 🦊 🦊

useMetamask - v1.1.2: Separate and export accounts and chain methods

18 Jan 19:43
Compare
Choose a tag to compare
  • Separate and export accounts and chain methods

useMetamask - v1.1.1: Remove docs npm (#4)

06 Jan 16:22
a96c99f
Compare
Choose a tag to compare
  • Ignore docs folder when packing

  • example deps version bump

useMetamask - v1.1.0: Add isAvailable state for Metamask availability (#3)

06 Jan 16:09
0bebf02
Compare
Choose a tag to compare
  • Add isAvailable state for Metamask availability

  • update select style

  • fix test label

  • add disconnect condition test

  • Rely on coverage-final report instead of clover

  • update demo

useMetamask - v1.0.0

27 Dec 21:40
Compare
Choose a tag to compare
  • Simple functionalities of Metamask connection (network, account information, and changes of them)
  • Supports both web3.js and ethers.js