connectkit
Advanced tools
Changelog
1.5.2
This update addresses a few bugs and improves the overall experience of ConnectKit.
wcm-modal
tag to css variable override.<ChainIcon>
component.InjectedConnector
.Changelog
1.5.1
This update improves how ConnectKit handles multiple injected wallets.
--w3m-z-index
to --wcm-z-index
to align with latest wagmi connectors.Changelog
1.5.0
This update improves the developer experience of using ConnectKit by upgrading the peer dependency, wagmi, to version 1.1.x
, updating viem to version 1.x.x
, and providing additional wallet branding support.
wagmi
to 1.1.x
.viem
to 1.x.x
.Changelog
1.4.0
This update improves the developer experience of using ConnectKit by upgrading the peer dependency wagmi up a version to 1.x.x
, and removes the peer dependency ethers
in favor of viem
.
Note
This version of ConnectKit has breaking changes. Make sure your application is compatible by following the migration guide.
wagmi
to 1.x.x
.viem
.ethers
.Changelog
1.3.0
WalletConnect v1 is scheduled to shut down and will be no longer be supported after June 28 2023. It is advised to update your dApps immediately to support WalletConnect v2.
Note
This version of ConnectKit has breaking changes. Make sure your application is compatible by following the migration guide.
Changelog
1.2.4
This update adds branding support for additional detectable injected connectors and improves the functionality and developer experience of using ConnectKit with Sign In With Ethereum.
connectkit-next-siwe
version 0.1.1
add adds afterNonce
afterVerify
afterSession
and afterLogout
callbacks to the server-side SIWE helper functions.connectkit-next-siwe
version 0.2.0
updates peer dependency siwe
to 2.0.0
.Changelog
1.2.3
This update adds some minor quality of life features to ConnectKit.
Changelog
1.2.2
This update improves the functionality and developer experience of using ConnectKit and moves the peer dependency wagmi up a version to 0.12.x
.
Note
This update does not yet include support for WalletConnect 2.0.
Recent
badge to the most recently used connector button by a user. This helps returning users reconnect easily and save time.SafeConnector
into the default configuration for better support for Safe Apps. Learn more about this connector in the wagmi docs.onConnect
and onDisconnect
callbacks on the ConnectKitProvider
component and useModal
Hook.overlayBlur
prop to ConnectKitProvider
to allow for blurring the background when the modal is open.0.12.x
.Changelog
1.2.1
This update improves the functionality and developer experience of using ConnectKit and moves the peer dependency wagmi up a version to 0.11.x
.
This update does not yet include support for WalletConnect 2.0 (wagmi 0.12.x
)
Note
This version of wagmi has breaking changes. Make sure your application is compatible by following wagmi's migration guide.
0.11.x
(thanks Songkeys).pt-BR
translations (thanks LuwkasLima).hideBalance
option to hide the wallet balance from the profile view.enforceSupportedChains
option to disable the forced network switching UX when connected to an unsupported chain.disableSiweRedirect
option to disable the redirect to the SIWE page when a wallet connects.useModal
Hook to choose a page to navigate to on open.
openSIWE()
function accepts a boolean, if true
it will initiate the wallet SIWE signing request at the same time as opening the modal.isConnecting
within the Custom ConnectKitButton
.getGlobalChains
with useChains
HookuseIsMounted
and Context
(thanks shahruz).Changelog
1.2.0
This update improves the functionality and developer experience of using ConnectKit with Sign In With Ethereum.
onSignIn
and onSignOut
handlers for useSIWE
and the SIWE provider.useSIWE
hook to allow for better dev access to SIWE functionality.