Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.21.1 #1625

Merged
merged 27 commits into from
Apr 4, 2023
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
1cefc9e
Merge pull request #1605 from blocknative/release/2.21.0
Adamj1232 Mar 28, 2023
4da53ae
Yarn docs
Adamj1232 Mar 28, 2023
75a28ef
Merge pull request #1607 from blocknative/release/2.21.0
Adamj1232 Mar 28, 2023
10b07be
update favicon on docs site (#1611)
leightkt Mar 29, 2023
86726db
Update Notify section on the docs site and within readme (#1612)
Adamj1232 Mar 29, 2023
daaba75
Merge branch 'docs' into develop
Adamj1232 Mar 29, 2023
3777bc4
Update Docs Favicon to Url (#1618)
leightkt Mar 30, 2023
508f855
Fix broken link in docs (#1616)
Adamj1232 Mar 30, 2023
fec40b6
Docs Release Favicon Update, Notify Section Update, Link Fix (#1613)
leightkt Mar 30, 2023
8ccc3cd
Add Kat to GH issue and notion card generation + Fix doc prop name fo…
Adamj1232 Mar 31, 2023
55fb695
Update Broken Links on Docs Pages (#1619)
leightkt Mar 31, 2023
e9d37cf
Docs release- Update links and Template Update (#1621)
leightkt Mar 31, 2023
db2355d
Update WalletConnect `eth_RequestAccounts` flow along with update WC …
Adamj1232 Apr 3, 2023
3f96812
Why Don't I See My Wallet Link (#1617)
leightkt Apr 3, 2023
5dbc250
Add peer dep required to run package outside of walletconnect eco (#1…
Adamj1232 Apr 3, 2023
2c59dbc
Update versions for release
Adamj1232 Apr 3, 2023
686bad1
Bump versions
Adamj1232 Apr 3, 2023
822c93c
Merge branch 'main' into release/2.21.1
Adamj1232 Apr 3, 2023
727f3ba
Yarn docs
Adamj1232 Apr 3, 2023
88b71d2
Merge in docs
Adamj1232 Apr 3, 2023
0895ecb
Docs versions for release
Adamj1232 Apr 3, 2023
3615fe8
move padding to parent element
gesquinca Apr 4, 2023
dfa9f1e
Update docs/package.json
Adamj1232 Apr 4, 2023
0c5c3a5
Update docs/package.json
Adamj1232 Apr 4, 2023
844289b
Update packages/core/src/views/shared/Warning.svelte
Adamj1232 Apr 4, 2023
b9e0392
Update packages/core/src/views/shared/Warning.svelte
Adamj1232 Apr 4, 2023
8a7167f
Update packages/demo/src/App.svelte
Adamj1232 Apr 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ assignees:
- taylorjdawson
- aaronbarnardsound
- Adamj1232
- leightkt
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/FEATURE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ assignees:
- taylorjdawson
- aaronbarnardsound
- Adamj1232
- leightkt
body:
- type: markdown
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/issue-to-notion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
STATE: ${{ github.event.issue.state }}
ISSUE_URL: ${{ github.event.issue.html_url }}
TITLE: ${{ github.event.issue.title }}
FLAG: Github
FLAG: Next Sprint
DATABASE_NAME: Product
STATUS: Backlog
# Product Work Board
DATABASE_ID: 69f0e513a59d445b87a1baed729c75c5
PROJECT_NAME: web3-onboard
# User ids of who to assign the card to in notion: Taylor, Adam, Aaron
NOTION_USER_IDS: f6cbb362-4908-4138-9ef0-434003d9a9f8,8a3a2287-5d2c-4665-906d-02ae9a113340,3b407adf-6552-40de-b22f-5efa852c34a2
NOTION_USER_IDS: f6cbb362-4908-4138-9ef0-434003d9a9f8,8a3a2287-5d2c-4665-906d-02ae9a113340,3b407adf-6552-40de-b22f-5efa852c34a2,436b76c5-fed3-42d2-b3ca-49bb882843f8
shell: bash
Binary file added assets/notify-custom-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/notify-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/notify-preflight-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"type": "module",
"dependencies": {
"@web3-onboard/coinbase": "^2.2.1",
"@web3-onboard/core": "^2.16.0",
"@web3-onboard/core": "^2.16.1",
"@web3-onboard/dcent": "^2.2.4",
"@web3-onboard/enkrypt": "^2.0.1",
"@web3-onboard/fortmatic": "^2.0.16",
Expand All @@ -76,7 +76,7 @@
"@web3-onboard/trezor": "^2.3.4",
"@web3-onboard/trust": "^2.0.1",
"@web3-onboard/uauth": "^2.0.2",
"@web3-onboard/walletconnect": "^2.3.3",
"@web3-onboard/walletconnect": "^2.3.4",
"@web3-onboard/web3auth": "^2.2.0",
"@web3-onboard/xdefi": "^2.0.1",
"animejs": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/x-icon" href="%sveltekit.assets%/favicon.png" />
<link rel="icon" type="image/x-icon" href="https://www.blocknative.com/hubfs/Icons%20and%20Illustrations/blocknative%20favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%

Expand Down
Binary file added docs/src/lib/assets/notify-custom-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/lib/assets/notify-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/lib/assets/notify-preflight-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 19 additions & 19 deletions docs/src/routes/docs/[...1]overview/[...1]introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Web3-Onboard is the quickest and easiest way to add multi-wallet and multi-chain

### Supported Networks

web3-onboard supports all EVM networks. Supporting a new network is simply a matter of adding its details in the Chains section upon initialization. For more information see [initialization options](https://onboard.blocknative.com/docs/modules/core#options).
web3-onboard supports all EVM networks. Supporting a new network is simply a matter of adding its details in the Chains section upon initialization. For more information see [initialization options](../../docs/modules/core.md#options).

- Ethereum
- Arbitrum
Expand Down Expand Up @@ -141,35 +141,35 @@ if (wallets[0]) {

Add other wallet modules such as Wallet Connect or Ledger to increase the support and functionality of your web3-onboard implementation. All modules are listed below and can be accessed through the subpages of web3-onboard docs on the left.

We recommend you add the [Core Repo](https://onboard.blocknative.com/docs/modules/core#install) and consider adding the [Injected Wallets](https://onboard.blocknative.com/docs/packages/injected#install) module to get connected with wallets like Metamask, Trust, Coinbase Wallet & more right away.
We recommend you add the [Core Repo](../../docs/modules/core.md#install) and consider adding the [Injected Wallets](../../docs/wallets/injected.md#install) module to get connected with wallets like Metamask, Trust, Coinbase Wallet & more right away.

[**Core Repo**](https://onboard.blocknative.com/docs/modules/core#install)
[**Core Repo**](../../docs/modules/core.md#install)

[**Injected Wallets**](https://onboard.blocknative.com/docs/packages/injected#install)
[**Injected Wallets**](../../docs/wallets/injected.md#install)

**SDK Wallets**

- [Coinbase](https://onboard.blocknative.com/docs/packages/coinbase#install)
- [WalletConnect](https://onboard.blocknative.com/docs/packages/walletconnect#install)
- [Gnosis](https://onboard.blocknative.com/docs/packages/gnosis#install)
- [Magic](https://onboard.blocknative.com/docs/packages/magic#login-options)
- [Fortmatic](https://onboard.blocknative.com/docs/packages/formatic#install)
- [MEW](https://onboard.blocknative.com/docs/packages/mew#install)
- [Portis](https://onboard.blocknative.com/docs/packages/portis#install)
- [Web3Auth](https://onboard.blocknative.com/docs/packages/web3auth#install)
- [Coinbase](../../docs/wallets/coinbase.md#install)
- [WalletConnect](../../docs/wallets/walletconnect.md#install)
- [Gnosis](../../docs/wallets/gnosis.md#install)
- [Magic](../../docs/wallets/magic.md#login-options)
- [Fortmatic](../../docs/wallets/formatic.md#install)
- [MEW](../../docs/wallets/mewwallet.md#install)
- [Portis](../../docs/wallets/portis.md#install)
- [Web3Auth](../../docs/wallets/web3auth.md#install)

**Hardware Wallets**

- [Ledger](https://onboard.blocknative.com/docs/packages/ledger#install)
- [Trezor](https://onboard.blocknative.com/docs/packages/trezor#install)
- [Keystone](https://onboard.blocknative.com/docs/packages/keystone#install)
- [KeepKey](https://onboard.blocknative.com/docs/packages/keepkey#install)
- [D'cent](https://onboard.blocknative.com/docs/packages/dcent#wallet-module-for-connecting-d-cent-hardware-wallets-to-web3-onboard)
- [Ledger](../../docs/wallets/ledger.md#install)
- [Trezor](../../docs/wallets/trezor.md#install)
- [Keystone](../../docs/wallets/keystone.md#install)
- [KeepKey](../../docs/wallets/keepkey.md#install)
- [D'cent](../../docs/wallets/dcent.md#install)

**Frameworks**

- [React](https://onboard.blocknative.com/docs/modules/react#quickstart-with-injected-wallets-and-ethers-provider)
- [Vue](https://onboard.blocknative.com/docs/modules/vue#install)
- [React](../../docs/modules/react.md#quickstart-with-injected-wallets-and-ethers-provider)
- [Vue](../../docs/modules/vue.md#install)

## Test out the demo app

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To add a new wallet to the official Web3 Onboard packages and repo, create a [pu
Please also include updates to documentation in your PR. Refer to the [docs contributions section](#documentation-contributions-📄) and the PR template docs checklist.

### Adding Injected Wallets
If the wallet you are adding is an “injected” wallet (browser extension, mobile dapp browser wallet), add a wallet to the injected wallets module. [See here for an example of an injected wallets pull request.](https://github.com/blocknative/web3-onboard/pull/1177/files) You should also add the wallet to the [natively supported injected wallets list](http://localhost:3000/docs/wallets/injected#injected-wallets-supported-natively).
If the wallet you are adding is an “injected” wallet (browser extension, mobile dapp browser wallet), add a wallet to the injected wallets module. [See here for an example of an injected wallets pull request.](https://github.com/blocknative/web3-onboard/pull/1177/files) You should also add the wallet to the [natively supported injected wallets list](../../docs/wallets/injected.md#injected-wallets-supported-natively).

### Adding Wallet Modules
Otherwise, if the wallet you are adding requires dependencies and initialization (SDK), then you will need to create a new package in the Web3 Onboard monorepo. [See here for an example of a pull request.](https://github.com/blocknative/web3-onboard/pull/1238/files)
Expand Down Expand Up @@ -76,4 +76,4 @@ Jump in our [Discord](https://discord.com/invite/KZaBVME) and share your feedbac

## [Support 🤓](#support)

For general questions about how to use Web3 Onboard please first check out our [docs](https://onboard.blocknative.com/docs/overview/introduction#features), then head to our [Discord](https://discord.com/invite/KZaBVME) for support from the Blocknative team.
For general questions about how to use Web3 Onboard please first check out our [docs](../../docs/overview/introduction.md#features), then head to our [Discord](https://discord.com/invite/KZaBVME) for support from the Blocknative team.
Loading