Releases: mdtanrikulu/use-metamask
Releases · mdtanrikulu/use-metamask
useMetamask - v1.3.3: Add sepolia support
- Sepolia support
- Fix NextJS/SSR issue
- Replace initial state
net_id
witheth_chainid
Thanks @matthewkeil for the NextJS/SSR fix contribution!
useMetamask - v1.3.2: Add TS type declarations
- 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
- 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
- Separate and export accounts and chain methods
useMetamask - v1.1.1: Remove docs npm (#4)
-
Ignore docs folder when packing
-
example deps version bump
useMetamask - v1.1.0: Add isAvailable state for Metamask availability (#3)
-
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