Update dependency @rainbow-me/rainbowkit to v1.3.7 #15
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.3
->1.3.7
Release Notes
rainbow-me/rainbowkit (@rainbow-me/rainbowkit)
v1.3.7
Compare Source
v1.3.6
Compare Source
Patch Changes
33a8266
: Fixed a bug whereaccount.displayBalance
for the<ConnectButton.Custom>
component would sometimes be undefined.v1.3.5
Compare Source
Patch Changes
2b0c7b3
: Added missing i18n translations forWrong network
errorsv1.3.4
Compare Source
Patch Changes
c0a644a
: Fixed an issue that caused components to re-render on every window resize event. Now components will only re-render once the user has finished resizing their window.41616b9
: Fixed a bug where theconnectModalOpen
state incorrectly remainedtrue
after a successfulsiwe
authentication. This fix ensures thatconnectModalOpen
shows the correct state.cf4955f
: Fixed a bug where the back button wasn't showing on compact size modal when selectingDownloadOptions
wallet step.Removed back button for wide size modal entirely when selecting
DownloadOptions
wallet step to prevent incorrect wallet step switching.e5f5f03
: Removed externali18n-js
dependency to reduce RainbowKit bundle sizes.c0bd68e
: Fixed a bug in the account modal transactions section where transactions that were not found or cancelled were incorrectly shown as 'pending' instead of 'failed'.a79609b
: Fixed a bug that allowed users to hold-press or cursor select wallet icons on iOS, which interrupted the connection experiencce.v1.3.3
Compare Source
Patch Changes
7565fb2
: Addeduk-UA
andua
locale support for the Ukrainian language.Reference our guide to learn more about Localization.
24b5a88
: Improved support forNodeNext
module resolution to resolve"@​rainbow-me/rainbowkit"' has no exported member 'RainbowKitProvider'
TypeScript warnings5a184e9
: Fixed a bug whereeth_getBalance
would be called whenshowBalance
was set tofalse
. Optimized additional provider calls to fetch wallet balances only when a user interacts with the Account modal.v1.3.2
Compare Source
Patch Changes
7ba94f4
: Optimized bundle size for localization featurev1.3.1
Compare Source
Patch Changes
3feab0e
: Support for Wagmi1.4.12
to mitigate a supply-chain attack on the@ledgerhq/connect-kit
package. RainbowKit dApp's were not directly impacted, but dApps that used theLedgerConnector
connector in earlier versions of Wagmi could have been. This issue has since been resolved by Ledger but the wagmi team is encouraging developers to upgrade Wagmi and RainbowKit out of an abundance of caution.c9a8e46
: Improved Korean localization. Thanks @Hyun2!dba5177
: Added support forarbitrumSepolia
,baseSepolia
,optimismSepolia
,zoraSepolia
testnet chainsv1.3.0
Compare Source
Minor Changes
9ce75a6
: The newWalletButton
component helps dApps with custom wallet list implementations adopt RainbowKit and all of it's maintenance-free benefits.Like the
ConnectButton
, theWalletButton.Custom
component is available for custom implementations and styling.Most dApps are best served by the ConnectButton. Reference the docs here for more information about
WalletButton
adoption and usecases.v1.2.1
Compare Source
Patch Changes
74ead9d
: Tokenary SupportExample usage
94dce82
: Fixed scroll bar inconsistencies in the Chain selector for large chain lists or when animating upon user interaction39d81e9
: Fixed a bug where the avatar loading indicator had used excessive CPU cyclesv1.2.0
Compare Source
Minor Changes
ef64a22
: Improved desktop wallet download supportRainbowKit wallet connectors now support desktop download links and desktop
wallet instructions.
Dapps that utilize the Custom Wallets API can reference the updated docs here.
We've also introduced a new 'connect'
InstructionStepName
type in theinstructions
API to provide wallet connection instructions.v1.1.4
Compare Source
Patch Changes
9f68c30
: Fixed an issue with Trust Wallet detection in Trust's in-app mobile browser3f595c1
: Added localization support in theAuthentication
flow for SIWEe2075b3
: Improved Coinbase Wallet detection when multiple wallets are activev1.1.3
Compare Source
Patch Changes
02e796c
: SafePal Wallet SupportExample usage
efb8566
: SubWallet SupportExample usage
4b7a44c
: Okto SupportExample usage
2c8abbb
: Zeal SupportExample usage
e41103f
: CLV Wallet SupportExample usage
b0022ae
: Desig Wallet supportExample usage
v1.1.2
Compare Source
Patch Changes
6cbd9a5
: AddedzkSync
andzkSyncTestnet
network support7d97860
: Fixed an issue where a user would not get automatically logged out from the Authentication API after switching their wallet in MetaMask or other browser wallets. Users must now sign a new SIWE message after switching wallets.b2b69dc
: Addedholesky
testnet supportv1.1.1
Compare Source
Patch Changes
b60e335
: Fixed a dependency resolution issue forESModule
projects related toi18n-js
v1.1.0
Compare Source
Minor Changes
b37f5d6
: RainbowKit is now localized in 13 languages and counting 🌎A user's preferred language is automatically detected and the wallet linking experience will be fully localized out of the box, including the
ConnectButton
. Developers can always customize the language selection or allow their users to choose a different language by passing alocale
prop toRainbowKitProvider
like so:RainbowKit's localization support works even better alongside i18n support in Next.js, so that locale selection can be specified with custom domains or a subpath like
/zh-CN/
. Reference our guide to learn more.If you would like to see support for an additional language, please open a GitHub Discussion and we'll work to support it as soon as possible.
v1.0.12
Compare Source
Patch Changes
5b8d821
: Resolved an issue where dApps that supported many chains would cause an interface overflow on mobile. The Chains Modal is now scrollable.fb9405a
: Resolved an issue that prevented overridingiconUrl
andiconBackground
during Chain customization7643e70
: DeprecatedbitKeepWallet
connector in favor ofbitgetWallet
. The BitKeep Wallet connector will continue to be available without breaking changes.252f02e
: Resolved an issue with the Authentication modal where a user's wallet would remain connected if the modal was dismissed with the Close button rather than explicitly using the Cancel button. This fix ensures that dApps can reliably require a user to complete Authentication before RainbowKit enters a connected state.v1.0.11
Compare Source
Patch Changes
118dfe1
: Support for wagmi1.4.x
and viem1.10.x
peer dependencies.v1.0.10
Compare Source
Patch Changes
a129cb0
: Resolved an issue that prevented some PNG icons within RainbowKit from rendering.v1.0.9
Compare Source
Patch Changes
42a0c3e
: Bifrost Wallet SupportExample usage
67933ed
: Uniswap Wallet SupportExample usage
e7ae257
: Coin98 Wallet SupportExample usage
c434ca7
: Enkrypt Wallet SupportExample usage
ad1f860
: Frame SupportExample usage
60968a5
: OneKey Wallet SupportExample usage
7b31af2
: FoxWallet SupportExample Usage
v1.0.8
Compare Source
Patch Changes
eb319f3
: Improved warnings and error handling for dApps with an invalid or missingprojectId
.Improved the developer experience for RainbowKit examples and templates with a bundled development
projectId
. It is required that every dApp obtains a uniqueprojectId
before entering production to avoid throttling and issues for end users.Read our WalletConnect v2 Migration Guide for more information.
v1.0.7
Compare Source
Patch Changes
d303a3b
: Addedbase
chain supportf1e98e8
: RainbowKit now adopts standardized colloquial chain names likeArbitrum
andOptimism
for mainnet chains to simplify the chain switching experiencev1.0.6
Compare Source
Patch Changes
dc3cd10
: Core SupportExample usage
c251d55
: Talisman SupportExample usage
d5b3bd1
: Safeheron SupportExample usage
66e8423
: Frontier Wallet SupportExample usage
1b4f142
: BitKeep SupportExample usage
e089ab9
: TokenPocket SupportExample usage
v1.0.5
Compare Source
Patch Changes
08e3f4c
: Decoupledchains
betweenWagmiConfig
andRainbowKitProvider
so that dApps can now supply a subset of supported chains toRainbowKitProvider
to limit the chains a user can switch between, while maintaining a sharedWagmiConfig
.cb3614e
: Addedcronos
andcronosTestnet
chain support53d96bc
: Fixed an issue with MetaMask Mobile's connector that blocked WalletConnect pairingsbfab830
: Updated BNB Smart Chain icon.v1.0.4
Compare Source
Patch Changes
6d361b4
: Support for wagmi1.3.x
and viem1.1.x
peer dependencies.Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.