Changelog

The latest updates from Family.

  • ConnectKit
    ConnectKit

    ConnectKit Update 1.7.3

    This update fixes a few bugs and improves the stability of the QR code generation for WalletConnect and Coinbase Wallet.

    Fixed

    • ENS resolution when mainnet not found in createConfig.
    • WalletConnectConnector regenerates QR codes when a user disconnects and attempts to reconnect their wallet.
    • CoinbaseConnector generated QR code now using a better supported URI.
    • Configured projectId now being passed to the WalletConnectConnector when opening "More" UI in mobile view.

    Removed

    • References to WalletConnectLegacy (WalletConnect v1).
  • ConnectKit
    ConnectKit

    ConnectKit Update 1.7.2

    This update fixes an issue with the order of React Hooks, and improves the stability of the SIWE Provider.

    Improved

    • Remove initialData from useQuery Hooks.

    Fixed

    • Fix order of Hooks in useChainIsSupported.
  • ConnectKit
    ConnectKit

    ConnectKit Update 1.7.1

    This update fixes a bug where the chain was incorrectly detected as unsupported when only one chain is configured.

    Improved

    • Switch to using wagmi storage for detecting the last used connector ID.
    • Filter out duplicate connectors from the list of available connectors.
    • More defined overflow divider for the connector list.

    Fixed

    • Chain being incorrectly detected as unsupported when only one chain is configured.
    • Ability to override the "Other Wallets" button text.
    • SIWE Provider stability and returned types when returning nonce and session from the server.
  • ConnectKit
    ConnectKit
    ConnectKit Update 1.7.0

    ConnectKit Update 1.7.0

    This update moves peer dependencies wagmi and viem up to their latest versions.

    This version of ConnectKit has breaking changes. Make sure your application is compatible by following the ConnectKit migration guide, and the wagmi 2.x migration guide.

    New

    • Update peer dependency wagmi to version 2.x.
    • Update peer dependency viem to version 2.x.
    • New peer dependency @tanstack/react-query.

    Deprecated

    • Remove dependency mipd.
  • ConnectKit
    ConnectKit
    ConnectKit Update 1.6.0

    ConnectKit Update 1.6.0

    This update adds EIP-6963 support for enhanced wallet discovery and improves the functionality and developer experience of using ConnectKit.

    New

    • Support for EIP-6963.
      • Includes dependency mipd for EIP-6963 TypeScript utilities, built by the team at wevm (creators of wagmi and viem).
    • Added Zerion extension support.

    Improved

    • Hide SIWE tooltip when using hideTooltips option.
  • ConnectKit
    ConnectKit

    ConnectKit Update 1.5.3

    This update adds branding support for additional detectable injected connectors and improves the functionality and developer experience of using ConnectKit.

    New

    • Rainbow extension support.
    • Exports defaultConnectors

    Improved

    • Added name in header for injected wallet when detected by wagmi.

    Fixed

    • Fixed UI overflow in switch network tab.
    • Fixed text overlap in switch network buttons.
    • Provide exports.types in package.json
  • ConnectKit
    ConnectKit

    ConnectKit Update 1.5.2

    This update addresses a few bugs and improves the overall experience of ConnectKit.

    Fixed

    • Added wcm-modal tag to css variable override.
    • Fixed flash of unstyled content on the <ChainIcon> component.
    • Fixed bug where the modal wouldn't open if the configuration didn't include the InjectedConnector.
  • ConnectKit
    ConnectKit

    ConnectKit Update 1.5.1

    This update improves how ConnectKit handles multiple injected wallets.

    Improved

    • Better support when dealing with multiple injected wallets.

    Fixed

    • Updated --w3m-z-index to --wcm-z-index to align with latest wagmi connectors.
  • ConnectKit
    ConnectKit

    ConnectKit Update 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.

    New

    Improved

    • Better support for injected wallets.
    • Updated Phantom branding.

    Misc

    • Fixed typo in Safe website URL.
    • Updated some SVGs to be more performant with JSX.
    • Fixed arrows in buttons not inheriting hover colors.
  • ConnectKit
    ConnectKit

    ConnectKit Update 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.

    This version of ConnectKit has breaking changes. Make sure your application is compatible by following the migration guide.

    New

    • Updates peer dependency wagmi to 1.x.x.
    • Adds peer dependency viem.

    Deprecated

    • Removes peer dependency ethers.
  • ConnectKit
    ConnectKit

    ConnectKit Update 1.3.0

    Today we’re releasing support for WalletConnect v2.

    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.

    Read the announcement →

    This version of ConnectKit has breaking changes. Make sure your application is compatible by following the migration guide.

    New

    • Adds support for WalletConnect v2.

    Deprecated

    • Removes default support for WalletConnect v1.
  • ConnectKit
    ConnectKit

    ConnectKit Update 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.

    New

    • Branding for additional injected connectors:
      • Frame
      • Phantom
      • Dawn
    • 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.
  • ConnectKit
    ConnectKit

    ConnectKit Update 1.2.3

    This update adds some minor quality of life features to ConnectKit.

    Improved

    • Updated styling of the switch chain page for better readability.
    • Adds prefix to LocalStorage keys to avoid collisions with other apps.
    • Restyled documentation site to make following guides even easier.
  • ConnectKit
    ConnectKit
    ConnectKit Update 1.2.2

    ConnectKit Update 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.

    This update does not yet include support for WalletConnect 2.0.

    New

    • Adds a Recent badge to the most recently used connector button by a user. This helps returning users reconnect easily and save time.
    • Introduce SafeConnector into the default configuration for better support for Safe Apps. Learn more about this connector in the wagmi docs.
    • Convenient onConnect and onDisconnect callbacks on the ConnectKitProvider component and useModal Hook.
    • Added dedicated overlayBlur prop to ConnectKitProvider to allow for blurring the background when the modal is open.
    • Update peer dependency wagmi to version 0.12.x.

    Improved

    • Added support for Node 14.
    • Improved aria-labels on buttons for better accessibility.
    • Icons within buttons are now properly horizontally centered on FireFox.
    • Optimise some of the SVGs used in ConnectKit.

    Fixed

    • Fixed a bug where changing accounts when signed-in with Ethereum would cause an infinite loop (thanks JamieLottering).
  • ConnectKit
    ConnectKit

    ConnectKit Update 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).

    This version of wagmi has breaking changes. Make sure your application is compatible by following wagmi's migration guide.

    New

    • Update peer dependency wagmi to version 0.11.x (thanks Songkeys).
    • Add new pt-BR translations (thanks LuwkasLima).
    • Include new hideBalance option to hide the wallet balance from the profile view.
    • Include new enforceSupportedChains option to disable the forced network switching UX when connected to an unsupported chain.
    • Include new disableSiweRedirect option to disable the redirect to the SIWE page when a wallet connects.
    • Include new functions from the useModal Hook to choose a page to navigate to on open.
      • The openSIWE() function accepts a boolean, which if set to true will initiate the wallet SIWE signing request at the same time as opening the modal.
    • Add logos for the following chains:
    Chain IDNameLogo

    420

    Optimism Goerli

    40

    Telos

    41

    Telos Testnet

    1313161554

    Aurora

    1313161555

    Aurora Testnet

    43114

    Avalanche

    43113

    Avalanche Fuji Testnet

    31337

    Foundry

    100

    Gnosis

    9001

    Evmos

    9000

    Evmos Testnet

    56

    BNB Smart Chain

    97

    BNB Smart Chain Testnet

    11155111

    Sepolia

    841

    Taraxa

    842

    Taraxa Testnet

    324

    zkSync

    280

    zkSync Testnet

    42220

    Celo

    44787

    Celo Alfajores Testnet

    7700

    Canto

    250

    Fantom

    4002

    Fantom Testnet

    14

    Flare

    114

    Flare Coston2

    314

    Filecoin

    3141

    Filecoin Hyperspace

    314159

    Filecoin Calibration

    1088

    Metis

    599

    Metis Goerli

    4689

    IoTeX

    4690

    IoTeX Testnet

    Improved

    • Update testbench for better developer experience.
    • Improve logic for isConnecting within the Custom ConnectKitButton.
    • Replace getGlobalChains with useChains Hook
    • Tidy up some internal component structure and include a few useful dev updates (thanks pugson).
    • Export useIsMounted and Context (thanks shahruz).
  • ConnectKit
    ConnectKit
    ConnectKit Update 1.2.0

    ConnectKit Update 1.2.0

    This update improves the functionality and developer experience of using ConnectKit with Sign In With Ethereum.

    This version of ConnectKit has breaking changes. Make sure your application is compatible by following the migration guide.

    New

    • Updates the connectkit-next-siwe package to 0.1.0.
    • Add onSignIn and onSignOut handlers for useSIWE and the SIWE provider.

    Improved

    • Separate the SIWE helper functions into more friendlier client and server configurations.
    • Improved the useSIWE hook to allow for better dev access to SIWE functionality.
  • ConnectKit
    ConnectKit

    ConnectKit Update 1.1.4

    This update adds some minor quality of life features to ConnectKit.

    Improved

    • Included shimChainChangedDisconnect option to MetaMaskConnector to automatically disconnect the wallet when the chain changes in particular version of MetaMask (thanks Songkeys).
    • Added size prop to ChainIcon component to allow for custom sizing (thanks JamieLottering).
    • Exported type ConnectKitOptions for better TypeScript support when creating a wagmi client (thanks ryanberckmans).
    • Included chain to ConnectKitButton.custom to allow for chains to be passed to custom buttons.
  • ConnectKit
    ConnectKit

    ConnectKit Update 1.1.3

    This update fixes compatibility issues that were found with Next 13's default configuration. If you would like to use previous versions of ConnectKit you will need to make sure your application supports Terser compression.

    Removed

    • Terser build compression.

    Improved

    • Synced dev and prod rollup configs to avoid environment mismatching.
    • Next.js 13 config no longer requires Terser support (swcMinify: false).
  • ConnectKit
    ConnectKit

    ConnectKit Update 1.1.2

    This update moves the peer dependency wagmi up to the latest version (0.10.x).

    This does not include support for WalletConnect 2.0.

    New

    • Update peer dependency wagmi to version 0.10.x.
    • New options for ethereumOnboardingUrl and walletOnboardingUrl to custom change the Learn More and About Wallets call to actions.

    Fixed

    • Remove sunset ethhub.io links and replace with ethereum.org links.

    Improved

    • Update to chain handling to allow devs access to the configured chains using getGlobalChains.
    • Update to allow turning off the default targeted chainId to let wallets connect using their currently active chain.
      • This can be done by setting initialChainId to 0 within the getDefaultClient helper function.
  • ConnectKit
    ConnectKit

    ConnectKit Update 1.1.1

    This update moves the peer dependency wagmi up to the latest version (0.9.x).

    This version of wagmi has breaking changes. Make sure your application is compatible by following wagmi's migration guide.

    New

    • Update peer dependency wagmi to version 0.9.x.
  • ConnectKit
    ConnectKit

    ConnectKit Update 1.1.0

    This update moves the peer dependency wagmi up to the latest version (0.8.x).

    This version of ConnectKit has breaking changes. Make sure your application is compatible by following the migration guide.

    New

    • Update peer dependency wagmi to version 0.8.x.

    Removed

    • Removed CommonJS build to work within wagmi's latest requirements.
  • ConnectKit
    ConnectKit
    ConnectKit Update 1.0.1

    ConnectKit Update 1.0.1

    This update introduces localisations to ConnectKit.

    New

    • Added a language option under options that allows developers to include localisation support—starting with options for English, Spanish, French, Japanese and Chinese (Simplified).

    Fixed

    • Removed layered background on the injected connectors flow to allow for transparent modal background colors (issue #41).
  • ConnectKit
    ConnectKit
    ConnectKit Update 1.0.0

    ConnectKit Update 1.0.0

    This update introduces Sign In With Ethereum and other helpful changes and additions to make your app better than ever. This release also officially moves ConnectKit out of beta and into a stable 1.0.0 release.

    New

    • Added Sign In With Ethereum support with a Next.js package to help with quick setup.
    • Added an <Avatar /> component for developers to utilize the default ConnectKit avatar.
    • Created a <CustomAvatar /> component for developers to override the default avatar.
    • Added a walletConnectCTA option under options to choose whether to display the 'Copy to Clipboard' option under the WalletConnect QR code.
    • Added a initialChainId option under options to customize the initially connected chain.
    • Added a --ck-overlay-backdrop-filter property for custom themes to utilise the backdrop-filter property on the modal overlay.
    • Added a new nouns theme to the built-in default themes. ⌐◨-◨

    Fixed

    • Corrected some variable names for the secondary buttons.

    Improved

    • Updated Gnosis Safe to reflect their recent rebrand to 'Safe'.
    • Wrong Network UX now suggests a network change and no longer blocks users from changing networks.
    • Enabled TypeScript strict mode (bumped target to es6).
    • Line break for "Scan with Coinbase Wallet" title if the font is too wide.
    • Fix an SVG stop-color vs stopColor issue (thanks @keon).
    • Added icon support for Arbitrum Goerli (thanks @mirshko).
    • Unknown chain icon fallback (thanks @Bridgerz).

    Removed

    • Unnecessary SVGs and logos.
  • ConnectKit
    ConnectKit
    ConnectKit Update 0.0.2

    ConnectKit Update 0.0.2

    Today we’re releasing version 0.0.2 of ConnectKit. This update brings helpful changes and additions to make initial setup and additional customisation even easier. We appreciate all the valuable feedback from the community and will continue making ConnectKit the simplest, most effective way to connect a wallet.

    New

    • Added a disclaimer option under options that allows developers to link to their Terms/Privacy Policy on the first screen of the modal before users connect a wallet.
    • Added buffer as a dependency to ConnectKit. Developers no longer need to maintain their own installation of the buffer package.
    • Added props to <ConnectKitButton /> for additional button configuration.
      • label to customize the connect button text/label.
      • showBalance to show/hide wallet balance when connected.
      • showAvatar to show/hide ENS/wallet avatar when connected.
    • The requested chain during connection now automatically targets the first chain in the developer’s client configuration.

    Fixed

    • Missing detect-browser package.
    • “Wrong Network” text overlap issue.
    • Some tooltips and dropdowns not inheriting theme correctly in some cases.

    Improved

    • Connector buttons in the Default theme are now filled instead of previously stroked.
    • The tooltip on the network indicator when connected now appears faster on hover.
    • Focus state in the switch network dropdown.
    • Unknown chains now show a fallback icon instead of an empty state.
    • Miscellaneous theme improvements.
    • Animation performance enhancements.

    Removed

    • Unnecessary utils package
    • Removed Slope as a suggested wallet on mobile. Replaced with Zerion.

You’ve reached the end, which is also the beginning

Try ConnectKit

ConnectKit makes connecting a wallet simple, for you and your users. Get started easily.

View Developer Docs