Releases: coinbase/onchainkit
Releases · coinbase/onchainkit
v0.26.6
Patch Changes
- 8e78166: - fix: have
WalletDropdownDisconnect
to correclty disconnect all connectors. By @kirkas #895
v0.26.5
Patch Changes
- 3cfbdc0: - feat: added
convertChainIdToCoinType
function to convert a chainId to a coinTypeHex for ENSIP-19 reverse resolution. By @kirkas #891
- fix: modified
convertReverseNodeToBytes
to use convertChainIdToCoinType
instead of hardcoded resolver address. By @kirkas #891
- fix: modified
useName
to return a type BaseName
for extra type safety. By @kirkas #891
- feat: Add more storybook scenarios for
<Name>
. By @kirkas #891
v0.26.4
Patch Changes
- 6cf5f66: - feat: added experimental API for
Swap
components to enable UniswapRouter. By @0xAlec #878
v0.26.2
Patch Changes
- 6992cff: - fix: colors for
Swap
components. By @Zizzamia #879
- chore: adjust messaging related to transaction status. By @abcrane123 #875
- fix: have
useName
hook to use chain.id
in the query key to avoid overlap between chains. By @kirkas #869
- feat: added EOA account support to
Transaction
component. By @cpcramer #866
v0.26.0
Minor Changes
-
ff8d359: - feat: added the ock
prefix to the Tailwind configuration to prevent conflicting styles (#852) when using OnchainKit alongside an existing Tailwind setup. By @Zizzamia #867
Breaking Changes
For apps using OnchainKit with the same Tailwind variables, you might see style changes. We recommend following the guide at https://onchainkit.xyz/guides/tailwind or adjusting your custom OnchainKit styles. If you encounter any issues, reach out to @zizzamia or @onchainkit on Twitter for immediate assistance.
v0.25.6
Patch Changes
- 387e2b4: - fix:
Name
component to return the sliced address when no ENS name is found. By @cpcramer #842