Skip to content

Releases: ethaccount/vue-dapp

v0.7.1

22 Dec 09:55
Compare
Choose a tag to compare

0.7.1 (2022-12-22)

Bug Fixes

  • gnosis safe dynamic import error, and rename localStorage item name (d7750d0)

v0.7.0 First Love

22 Dec 03:25
Compare
Choose a tag to compare

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

v0.6.4

22 Dec 03:19
Compare
Choose a tag to compare

0.6.4 (2022-12-22)

Bug Fixes

  • remove console.error, and add error handler property on vd-board #100 (5028f30)

v0.6.3

22 Dec 03:16
Compare
Choose a tag to compare

0.6.3 (2022-12-22)

Bug Fixes

  • stay disconnected after clicking disconnect and refreshing page, close #104, #62 (7ae9f40)

v0.6.2

18 Nov 07:00
Compare
Choose a tag to compare

0.6.2 (2022-11-18)

Bug Fixes

  • uncaught type error when not providing plugin options (e9d0d2e)

v0.6.1

05 Nov 06:29
Compare
Choose a tag to compare

0.6.1 (2022-11-05)

Feature

  • Add Gnosis Safe Connector (PR #94)

Bug Fixes

  • auto-connect with gnosis safe (05c1f3c)
  • refactor autoConnect and export isNotSafeApp for users to conditionally include the connector or not (59d5e26)

v0.6.0 SPY x FAMILY

23 Oct 07:12
Compare
Choose a tag to compare

0.6.0 (2022-10-23)

Features

  • automatically load MetaMask wallet, close #80 (69c17ee)

v0.5.9

21 Oct 13:02
Compare
Choose a tag to compare

0.5.9 (2022-10-21)

Bug Fixes

  • watch isActivated for the onActivatedHook (dcf0c9a)

v0.5.8

24 Aug 15:08
Compare
Choose a tag to compare

0.5.8 (2022-08-24)

Bug Fixes

v0.5.7

24 Aug 13:40
Compare
Choose a tag to compare
  • fix: metamask can't clone reactive object #76 (@re2005 )