Migration Guide
If you are coming from an earlier version of ConnectKit, you will need to make sure to update the following APIs listed below.
1.1.1 Breaking Changes
ConnectKit has updated the wagmi peer dependency to 0.9.x.
Read the wagmi migration guide for 0.9.x to make sure your application is compatible.
1.1.0 Breaking Changes
ConnectKit is now a pure ES module, removing CommonJS support. If you are using modern tooling, like Next.js, Vite, or Vitest, you likely don't need to do anything. Remix and Jest require some additional configuration. Check out this guide for more info on ESM support and Frequently Asked Questions across various tools and setups.
ConnectKit has updated the wagmi peer dependency to 0.8.x. Read more below to learn how to make sure your application is compatible.
Dependency Updates
The peer dependency wagmi has been updated to 0.8.x. Follow the steps below to make sure your application is compatible with this update.
Upgrade dependencies
Upgrade ConnectKit and wagmi to their latest versions:
1npm install connectkit@^1.1.0 wagmi@^0.8.0
Check for breaking changes in wagmi
You will need to review if your application has been affected by breaking changes in wagmi.
Check out the wagmi migration guide for 0.8.x. Since this update skips version 0.7.x of wagmi, you will also need to review the wagmi migration guide for 0.7.x as well.