Releases: ethaccount/vue-dapp
Releases · ethaccount/vue-dapp
v0.7.1
0.7.1 (2022-12-22)
Bug Fixes
- gnosis safe dynamic import error, and rename localStorage item name (d7750d0)
v0.7.0 First Love
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
yarn add @walletconnect/web3-provider
yarn add @coinbase/wallet-sdk
yarn add @gnosis.pm/safe-apps-provider @gnosis.pm/safe-apps-sdk
- Template Reference https://github.com/chnejohnson/vue3-dapp-starter
v0.6.4
0.6.4 (2022-12-22)
Bug Fixes
- remove console.error, and add error handler property on vd-board #100 (5028f30)
v0.6.3
0.6.3 (2022-12-22)
Bug Fixes
- stay disconnected after clicking disconnect and refreshing page, close #104, #62 (7ae9f40)
v0.6.2
0.6.2 (2022-11-18)
Bug Fixes
- uncaught type error when not providing plugin options (e9d0d2e)
v0.6.1
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
0.6.0 (2022-10-23)
Features
- automatically load MetaMask wallet, close #80 (69c17ee)
v0.5.9
0.5.9 (2022-10-21)
Bug Fixes
- watch isActivated for the onActivatedHook (dcf0c9a)
v0.5.8
0.5.8 (2022-08-24)
Bug Fixes
v0.5.7
- fix: metamask can't clone reactive object #76 (@re2005 )