Skip to content

Releases: rainbow-me/rainbowkit

@rainbow-me/[email protected]

14 Oct 06:15
5cd323f
Compare
Choose a tag to compare

Patch Changes

  • e52ca05: Added baseAccount wallet connector, replacing coinbaseWallet (now marked as deprecated)
  • b34d6c1: Added portoWallet wallet connector for Porto
  • 66bcc18: Added universalProfilesWallet connector for Universal Profiles
  • fe0496e: Added geminiWallet wallet connector for Gemini Wallet
  • 0b9052c: Added binanceWallet chrome extension download url
  • d92a6c7: Fixed type compatibility for connect() parameters in Wagmi ^2.17.0
  • 5698ade: Fixed monad logo and supported monad testnet
  • 1e67f0d: Improved detection for novaWallet provider
  • 1520f59: Fixed unintended forwarding of the errorCorrection prop to SVG elements used by the QRCode component to prevent React warning.

@rainbow-me/[email protected]

14 Oct 06:11
5cd323f
Compare
Choose a tag to compare

Patch Changes

  • 87257e6: Expose useRainbowConnectModal hook for programmatic control of the connect modal. The hook returns connect and connectModalOpen properties

@rainbow-me/[email protected]

18 Jun 06:06
32c6720
Compare
Choose a tag to compare

Patch Changes

  • f542876: The metaMaskWallet wallet connector now utilizes the MetaMask SDK for more reliable, faster connections on mobile

@rainbow-me/[email protected]

13 Jun 04:50
cbdf578
Compare
Choose a tag to compare

Patch Changes

  • a147620: Fixed error handling when connect requests are rejected on mobile.
  • 10090d2: Mitigated WalletConnect Core is already initialized warnings that began appearing with recent distributions of Wagmi and WalletConnect.
  • 50c7f13: Added missing rdns metadata for wallet connectors that now support EIP-6963.
  • 15ddd4a: Improved QR Code error correction and rendering with cuer

@rainbow-me/[email protected]

05 Jun 00:11
17ae4f0
Compare
Choose a tag to compare

Patch Changes

  • 624a38a: The coinbaseWallet connector now supports additional SDK configuration options to enable Paymasters and Sub Accounts for your dapp.

    import { coinbaseWallet } from "@rainbow-me/rainbowkit/wallets";
    
    // Configure Paymaster for gas sponsorship
    coinbaseWallet.paymasterUrls = {
      [base.id]: "...",
    };
    
    // Enable Sub Accounts
    coinbaseWallet.subAccounts = {
      enableAutoSubAccounts: true,
      defaultSpendLimits: {
        // ...
      },
    };
  • f6ad6aa: Added support for Superposition chain

@rainbow-me/[email protected]

16 May 05:21
51b6462
Compare
Choose a tag to compare

Patch Changes

  • 03ae0d0: Added xPortal Wallet support with xPortalWallet wallet connector
  • 3d73508: Added ZilPay Wallet support with zilPayWallet wallet connector
  • 5b54649: MEW Wallet now supports WalletConnect on mobile
  • c5a9cc1: Fixed SVG encoding in wallet connector icons for Cool Mode
  • 8515fd3: Resolved a warning for mismatched dApp url metadata on recent versions of WalletConnect

@rainbow-me/[email protected]

21 Feb 08:41
ed13be5
Compare
Choose a tag to compare

Patch Changes

  • f5a7cec: Added support for Unichain
  • a765cfc: Added support for ApeChain, Berachain, Degen, Gravity, Ink, Linea, and Sanko
  • 9c9c491: Added Backpack support with backpackWallet wallet connector
  • f89eb92: Improved support for the Binance Wallet dApp browser
  • a765cfc: Updated icons for Arbitrum, Blast, Gnosis, Scroll, and zkSync
  • e4547b8: Added icon for HyperEVM chain

@rainbow-me/[email protected]

22 Jan 23:53
0e7b629
Compare
Choose a tag to compare

Patch Changes

  • b5a7878: Updated OP Mainnet branding

@rainbow-me/[email protected]

13 Jan 08:32
b087570
Compare
Choose a tag to compare

Patch Changes

@rainbow-me/[email protected]

03 Dec 01:42
1fe488a
Compare
Choose a tag to compare

Patch Changes

  • 5b8e146: Added de-DE and de locale support for the German language.
  • 7fceab8: Added ms-MY and ms locale support for the Malay language.
  • 9dd23d9: Added BeraSig support with berasigWallet wallet connector
  • 3469982: Added Wigwam support with wigwamWallet wallet connector
  • 0c6af55: Added icon for Flow chain