Skip to content

Commit fecb681

Browse files
authored
Merge branch 'main' into feat/add-vietnamese-language
2 parents 2d7d9a2 + 6559a9b commit fecb681

File tree

136 files changed

+9521
-36424
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+9521
-36424
lines changed

CHANGELOG.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,95 @@
1+
# 1.8.0
2+
3+
This update adds support for [Coinbase Smart Wallet](https://smartwallet.dev), 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](https://viem.sh/docs/siwe/actions/verifySiweMessage).
4+
5+
## New
6+
7+
- Adds support for [Coinbase Smart Wallet](https://smartwallet.dev).
8+
9+
## Updated
10+
11+
- Changed default setting for `enforceSupportedChains` to `false` to allow for a better default user and developer experience.
12+
- Updates peer dependency `viem` to `>=2.13.x`.
13+
14+
## Deprecated
15+
16+
- Removes dependency `ethers` from `connectkit-next-siwe` in favor of `viem`'s [SIWE implementation](https://viem.sh/docs/siwe/actions/verifySiweMessage).
17+
18+
# 1.7.3
19+
20+
This update fixes a few bugs and improves the stability of the QR code generation for WalletConnect and Coinbase Wallet.
21+
22+
## Fixed
23+
24+
- ENS resolution when `mainnet` not found in `createConfig`.
25+
- `WalletConnectConnector` regenerates QR codes when a user disconnects and attempts to reconnect their wallet.
26+
- `CoinbaseConnector` generated QR code now using a better supported URI.
27+
- Configured `projectId` now being passed to the `WalletConnectConnector` when opening "More" UI in mobile view.
28+
29+
## Removed
30+
31+
- References to `WalletConnectLegacy` (WalletConnect v1).
32+
33+
# 1.7.2
34+
35+
This update fixes an issue with the order of React Hooks, and improves the stability of the SIWE Provider.
36+
37+
## Improved
38+
39+
- Remove `initialData` from `useQuery` Hooks.
40+
41+
## Fixed
42+
43+
- Fix order of Hooks in `useChainIsSupported`.
44+
45+
# 1.7.1
46+
47+
This update fixes a bug where the chain was incorrectly detected as unsupported when only one chain is configured.
48+
49+
## Improved
50+
51+
- Switch to using wagmi storage for detecting the last used connector ID.
52+
- Filter out duplicate connectors from the list of available connectors.
53+
- More defined overflow divider for the connector list.
54+
55+
## Fixed
56+
57+
- Chain being incorrectly detected as unsupported when only one chain is configured.
58+
- Ability to override the "Other Wallets" button text.
59+
- SIWE Provider stability and returned types when returning `nonce` and `session` from the server.
60+
61+
# 1.7.0
62+
63+
This update moves peer dependencies wagmi and viem up to their latest versions.
64+
65+
> **Note**
66+
>
67+
> This version of ConnectKit has breaking changes. Make sure your application is compatible by following the [ConnectKit migration guide](https://docs.family.co/connectkit/migration-guide#170-breaking-changes), and the [wagmi 2.x migration guide](https://wagmi.sh/react/guides/migrate-from-v1-to-v2).
68+
69+
## New
70+
71+
- Updates peer dependency `wagmi` to `2.x`.
72+
- Updates peer dependency `viem` to `2.x`.
73+
- New peer dependency `@tanstack/react-query`.
74+
75+
## Deprecated
76+
77+
- Removes dependency `mipd`.
78+
79+
# 1.6.0
80+
81+
This update adds [EIP-6963](https://eips.ethereum.org/EIPS/eip-6963) support for enhanced wallet discovery and improves the functionality and developer experience of using ConnectKit.
82+
83+
## New
84+
85+
- Support for [EIP-6963](https://eips.ethereum.org/EIPS/eip-6963).
86+
- Includes dependency [`mipd`](https://www.npmjs.com/package/mipd) for EIP-6963 TypeScript utilities, built by the team at [wevm](https://github.com/wevm) (creators of [wagmi](https://wagmi.sh/) and [viem](https://viem.sh/)).
87+
- Added [Zerion](https://zerion.io) extension support.
88+
89+
## Improved
90+
91+
- Hide SIWE tooltip when using `hideTooltips` option.
92+
193
# 1.5.3
294

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

0 commit comments

Comments
 (0)