File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.4.6 (2021-12-9)
4
+
5
+ #### Features
6
+
7
+ - New logo from issue #24 (Special thank @ramuta for his contribution!)
8
+ - Add [ Metamask switch chain API] ( https://github.com/chnejohnson/vue-dapp/blob/062acd4092b8f6a2a67af750f2569294c90c4f7b/src/wallets/metamask.ts#L47 ) and [ network constants] ( https://github.com/chnejohnson/vue-dapp/blob/main/src/constants/chainId.ts )
9
+ - Update documentation to latest.
10
+ - Support connecting to Arbitrum, RinkArby, and Polygon with MetaMask
11
+
12
+ #### Fix
13
+
14
+ - Prevent page scrolling when the board is open
15
+ - Add error handling for useWallet ` subscribeChainChanged `
16
+
3
17
## v0.4.5 (2021-11-19)
4
18
5
19
#### Fix
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-dapp" ,
3
- "version" : " 0.4.6-beta.0 " ,
3
+ "version" : " 0.4.6" ,
4
4
"description" : " Vue 3 library for building Dapps on Ethereum" ,
5
5
"repository" : " https://github.com/chnejohnson/vue-dapp" ,
6
6
"bugs" : {
You can’t perform that action at this time.
0 commit comments