Skip to content

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!

01 Mar 21:55
1cfcd6f
Compare
Choose a tag to compare

1.38.2 Release Contains:

  • 1.38.1-0.0.1 : [update] - walletlink version to 2.5.0 (#835)

  • 1.38.1-0.0.2 : [chore] - change xdefi redirect link to chrome store (#833)

  • 1.38.1-0.0.3: [fix] Detected wallet logic

  • 1.38.1-0.0.4 : [fix] - 1inch wallet (#843)

New Blocknative Branding!

15 Feb 21:02
0806dde
Compare
Choose a tag to compare

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

13 Feb 21:33
c51ef76
Compare
Choose a tag to compare

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

06 Feb 20:26
2278bf7
Compare
Choose a tag to compare

In this release we have Support for Tokenary Wallet, Gnosis package update, BlankWallet -> BlockWallet rebrand & update WalletLink Package version

  • 1.37.2-0.0.1 : [feature] - Add Tokenary Wallet (#805)
  • 1.37.2-0.0.2 : [update] - Update Gnosis SDK Packages (#809)
  • 1.37.2-0.0.3 : [update] - BlankWallet -> BlockWallet rebrand changes (#804)
  • 1.37.2-0.0.4 - Update walletlink to 2.4.6 (#812)

1inch Wallet Mobile Support and Updates to Walletlink and Walletconnect Packages

27 Jan 19:05
9955d3a
Compare
Choose a tag to compare

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

19 Jan 23:12
00b65ea
Compare
Choose a tag to compare
  • Update version for Walletlink and check for provider both for coinbase wallet
  • Update dev doc for merging in Forked branch

🎊 Math Wallet & Ronin Wallet added

20 Dec 20:35
44e2070
Compare
Choose a tag to compare

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 🙌

06 Dec 17:34
ec90667
Compare
Choose a tag to compare

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 🐛

24 Nov 14:11
ee61d6f
Compare
Choose a tag to compare

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:

  • 1.35.4-0.0.1: Generic provider is injected always when using a custom list (#743)
  • 1.35.4-0.0.2: [chore] Add Fantom networks (#746)

🚨 WalletLink Update

04 Nov 19:57
f2d186e
Compare
Choose a tag to compare

Adds important update to WalletLink that fixes known critical issue: "Error: Unknown Ethereum address" when trying to send a transaction #149.

What's Changed

Full Changelog: 1.35.3...1.35.4