Skip to content

Commit 4116b63

Browse files
Merge pull request #1133 from blocknative/release/2.4.0
(main) Release: 2.4.0
2 parents 59f9840 + 6933812 commit 4116b63

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1790
-484
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ dist/
44
package-lock.json
55
.rpt2_cache
66
.vscode
7+
yarn-error.log

package.json

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,47 @@
11
{
22
"name": "web3-onboard-monorepo",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"private": true,
55
"workspaces": [
66
"./packages/*"
77
],
8+
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
9+
"keywords": [
10+
"Ethereum",
11+
"Web3",
12+
"EVM",
13+
"dapp",
14+
"Multichain",
15+
"Wallet",
16+
"Transaction",
17+
"Provider",
18+
"Hardware Wallet",
19+
"Notifications",
20+
"React",
21+
"Svelte",
22+
"Vue",
23+
"Next",
24+
"Nuxt",
25+
"MetaMask",
26+
"Coinbase",
27+
"WalletConnect",
28+
"Ledger",
29+
"Trezor",
30+
"Connect Wallet",
31+
"Ethereum Hooks",
32+
"Blocknative",
33+
"Mempool",
34+
"pending",
35+
"confirmed",
36+
"Injected Wallet"
37+
],
38+
"repository": {
39+
"type": "git",
40+
"url": "https://github.com/blocknative/web3-onboard.git",
41+
"directory": "packages/core"
42+
},
43+
"homepage": "https://www.blocknative.com/onboard",
44+
"bugs": "https://github.com/blocknative/web3-onboard/issues",
845
"scripts": {
946
"install-m1-mac": "yarn install --ignore-optional",
1047
"format": "prettier --write 'packages/**/*.ts'",
@@ -15,7 +52,17 @@
1552
"devDependencies": {
1653
"prettier": "^2.4.1",
1754
"prettier-plugin-svelte": "^2.4.0",
18-
"typescript": "^4.5.5",
55+
"typescript": "^4.5.5"
56+
},
57+
"dependencies": {
1958
"wsrun": "^5.2.4"
59+
},
60+
"resolutions": {
61+
"minimist": "^1.2.6",
62+
"axios": "^0.21.2",
63+
"async": "^2.6.4",
64+
"follow-redirects": "1.14.9",
65+
"ansi-regex": "^4.1.1",
66+
"got": "^11.8.5"
2067
}
2168
}

packages/coinbase/package.json

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,43 @@
11
{
22
"name": "@web3-onboard/coinbase",
3-
"version": "2.0.7",
4-
"description": "Coinbase Wallet module for web3-onboard",
5-
"repository": "blocknative/web3-onboard",
3+
"version": "2.0.8",
4+
"description": "Coinbase SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
5+
"keywords": [
6+
"Ethereum",
7+
"Web3",
8+
"EVM",
9+
"dapp",
10+
"Multichain",
11+
"Wallet",
12+
"Transaction",
13+
"Provider",
14+
"Hardware Wallet",
15+
"Notifications",
16+
"React",
17+
"Svelte",
18+
"Vue",
19+
"Next",
20+
"Nuxt",
21+
"MetaMask",
22+
"Coinbase",
23+
"WalletConnect",
24+
"Ledger",
25+
"Trezor",
26+
"Connect Wallet",
27+
"Ethereum Hooks",
28+
"Blocknative",
29+
"Mempool",
30+
"pending",
31+
"confirmed",
32+
"Injected Wallet"
33+
],
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/blocknative/web3-onboard.git",
37+
"directory": "packages/core"
38+
},
39+
"homepage": "https://www.blocknative.com/onboard",
40+
"bugs": "https://github.com/blocknative/web3-onboard/issues",
641
"module": "dist/index.js",
742
"browser": "dist/index.js",
843
"main": "dist/index.js",
@@ -22,6 +57,6 @@
2257
},
2358
"dependencies": {
2459
"@coinbase/wallet-sdk": "^3.0.5",
25-
"@web3-onboard/common": "^2.1.4"
60+
"@web3-onboard/common": "^2.1.5"
2661
}
2762
}

packages/common/package.json

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,43 @@
11
{
22
"name": "@web3-onboard/common",
3-
"version": "2.1.4",
4-
"repository": "blocknative/web3-onboard",
3+
"version": "2.1.5",
4+
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
5+
"keywords": [
6+
"Ethereum",
7+
"Web3",
8+
"EVM",
9+
"dapp",
10+
"Multichain",
11+
"Wallet",
12+
"Transaction",
13+
"Provider",
14+
"Hardware Wallet",
15+
"Notifications",
16+
"React",
17+
"Svelte",
18+
"Vue",
19+
"Next",
20+
"Nuxt",
21+
"MetaMask",
22+
"Coinbase",
23+
"WalletConnect",
24+
"Ledger",
25+
"Trezor",
26+
"Connect Wallet",
27+
"Ethereum Hooks",
28+
"Blocknative",
29+
"Mempool",
30+
"pending",
31+
"confirmed",
32+
"Injected Wallet"
33+
],
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/blocknative/web3-onboard.git",
37+
"directory": "packages/core"
38+
},
39+
"homepage": "https://www.blocknative.com/onboard",
40+
"bugs": "https://github.com/blocknative/web3-onboard/issues",
541
"scripts": {
642
"build": "rollup -c",
743
"dev": "rollup -c -w",

packages/common/src/elements/Modal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
width: 100vw;
2222
height: 100vh;
2323
background: rgba(0, 0, 0, 0.3);
24-
z-index: 20;
24+
z-index: var(--onboard-common-modal-index, 20);
2525
}
2626
@media screen and (max-width: 420px) {
2727
aside {

0 commit comments

Comments
 (0)