v1.1.4
ConnectKit Update 1.1.4
This update adds some minor quality of life features to ConnectKit.
Improved
- Included
shimChainChangedDisconnect
option toMetaMaskConnector
to automatically disconnect the wallet when the chain changes in particular version of MetaMask (thanks Songkeys). - Added
size
prop toChainIcon
component to allow for custom sizing (thanks JamieLottering). - Exported type
ConnectKitOptions
for better TypeScript support when creating a wagmi client (thanks ryanberckmans). - Included
chain
toConnectKitButton.custom
to allow for chains to be passed to custom buttons.