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: