Skip to content

Commit aeef390

Browse files
committed
v0.4.6
1 parent cc9dec2 commit aeef390

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

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+
317
## v0.4.5 (2021-11-19)
418

519
#### Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-dapp",
3-
"version": "0.4.6-beta.0",
3+
"version": "0.4.6",
44
"description": "Vue 3 library for building Dapps on Ethereum",
55
"repository": "https://github.com/chnejohnson/vue-dapp",
66
"bugs": {

0 commit comments

Comments
 (0)