Skip to content

Releases: vu3th/vue-dapp

v0.11.0

03 Oct 09:26
Compare
Choose a tag to compare

Bug Fixes

  • upgrade walletconnect dependencies (2b3024b)

Chores

  • Migrate to monorepo from v0.9.2 (with ethers v5)
  • replace semantic-release with standard-version (fa8b425)
  • update funding link (13ae9b8)

v0.10.0

25 Jul 06:42
Compare
Choose a tag to compare

0.10.0 (2023-07-25)

The version that supports ethers v6.

v0.9.2

25 Jul 06:36
Compare
Choose a tag to compare

0.9.2 (2023-07-25)

Bug Fixes

  • fix vue@3.3.4 warning about connectTimeout injection (6ab78e4)

v0.9.1

03 Jul 12:40
Compare
Choose a tag to compare

0.9.1 (2023-07-03)

Bug Fixes

  • fix some bugs about walletconnect v2, resolve #129 (f2412f2), thanks @goums for providing the solution.

v0.9.0

24 Jun 08:19
Compare
Choose a tag to compare

0.9.0 (2023-06-24)

Features

v0.8.0 Wave Makers

25 May 22:34
Compare
Choose a tag to compare

0.8.0 (2023-05-25)

Features

  • add optional connect timeout to config (5a83a4e)

v0.7.2

29 Jan 05:25
Compare
Choose a tag to compare

0.7.2 (2023-01-29)

Bug Fixes

  • autoConnect not working in Firefox (5b0af51)

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)