Skip to content

v0.7.0 First Love

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 03:25
· 362 commits to main since this release

0.7.0 (2022-12-22)

Features

  • optional peer dependencies with dynamic import to provide opt-in wallet provider modules to install, close #101 (d4cb831)

Information

  • Refer to PR #103
  • For migrating to v0.7.x, you have to install the wallet provider modules which have been used in your project by hand, for example
    • Support WalletConnect
    yarn add @walletconnect/web3-provider
    • Support Coinbase Wallet
    yarn add @coinbase/wallet-sdk
    • Support Gnosis Safe
    yarn add @gnosis.pm/safe-apps-provider @gnosis.pm/safe-apps-sdk
  • Template Reference https://github.com/chnejohnson/vue3-dapp-starter