Skip to content

Releases: vu3th/vue-dapp

v0.5.3

14 Jun 07:58
Compare
Choose a tag to compare

Feature

Fix

  • Update MeteMask to MetaMask, close #49

v0.5.2

27 May 06:39
5941c67
Compare
Choose a tag to compare

Fix

  • Catch error if walletConnect not connected because of invalid infura id, close #27

v0.5.1 Brave Animated Series

26 May 11:26
3b456b9
Compare
Choose a tag to compare

Breaking changes

  • Refactor architecture with Connector classes
  • Upgrade Coinbase Wallet dependencies, close #42
  • Change <vdapp-board> into <vd-board>
  • Support custom provider options, close #39, #23
  • Support dark mode board

v0.4.8

03 Mar 05:53
Compare
Choose a tag to compare

Fix

  • Reduce multi provider, solved issue #30 #36. Thanks @Mulander-J for his contribution!

v0.4.7

16 Jan 04:28
Compare
Choose a tag to compare

Fix

  • Add deep link to MetaMask wallet on mobile device, solved issue #26 (Thank @coxlr for his contribution!)

v0.4.6

09 Dec 04:08
Compare
Choose a tag to compare

Features

Fix

  • Prevent page scrolling when the board is open
  • Add error handling for useWallet subscribeChainChanged

v0.4.5

19 Nov 03:12
Compare
Choose a tag to compare

Fix

  • Issue #20 : Successfully serve with production build in the Vite environment.

Features

  • Support Coinbase Wallet, resolved #12 & #19. (Special thank @coxlr for the contribution!)

v0.4.4

19 Nov 03:36
Compare
Choose a tag to compare

Big Changes

  • Remove vue-demi, so only support Vue 3
  • Add @walletconnect/web3-provider, so no longer needed WalletConnect CDN in index.html
  • Target changed into es2015 in tsconfig.json for compiling optional chaining for Vue CLI

Features

  • Support Vue CLI (#17)

v0.4.2

17 Sep 13:27
Compare
Choose a tag to compare
  • Fix some bugs
  • Update documentation

v0.4.1

15 Sep 07:36
Compare
Choose a tag to compare

Big Changes

  • Change <board> with <vdapp-board>
  • Register component <vdapp-modal>

Features

  • Add useMulticall
  • Add useToken
  • Add useEthersHooks

Others

  • Refactor
  • improve UX