Releases: rainbow-me/rainbowkit
Releases · rainbow-me/rainbowkit
@rainbow-me/[email protected]
Patch Changes
- e52ca05: Added
baseAccount
wallet connector, replacingcoinbaseWallet
(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]
Patch Changes
- 87257e6: Expose
useRainbowConnectModal
hook for programmatic control of the connect modal. The hook returnsconnect
andconnectModalOpen
properties
@rainbow-me/[email protected]
Patch Changes
- f542876: The
metaMaskWallet
wallet connector now utilizes the MetaMask SDK for more reliable, faster connections on mobile
@rainbow-me/[email protected]
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]
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]
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]
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]
Patch Changes
- b5a7878: Updated OP Mainnet branding
@rainbow-me/[email protected]
Patch Changes
- f533ac2: Support for React 19.
@rainbow-me/[email protected]
Patch Changes
- 5b8e146: Added
de-DE
andde
locale support for the German language. - 7fceab8: Added
ms-MY
andms
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