Skip to content

Releases: family/connectkit

v1.9.2

Choose a tag to compare

@lochie lochie released this 24 Mar 13:45
5d26309

ConnectKit Update 1.9.2

This update rebrands Family Accounts as Aave Account and includes a configuration option rename that may require changes in your app configuration.

Updated

  • Replaced family dependency with @aave/account.
  • Updated branding and UI to reflect Aave Account.
  • Renamed enableFamily option to enableAaveAccount in getDefaultConfig and getDefaultConnectors. Update your usage of these helpers accordingly when upgrading to 1.9.2.

v1.9.1

Choose a tag to compare

@lochie lochie released this 13 Jun 07:17

ConnectKit Update 1.9.1

This update includes updates to the peer dependencies and improvements to the Family Accounts features.

Updated

  • family package updated to latest.

Improved

  • Improved support for family features.

v1.9.0

Choose a tag to compare

@lochie lochie released this 02 Apr 13:37

ConnectKit Update 1.9.0

We're thrilled to announce a major upgrade to ConnectKit—designed to make onboarding and navigating Ethereum simpler and safer than ever.

Introducing Family Accounts, simplified onboarding for new users.

Learn more by reading the announcement here.

New

Improved

  • Updates chain logos for zora, base, optimism and lens.

v1.8.2

Choose a tag to compare

@lochie lochie released this 19 Jun 14:00

ConnectKit Update 1.8.2

This update includes improvements to the CoinbaseWalletSDK connect popup and MockConnector.

Fixed

  • CoinbaseWalletSDK connect popup now works on first interaction.
  • MockConnector now working as intended.

v1.8.1

Choose a tag to compare

@lochie lochie released this 14 Jun 17:29

ConnectKit Update 1.8.1

This update adds additional localisations, and improves the stability of Coinbase Wallet and MetaMask connections.

New

  • Localisations for Vietnamese, Turkish, Persian, Arabic, Russian, Estonian and Catalan.

Fixed

  • CoinbaseWalletSDK connect popup being blocked on iOS Safari.
  • Revert back to using MetaMaskSDK for MetaMask connections.
  • Desktop deeplinking for LedgerLive.

v1.8.0

Choose a tag to compare

@lochie lochie released this 05 Jun 03:11

ConnectKit Update 1.8.0

This update adds support for Coinbase Smart Wallet, adds additional support for the latest versions of peer dependencies wagmi and viem, and removes the dependency ethers from connectkit-next-siwe in favor of viem's SIWE implementation.

New

Updated

  • Changed default setting for enforceSupportedChains to false to allow for a better default user and developer experience.
  • Updates peer dependency viem to >=2.13.x.

Deprecated

v1.7.3

Choose a tag to compare

@lochie lochie released this 28 Mar 02:10

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

v1.7.2

Choose a tag to compare

@lochie lochie released this 27 Feb 02:24

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.

v1.7.1

Choose a tag to compare

@lochie lochie released this 06 Feb 11:51

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.

v1.7.0

Choose a tag to compare

@lochie lochie released this 02 Feb 02:26
52da36d

ConnectKit Update 1.7.0

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

Note

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

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

Deprecated

  • Removes dependency mipd.