Releases: blocknative/web3-onboard
Balance State
A small release to address an issue where the balance
state wasn't being kept in sync.
Changelog:
- Make sure balance state is kept in sync (#126)
Loading Spinner
Just a small release that adds a loading spinner for when wallet check modules are being run.
Changelog:
- Add loading spinner for when wallet check modal is loading (#120)
API Change
This release has some big changes since version 0.2.7
.
Changes to the initialization API are as follows:
- Onboard is called directly (like a constructor) to initialize instead of
Onboard.init
- Init object no longer contains the nested modules object, but now contains the
walletSelect
andwalletCheck
parameter. walletReady
has been renamed towalletCheck
in all places- The wallet init objects now have a parameter of
walletName
instead of justname
- The wallet check init objects now have a parameter of
checkName
instead of justname
Onboard now uses code splitting for all of the modules so that the bundle size only increases as needed when the user selects a wallet.
For more details on changes check out the docs
Changelog:
Style Changes
Build Fix
In this release there has been a fix to remove the transpiling that TypeScript was doing, which caused build errors in some environments. The function used by wallet modules to easily create an interface for onboard have been made more robust and the wallet modules are also called with some extra helper functions that make JSON RPC calls through the provider.
Changelog:
TypeScript
Minor Bug Fix
Fix Build Errors
A small release that addresses a error that can happen in non svelte
build environments.
Changelog:
- Modify build settings (#34)
Authereum Wallet
Squarelink Wallet
This release adds Squarelink wallet to the list of default wallet modules. ow
has also been removed as a dependency as it was throwing errors in server side rendered apps and Onboard now uses the latest bnc-sdk
version.
Changelog: