Releases: thirdweb-dev/web3-onboard
1.38.2 - WalletLink package update, new redirect link for xDefi, bug fix for detected wallet logic and a fix for 1inch wallet!
New Blocknative Branding!
Update the Blocknative branding with new logos!
v1.38.0 - bnc-sdk update to 4.1.0 to include Fantom Network support!, Addition of DID wallet support, dependency updates for WalletLink
Description
- 1.37.3-0.0.1 : [feature] - Dependabot update
- 1.37.3-0.0.2 : [update] - Added DID wallet through OS PR
- 1.37.3-0.0.3 : [update] - Update walletlink package to the latest 2.4.7 with improved error handling for coinbase wallet through OS PR
- 1.37.3-0.1.0 : [update] - bnc-sdk package to the latest version - 4.1.0 with Fantom Network support!!
v1.37.3 - Support for Tokenary Wallet, Gnosis package update, BlankWallet -> BlockWallet rebrand & update WalletLink Package
In this release we have Support for Tokenary Wallet, Gnosis package update, BlankWallet -> BlockWallet rebrand & update WalletLink Package version
1inch Wallet Mobile Support and Updates to Walletlink and Walletconnect Packages
This release updates Walletlink version from 2.2.6 -> 2.4.4, update Walletconnect version from 1.6.2 -> 1.7.1 and adds 1inch Wallet Support for Mobile
// 1inch Wallet
{
walletName: '1inch'
}
Changelog:
1.37.1-0.0.2: [update] - Update Walletconnect dep to 1.7.1 (#775)
1.37.1-0.0.1: [fix] - Add 1inch wallet (#779)
1.37.0-0.0.1: [update] Update Walletlink dep to 2.4.4 (#689)
1.37.1
🎊 Math Wallet & Ronin Wallet added
This release adds support for Math Wallet & Ronin Wallet. To add to your project, simply add the following wallet init object to your wallets array when initializing Onboard:
//Math wallet
{
walletName: 'mathwallet'
},
// Ronin Wallet
{
walletName: 'ronin'
}
Changelog:
1.36.0-0.1.0: [feature] Add Ronin wallet (#757)
1.36.0-0.1.1: [fix] remove providerName check for XDeFi Wallet (#758)
1.36.0-0.2.1: [feature] Add MathWallet (#689)
Tally Wallet Added 🙌
This release adds support for Tally Wallet. To add to your project, simply add the following wallet init object to your wallets array when initializing Onboard:
{
walletName: 'tally'
}
🎉 Fantom Support + Bug Fix 🐛
This release adds Fantom to the built-in networks such that the correct network will be displayed in the switch network modal. Furthermore the release adds a bug fix for the detected wallet.
Changelog:
🚨 WalletLink Update
Adds important update to WalletLink that fixes known critical issue: "Error: Unknown Ethereum address" when trying to send a transaction #149.
What's Changed
- fix: Update walletlink to 2.2.6 to fix bug by @aarsenault in #735
Full Changelog: 1.35.3...1.35.4